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()
122 uint32_t Byte0 = UV & 0x000000FF; in count() 126 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24); in count() 86 uint32_t Byte0 = UV & 0x000000FF; byteswap() local
86 je L(Byte0)1899 L(Byte0):
13785 auto Byte0 = calculateByteProvider(MulOperand, 0, 0); in handleMulOperand() local13786 if (!Byte0 || Byte0->isConstantZero()) { in handleMulOperand()13793 return Byte0; in handleMulOperand()