StackOverflow Questions for Tag: bit-shift

Multisync
Multisync

Reputation: 823

Can a modern C compiler optimize a combination of bit accesses?

Score: 1

Views: 194

Answers: 5

Read More
Legended
Legended

Reputation: 151

Optimization and Methods for Reversing Nibbles of a Byte

Score: 2

Views: 131

Answers: 1

Read More
Haru Hoshizora
Haru Hoshizora

Reputation: 69

Unexpected output from right rotate function

Score: 0

Views: 127

Answers: 2

Read More
user20695956
user20695956

Reputation: 73

right shift not working correctly for large longs

Score: 1

Views: 85

Answers: 1

Read More
user19402326
user19402326

Reputation: 81

MSP430FR5739 rotate bits in 16-bit unsigned integer

Score: 3

Views: 127

Answers: 5

Read More
Vincent
Vincent

Reputation: 60451

SIMD versions of SHLD/SHRD instructions

Score: 7

Views: 818

Answers: 1

Read More
user2443178
user2443178

Reputation: 1

Shifting Characters (ASCII values) to the left and right.

Score: -1

Views: 4875

Answers: 2

Read More
ThinkFlow
ThinkFlow

Reputation: 171

Shifting by k, for large values of k (CSAPP)

Score: 2

Views: 115

Answers: 1

Read More
Fabio
Fabio

Reputation: 1505

What's the purpose of the rotate instructions (ROL, RCL on x86)?

Score: 33

Views: 37491

Answers: 7

Read More
MicroEyes
MicroEyes

Reputation: 3742

How to Increment unsigned int by 1 using bit-shifting & logical opr only?

Score: 6

Views: 15680

Answers: 7

Read More
user656925
user656925

Reputation:

Does a/the C compiler carry out shift operations at compile time?

Score: 2

Views: 1128

Answers: 7

Read More
degski
degski

Reputation: 672

How to implement lane crossing logical bit-wise shift/rotate (left and right) in AVX2

Score: 7

Views: 1179

Answers: 2

Read More
Dominic
Dominic

Reputation: 15

How to rearrange bits?

Score: 0

Views: 1217

Answers: 3

Read More
ksaa
ksaa

Reputation: 73

Arithmetic shift-right integers with half rounding toward zero

Score: 3

Views: 107

Answers: 1

Read More
Ivan
Ivan

Reputation: 13

How to scale a 10 bit analog signal into an 8 bit PWM?

Score: 1

Views: 111

Answers: 3

Read More
Jay D
Jay D

Reputation: 3297

Arithmetic vs logical shift operation in C++

Score: 1

Views: 10189

Answers: 2

Read More
Łukasz Przeniosło
Łukasz Przeniosło

Reputation: 2949

What does this RSB instruction do with an extra LSL #1 operand?

Score: 6

Views: 13049

Answers: 2

Read More
Scalahansolo
Scalahansolo

Reputation: 3055

Bitwise operations and shifts

Score: 11

Views: 14364

Answers: 4

Read More
user2986042
user2986042

Reputation: 1270

Checking register value is setting the bit using C function

Score: 2

Views: 82

Answers: 1

Read More
Secret
Secret

Reputation: 2647

Is BitArray faster in C# for getting a bit value than a simple conjuction with bitwise shift?

Score: 24

Views: 35147

Answers: 5

Read More
PreviousPage 1Next