Searched refs:Byte0 (Results 1 – 4 of 4) sorted by relevance
72 uint32_t Byte0 = value & 0x000000FF; in ByteSwap_32()76 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24); in ByteSwap_32()
123 uint32_t Byte0 = UV & 0x000000FF; in byteswap() local127 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24); in byteswap()
86 je L(Byte0)1899 L(Byte0):
14666 auto Byte0 = calculateByteProvider(MulOperand, 0, 0); in handleMulOperand() local14667 if (!Byte0 || Byte0->isConstantZero()) { in handleMulOperand()14674 return Byte0; in handleMulOperand()