Searched refs:emit_i32_or (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 826 inline void emit_i32_or(Register dst, Register lhs, Register rhs); 1643 liftoff::EmitI64IndependentHalfOperation<&LiftoffAssembler::emit_i32_or>( in emit_i64_or()
|
H A D | liftoff-compiler.cc | 1901 return EmitBinOpImm<kI32, kI32>(&LiftoffAssembler::emit_i32_or, in BinOp() 4215 __ emit_i32_or(dst, upper.gp(), dst); 4883 __ emit_i32_or(*high_word, *high_word, reg.high_gp());
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 1452 void LiftoffAssembler::emit_i32_or(Register dst, Register lhs, Register rhs) { in emit_i32_or() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 1201 void LiftoffAssembler::emit_i32_or(Register dst, Register lhs, Register rhs) { in emit_i32_or() function in v8::internal::wasm::LiftoffAssembler
|
Completed in 26 milliseconds