Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dcombine-zext-trunc.mir17 ; GCN-NEXT: $vgpr0 = COPY %low_bits(s32)
20 %low_bits:_(s32) = G_AND %var, %c3FFF
21 %trunc:_(s16) = G_TRUNC %low_bits(s32)
44 %low_bits:_(s32) = G_AND %var, %cFFFFF
45 %trunc:_(s16) = G_TRUNC %low_bits(s32)
68 %low_bits:_(s64) = G_AND %var, %c3FFF
69 %trunc:_(s16) = G_TRUNC %low_bits(s64)
92 %low_bits:_(s32) = G_AND %var, %c3FFF
93 %trunc:_(s16) = G_TRUNC %low_bits(s32)
118 %low_bits:_(<2 x s32>) = G_AND %var, %c
[all …]
/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h136 UInt128 low_bits = in eisel_lemire() local
139 first_approx + static_cast<UInt128>(high64(low_bits)); in eisel_lemire()
143 low64(low_bits) + mantissa < mantissa) { in eisel_lemire()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-vadd.ll946 %low_bits = lshr <2 x i64> %sum1, <i64 32, i64 32>
947 %narrowed1 = trunc <2 x i64> %low_bits to <2 x i32>
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1753 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local
1755 return low_bits; in ChopLowBits()