Searched refs:upper_half (Results 1 – 4 of 4) sorted by relevance
88 T upper_half = value >> (bits / 2); in CountLeadingZeros() local89 T next_value = upper_half != 0 ? upper_half : value; in CountLeadingZeros()90 unsigned add = upper_half != 0 ? 0 : bits / 2; in CountLeadingZeros()
20 define <8 x float> @upper_half(<4 x float> %v1, <4 x float> %v2, <4 x float> %v3) {25 ; CHECK-LABEL: upper_half
1261 Label upper_half; in GenerateBrTable() local1263 __ emit_cond_jump(kUnsignedGreaterEqual, &upper_half, kWasmI32, value.gp(), in GenerateBrTable()1268 __ bind(&upper_half); in GenerateBrTable()