/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 489 __ emit_cond_jump(kEqual, if_block->else_state->label.get(), kWasmI32, in If() local 608 __ emit_cond_jump(kEqual, trap, kWasmI32, ret_reg.gp()); in EmitTypeConversion() local 743 __ emit_cond_jump(kEqual, trap_by_zero, kWasmI32, ret.gp(), tmp.gp()); in EmitDivOrRem64CCall() local 746 __ emit_cond_jump(kEqual, trap_unrepresentable, kWasmI32, ret.gp(), in EmitDivOrRem64CCall() local 1204 __ emit_cond_jump(kEqual, &case_false, kWasmI32, condition); in Select() local 1227 __ emit_cond_jump(kEqual, &cont_false, kWasmI32, value); in BrIf() local 1263 __ emit_cond_jump(kUnsignedGreaterEqual, &upper_half, kWasmI32, value.gp(), in GenerateBrTable() local 1285 __ emit_cond_jump(kUnsignedGreaterEqual, &case_default, kWasmI32, in BrTable() local 1366 __ emit_cond_jump(kUnsignedGreaterEqual, trap_label, in BoundsCheckMem() local 1378 __ emit_cond_jump(kUnsignedGreaterEqual, trap_label, in BoundsCheckMem() local [all …]
|
D | liftoff-assembler.h | 509 inline void emit_cond_jump(Condition, Label*, ValueType value, Register lhs,
|
/external/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 255 void LiftoffAssembler::emit_cond_jump(Condition cond, Label* label, in emit_cond_jump() function
|
/external/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 268 void LiftoffAssembler::emit_cond_jump(Condition cond, Label* label, in emit_cond_jump() function
|
/external/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 268 void LiftoffAssembler::emit_cond_jump(Condition cond, Label* label, in emit_cond_jump() function
|
/external/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 756 void LiftoffAssembler::emit_cond_jump(Condition cond, Label* label, in emit_cond_jump() function
|
/external/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 939 void LiftoffAssembler::emit_cond_jump(Condition cond, Label* label, in emit_cond_jump() function
|
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 1038 void LiftoffAssembler::emit_cond_jump(Condition cond, Label* label, in emit_cond_jump() function
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 1220 void LiftoffAssembler::emit_cond_jump(Condition cond, Label* label, in emit_cond_jump() function
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 1325 void LiftoffAssembler::emit_cond_jump(Condition cond, Label* label, in emit_cond_jump() function
|