Home
last modified time | relevance | path

Searched refs:Byte0 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dendianness.h72 uint32_t Byte0 = value & 0x000000FF; in ByteSwap_32()
76 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24); in ByteSwap_32()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h123 uint32_t Byte0 = UV & 0x000000FF; in byteswap() local
127 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24); in byteswap()
/freebsd/contrib/bionic-x86_64-string/
H A Dssse3-strcmp-slm.S86 je L(Byte0)
1899 L(Byte0):
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp14666 auto Byte0 = calculateByteProvider(MulOperand, 0, 0); in handleMulOperand() local
14667 if (!Byte0 || Byte0->isConstantZero()) { in handleMulOperand()
14674 return Byte0; in handleMulOperand()