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.h122 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
/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.cpp13785 auto Byte0 = calculateByteProvider(MulOperand, 0, 0); in handleMulOperand() local
13786 if (!Byte0 || Byte0->isConstantZero()) { in handleMulOperand()
13793 return Byte0; in handleMulOperand()