Searched refs:low_bits (Results 1 – 4 of 4) sorted by relevance
17 ; GCN-NEXT: $vgpr0 = COPY %low_bits(s32)20 %low_bits:_(s32) = G_AND %var, %c3FFF21 %trunc:_(s16) = G_TRUNC %low_bits(s32)44 %low_bits:_(s32) = G_AND %var, %cFFFFF45 %trunc:_(s16) = G_TRUNC %low_bits(s32)68 %low_bits:_(s64) = G_AND %var, %c3FFF69 %trunc:_(s16) = G_TRUNC %low_bits(s64)92 %low_bits:_(s32) = G_AND %var, %c3FFF93 %trunc:_(s16) = G_TRUNC %low_bits(s32)118 %low_bits:_(<2 x s32>) = G_AND %var, %c[all …]
136 UInt128 low_bits = in eisel_lemire() local139 first_approx + static_cast<UInt128>(high64(low_bits)); in eisel_lemire()143 low64(low_bits) + mantissa < mantissa) { in eisel_lemire()
946 %low_bits = lshr <2 x i64> %sum1, <i64 32, i64 32>947 %narrowed1 = trunc <2 x i64> %low_bits to <2 x i32>
1753 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local1755 return low_bits; in ChopLowBits()