Searched refs:emit_i64_add (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 843 inline void emit_i64_add(LiftoffRegister dst, LiftoffRegister lhs, 894 emit_i64_add(LiftoffRegister(dst), LiftoffRegister(lhs), in emit_ptrsize_add()
|
H A D | liftoff-compiler.cc | 1927 return EmitBinOpImm<kI64, kI64>(&LiftoffAssembler::emit_i64_add, in BinOp()
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 1068 void LiftoffAssembler::emit_i64_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_add() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 1604 void LiftoffAssembler::emit_i64_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_add() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 1705 void LiftoffAssembler::emit_i64_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_add() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 1306 void LiftoffAssembler::emit_i64_add(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_add() function in v8::internal::wasm::LiftoffAssembler
|
Completed in 38 milliseconds