Lines Matching full:swapbits
2305 static void SwapBits(CpuRegister reg, CpuRegister temp, int32_t shift, int32_t mask,
2334 SwapBits(reg, temp, 1, 0x55555555, assembler);
2335 SwapBits(reg, temp, 2, 0x33333333, assembler);
2336 SwapBits(reg, temp, 4, 0x0f0f0f0f, assembler);