Searched refs:kUnsignedGreaterEqual (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/wasm/baseline/ |
D | liftoff-assembler-defs.h | 91 constexpr Condition kUnsignedGreaterEqual = above_equal; variable 104 constexpr Condition kUnsignedGreaterEqual = uge; variable 117 constexpr Condition kUnsignedGreaterEqual = hs; variable 131 constexpr Condition kUnsignedGreaterEqual = static_cast<Condition>(0); variable
|
D | liftoff-compiler.cc | 156 return kUnsignedGreaterEqual; in GetCompareCondition() 1420 &LiftoffAssembler::emit_i64_set_cond, kUnsignedGreaterEqual)); in BinOp() 1438 &LiftoffAssembler::emit_f32_set_cond, kUnsignedGreaterEqual)); in BinOp() 1456 &LiftoffAssembler::emit_f64_set_cond, kUnsignedGreaterEqual)); in BinOp() 2009 __ emit_cond_jump(kUnsignedGreaterEqual, &upper_half, kWasmI32, value.gp(), in GenerateBrTable() 2033 __ emit_cond_jump(kUnsignedGreaterEqual, &case_default, kWasmI32, in BrTable() 2134 __ emit_cond_jump(kUnsignedGreaterEqual, trap_label, in BoundsCheckMem() 2145 __ emit_cond_jump(kUnsignedGreaterEqual, trap_label, in BoundsCheckMem() 3942 __ emit_cond_jump(kUnsignedGreaterEqual, invalid_func_label, kWasmI32, in CallIndirect()
|
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 1471 return kUnsignedGreaterEqual; in cond_make_unsigned() 1527 case kUnsignedGreaterEqual: in ConditionToConditionCmpFPU()
|
/external/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 106 return kUnsignedGreaterEqual; in MakeUnsigned() 112 case kUnsignedGreaterEqual: in MakeUnsigned()
|
/external/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 1368 case kUnsignedGreaterEqual: in ConditionToConditionCmpFPU()
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 2403 return kUnsignedGreaterEqual; in cond_make_unsigned()
|