Searched refs:emit_i64_shli (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 4157 __ emit_i64_shli(LiftoffRegister{reg}, LiftoffRegister{reg}, 4226 __ emit_i64_shli(dst, dst, 48); 4230 __ emit_i64_shli(tmp_reg, tmp_reg, 32); 4233 __ emit_i64_shli(tmp_reg, tmp_reg, 16); 5521 __ emit_i64_shli(dst, src, kI31To32BitSmiShift);
|
H A D | liftoff-assembler.h | 874 inline void emit_i64_shli(LiftoffRegister dst, LiftoffRegister src,
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 1135 void LiftoffAssembler::emit_i64_shli(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shli() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 1743 void LiftoffAssembler::emit_i64_shli(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shli() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 1770 void LiftoffAssembler::emit_i64_shli(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shli() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 1426 void LiftoffAssembler::emit_i64_shli(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shli() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 1319 void LiftoffAssembler::emit_i64_shli(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shli() function in v8::internal::wasm::LiftoffAssembler
|
Completed in 51 milliseconds