Searched refs:EmitShiftOperation (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 570 inline void EmitShiftOperation(LiftoffAssembler* assm, Register dst, in EmitShiftOperation() function 606 liftoff::EmitShiftOperation<kWasmI32>(this, dst, src, amount, in emit_i32_shl() 612 liftoff::EmitShiftOperation<kWasmI32>(this, dst, src, amount, in emit_i32_sar() 618 liftoff::EmitShiftOperation<kWasmI32>(this, dst, src, amount, in emit_i32_shr() 743 liftoff::EmitShiftOperation<kWasmI64>(this, dst.gp(), src.gp(), amount, in emit_i64_shl() 749 liftoff::EmitShiftOperation<kWasmI64>(this, dst.gp(), src.gp(), amount, in emit_i64_sar() 755 liftoff::EmitShiftOperation<kWasmI64>(this, dst.gp(), src.gp(), amount, in emit_i64_shr()
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 610 inline void EmitShiftOperation(LiftoffAssembler* assm, Register dst, in EmitShiftOperation() function 651 liftoff::EmitShiftOperation(this, dst, src, amount, &Assembler::shl_cl, in emit_i32_shl() 657 liftoff::EmitShiftOperation(this, dst, src, amount, &Assembler::sar_cl, in emit_i32_sar() 663 liftoff::EmitShiftOperation(this, dst, src, amount, &Assembler::shr_cl, in emit_i32_shr()
|