Lines Matching full:swapbits
2292 static void SwapBits(Register reg, Register temp, int32_t shift, int32_t mask,
2321 SwapBits(reg, temp, 1, 0x55555555, assembler);
2322 SwapBits(reg, temp, 2, 0x33333333, assembler);
2323 SwapBits(reg, temp, 4, 0x0f0f0f0f, assembler);
2352 SwapBits(reg_low, temp, 1, 0x55555555, assembler);
2353 SwapBits(reg_low, temp, 2, 0x33333333, assembler);
2354 SwapBits(reg_low, temp, 4, 0x0f0f0f0f, assembler);
2358 SwapBits(reg_high, temp, 1, 0x55555555, assembler);
2359 SwapBits(reg_high, temp, 2, 0x33333333, assembler);
2360 SwapBits(reg_high, temp, 4, 0x0f0f0f0f, assembler);