Search code examples
Can a modern C compiler optimize a combination of bit accesses?...

coptimizationbit-shift

Read More
Optimization and Methods for Reversing Nibbles of a Byte...

cbit-manipulationbit-shiftbitmasknibble

Read More
Unexpected output from right rotate function...

cbit-manipulationbitwise-operatorsbit-shift

Read More
right shift not working correctly for large longs...

cbit-manipulationbitwise-operatorsbit-shift

Read More
SIMD versions of SHLD/SHRD instructions...

cassemblyx86-64bit-shiftarbitrary-precision

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

assemblyx86cpu-architecturebit-shiftinstruction-set

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

language-agnosticbit-shift

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

ccompilationbit-shift

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

c++cbit-shiftavx2

Read More
How to rearrange bits?...

cbit-shift

Read More
Arithmetic shift-right integers with half rounding toward zero...

algorithmassemblybit-manipulationbit-shiftinteger-arithmetic

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

cscalingbit-shiftpic18

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

assemblyarmbit-shiftinstructions

Read More
Bitwise operations and shifts...

cbit-manipulationbitwise-operatorstwos-complementbit-shift

Read More
Checking register value is setting the bit using C function...

cembeddedbit-manipulationbitwise-operatorsbit-shift

Read More
How use BigInt that right shift operation and XOR in javascript?...

javascriptcbit-shift

Read More
Bitwise operators and "endianness"...

cbit-manipulationendiannessbit-shift

Read More
How does bitshifting 0xFF to the end of an Uint32 form a complete hexadecimal code?...

c++hexsdlbitbit-shift

Read More
Shifting a number based on the remainder of it divided by 4 - C...

clogicreversebit-shiftmodulo

Read More
Is left and right shifting negative integers defined behavior?...

c++undefined-behaviorbit-shift

Read More
How do I efficiently left-shift by N bits using single-bit shifts?...

c++bit-manipulationbitbit-shift

Read More
what is the carry-out from the shifter of ARM CPU...

assemblyarmbit-shiftcarryflagstatus-register

Read More
Convert array of bytes to uint64_t?...

carraysbitwise-operatorsbit-shiftendianness

Read More
C++ reading unsigned int values from byte buffer...

c++endiannessbit-shiftunsigned-integer

Read More
Converting a float to a 16 bit binary value in C...

cfloating-pointbinarybitbit-shift

Read More
16 bit register converting to two 8 bytes using vb.net in visual studio...

vb.netbit-manipulationbit-shift16-bit8-bit

Read More
Binary Right Shift, Given Only Addition...

assemblybinarybit-manipulationbit-shiftlc3

Read More
Confused about casting and order of operations...

ccastingbit-shiftparenthesesdma

Read More
What is (x & 1) and (x >>= 1)?...

c++bit-manipulationbitwise-operatorsbit-shiftbitwise-and

Read More
Converting bit-shift operations to specific binary number format (for a PIC microcontroller)...

cbinarybit-shiftcpu-registerspic

Read More
BackNext