Home
last modified time | relevance | path

Searched refs:emit_i64_or (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h864 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 Dliftoff-compiler.cc1937 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 Dliftoff-assembler-x64.h1396 void LiftoffAssembler::emit_i64_or(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_or() function in v8::internal::wasm::LiftoffAssembler

Completed in 19 milliseconds