Home
last modified time | relevance | path

Searched refs:EmitShiftOperation (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h1223 inline void EmitShiftOperation(LiftoffAssembler* assm, Register dst, in EmitShiftOperation() function
1257 liftoff::EmitShiftOperation<kI32>(this, dst, src, amount, in emit_i32_shl()
1269 liftoff::EmitShiftOperation<kI32>(this, dst, src, amount, in emit_i32_sar()
1281 liftoff::EmitShiftOperation<kI32>(this, dst, src, amount, in emit_i32_shr()
1422 liftoff::EmitShiftOperation<kI64>(this, dst.gp(), src.gp(), amount, in emit_i64_shl()
1434 liftoff::EmitShiftOperation<kI64>(this, dst.gp(), src.gp(), amount, in emit_i64_sar()
1446 liftoff::EmitShiftOperation<kI64>(this, dst.gp(), src.gp(), amount, in emit_i64_shr()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h1469 inline void EmitShiftOperation(LiftoffAssembler* assm, Register dst, in EmitShiftOperation() function
1507 liftoff::EmitShiftOperation(this, dst, src, amount, &Assembler::shl_cl); in emit_i32_shl()
1518 liftoff::EmitShiftOperation(this, dst, src, amount, &Assembler::sar_cl); in emit_i32_sar()
1529 liftoff::EmitShiftOperation(this, dst, src, amount, &Assembler::shr_cl); in emit_i32_shr()

Completed in 18 milliseconds