Searched refs:emit_i64_or (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 864 inline void emit_i64_or(LiftoffRegister dst, LiftoffRegister lhs, 1641 void LiftoffAssembler::emit_i64_or(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_or() function in v8::internal::wasm::LiftoffAssembler::LiftoffAssembler
|
H A D | liftoff-compiler.cc | 1937 return EmitBinOpImm<kI64, kI64>(&LiftoffAssembler::emit_i64_or, in BinOp() 4231 __ emit_i64_or(dst, tmp_reg, dst); 4234 __ emit_i64_or(dst, tmp_reg, dst); 4236 __ emit_i64_or(dst, tmp_reg, dst);
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 1396 void LiftoffAssembler::emit_i64_or(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_or() function in v8::internal::wasm::LiftoffAssembler
|
Completed in 19 milliseconds