Searched refs:emit_i64_and (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 860 inline void emit_i64_and(LiftoffRegister dst, LiftoffRegister lhs, 910 emit_i64_and(LiftoffRegister(dst), LiftoffRegister(lhs), in emit_ptrsize_and() 1629 void LiftoffAssembler::emit_i64_and(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_and() function in v8::internal::wasm::LiftoffAssembler::LiftoffAssembler
|
H A D | liftoff-compiler.cc | 1934 return EmitBinOpImm<kI64, kI64>(&LiftoffAssembler::emit_i64_and, in BinOp()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 1384 void LiftoffAssembler::emit_i64_and(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_and() function in v8::internal::wasm::LiftoffAssembler
|
Completed in 19 milliseconds