Searched refs:emit_i64_shri (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 882 inline void emit_i64_shri(LiftoffRegister dst, LiftoffRegister src, 918 emit_i64_shri(LiftoffRegister(dst), LiftoffRegister(src), amount); in emit_ptrsize_shri()
|
H A D | liftoff-compiler.cc | 3236 __ emit_i64_shri(high_word, input, 32); 4194 __ emit_i64_shri(value, value, 32); 5545 __ emit_i64_shri(dst, src, kI31To32BitSmiShift);
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 1178 void LiftoffAssembler::emit_i64_shri(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shri() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 1781 void LiftoffAssembler::emit_i64_shri(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shri() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 1800 void LiftoffAssembler::emit_i64_shri(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shri() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 1450 void LiftoffAssembler::emit_i64_shri(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shri() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 1339 void LiftoffAssembler::emit_i64_shri(LiftoffRegister dst, LiftoffRegister src, in emit_i64_shri() function in v8::internal::wasm::LiftoffAssembler
|
Completed in 48 milliseconds