Searched refs:emit_i32_and (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 824 inline void emit_i32_and(Register dst, Register lhs, Register rhs); 913 emit_i32_and(dst, lhs, rhs); in emit_ptrsize_and() 1631 liftoff::EmitI64IndependentHalfOperation<&LiftoffAssembler::emit_i32_and>( in emit_i64_and()
|
H A D | liftoff-compiler.cc | 1898 return EmitBinOpImm<kI32, kI32>(&LiftoffAssembler::emit_i32_and, in BinOp()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 1444 void LiftoffAssembler::emit_i32_and(Register dst, Register lhs, Register rhs) { in emit_i32_and() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 1191 void LiftoffAssembler::emit_i32_and(Register dst, Register lhs, Register rhs) { in emit_i32_and() function in v8::internal::wasm::LiftoffAssembler
|
Completed in 25 milliseconds