Home
last modified time | relevance | path

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

/external/v8/src/base/
Dbits.h88 T upper_half = value >> (bits / 2); in CountLeadingZeros() local
89 T next_value = upper_half != 0 ? upper_half : value; in CountLeadingZeros()
90 unsigned add = upper_half != 0 ? 0 : bits / 2; in CountLeadingZeros()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dvec_shuf-insert.ll20 define <8 x float> @upper_half(<4 x float> %v1, <4 x float> %v2, <4 x float> %v3) {
25 ; CHECK-LABEL: upper_half
/external/llvm/test/CodeGen/X86/
Dvec_shuf-insert.ll20 define <8 x float> @upper_half(<4 x float> %v1, <4 x float> %v2, <4 x float> %v3) {
25 ; CHECK-LABEL: upper_half
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1261 Label upper_half; in GenerateBrTable() local
1263 __ emit_cond_jump(kUnsignedGreaterEqual, &upper_half, kWasmI32, value.gp(), in GenerateBrTable()
1268 __ bind(&upper_half); in GenerateBrTable()