Searched refs:emit_i32_subi (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 813 inline void emit_i32_subi(Register dst, Register lhs, int32_t imm);
|
H A D | liftoff-compiler.cc | 1128 __ emit_i32_subi(max_steps.gp(), max_steps.gp(), 1); in EmitDebuggingInfo() 6405 __ emit_i32_subi(tmp.gp(), tmp.gp(), FIRST_WASM_OBJECT_TYPE);
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 1318 void LiftoffAssembler::emit_i32_subi(Register dst, Register lhs, int32_t imm) { in emit_i32_subi() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 1042 void LiftoffAssembler::emit_i32_subi(Register dst, Register lhs, int32_t imm) { in emit_i32_subi() function in v8::internal::wasm::LiftoffAssembler
|
Completed in 25 milliseconds