Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc3469 void EmitSimdShiftOp(EmitFn fn, EmitFnImm fnImm) {
3663 return EmitSimdShiftOp(&LiftoffAssembler::emit_i8x16_shl,
3666 return EmitSimdShiftOp(&LiftoffAssembler::emit_i8x16_shr_s,
3669 return EmitSimdShiftOp(&LiftoffAssembler::emit_i8x16_shr_u,
3698 return EmitSimdShiftOp(&LiftoffAssembler::emit_i16x8_shl,
3701 return EmitSimdShiftOp(&LiftoffAssembler::emit_i16x8_shr_s,
3704 return EmitSimdShiftOp(&LiftoffAssembler::emit_i16x8_shr_u,
3756 return EmitSimdShiftOp(&LiftoffAssembler::emit_i32x4_shl,
3759 return EmitSimdShiftOp(&LiftoffAssembler::emit_i32x4_shr_s,
3762 return EmitSimdShiftOp(
[all...]
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h2700 void EmitSimdShiftOp(LiftoffAssembler* assm, LiftoffRegister dst, in EmitSimdShiftOp() function
3464 liftoff::EmitSimdShiftOp<&Assembler::vpsllw, &Assembler::psllw, 4>(this, dst,
3477 liftoff::EmitSimdShiftOp<&Assembler::vpsraw, &Assembler::psraw, 4>(this, dst,
3490 liftoff::EmitSimdShiftOp<&Assembler::vpsrlw, &Assembler::psrlw, 4>(this, dst,
3642 liftoff::EmitSimdShiftOp<&Assembler::vpslld, &Assembler::pslld, 5>(this, dst,
3655 liftoff::EmitSimdShiftOp<&Assembler::vpsrad, &Assembler::psrad, 5>(this, dst,
3668 liftoff::EmitSimdShiftOp<&Assembler::vpsrld, &Assembler::psrld, 5>(this, dst,
3809 liftoff::EmitSimdShiftOp<&Assembler::vpsllq, &Assembler::psllq, 6>(this, dst,
3839 liftoff::EmitSimdShiftOp<&Assembler::vpsrlq, &Assembler::psrlq, 6>(this, dst,
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2333 void EmitSimdShiftOp(LiftoffAssembler* assm, LiftoffRegister dst, in EmitSimdShiftOp() function
3039 liftoff::EmitSimdShiftOp<&Assembler::vpsllw, &Assembler::psllw, 4>(this, dst, in emit_i16x8_shl()
3052 liftoff::EmitSimdShiftOp<&Assembler::vpsraw, &Assembler::psraw, 4>(this, dst, in emit_i16x8_shr_s()
3065 liftoff::EmitSimdShiftOp<&Assembler::vpsrlw, &Assembler::psrlw, 4>(this, dst, in emit_i16x8_shr_u()
3216 liftoff::EmitSimdShiftOp<&Assembler::vpslld, &Assembler::pslld, 5>(this, dst, in emit_i32x4_shl()
3229 liftoff::EmitSimdShiftOp<&Assembler::vpsrad, &Assembler::psrad, 5>(this, dst, in emit_i32x4_shr_s()
3242 liftoff::EmitSimdShiftOp<&Assembler::vpsrld, &Assembler::psrld, 5>(this, dst, in emit_i32x4_shr_u()
3379 liftoff::EmitSimdShiftOp<&Assembler::vpsllq, &Assembler::psllq, 6>(this, dst, in emit_i64x2_shl()
3404 liftoff::EmitSimdShiftOp<&Assembler::vpsrlq, &Assembler::psrlq, 6>(this, dst, in emit_i64x2_shr_u()

Completed in 20 milliseconds