Searched refs:emit_i64_sub (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 847 inline void emit_i64_sub(LiftoffRegister dst, LiftoffRegister lhs, 902 emit_i64_sub(LiftoffRegister(dst), LiftoffRegister(lhs), in emit_ptrsize_sub()
|
H A D | liftoff-compiler.cc | 1930 return EmitBinOp<kI64, kI64>(&LiftoffAssembler::emit_i64_sub); in BinOp()
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 1075 void LiftoffAssembler::emit_i64_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_sub() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 1614 void LiftoffAssembler::emit_i64_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_sub() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 1715 void LiftoffAssembler::emit_i64_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_sub() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 1331 void LiftoffAssembler::emit_i64_sub(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_sub() function in v8::internal::wasm::LiftoffAssembler
|
Completed in 38 milliseconds