Searched refs:NeonS8 (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 2529 __ vmovl(NeonS8, i.OutputSimd128Register(), in AssembleArchInstruction() 2534 __ vmovl(NeonS8, i.OutputSimd128Register(), in AssembleArchInstruction() 2700 __ ExtractLane(i.OutputRegister(), i.InputSimd128Register(0), NeonS8, in AssembleArchInstruction() 2706 i.InputRegister(2), NeonS8, i.InputInt8(1)); in AssembleArchInstruction() 2714 ASSEMBLE_SIMD_SHIFT_LEFT(vshl, 3, Neon8, NeonS8); in AssembleArchInstruction() 2718 ASSEMBLE_SIMD_SHIFT_RIGHT(vshr, 3, Neon8, NeonS8); in AssembleArchInstruction() 2722 ASSEMBLE_NEON_NARROWING_OP(NeonS8, NeonS8); in AssembleArchInstruction() 2730 __ vqadd(NeonS8, i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() 2740 __ vqsub(NeonS8, in AssembleArchInstruction() [all...] |
H A D | instruction-selector-arm.cc | 3164 V(I16x8ExtMulLowI8x16S, kArmVmullLow, NeonS8) \ 3165 V(I16x8ExtMulHighI8x16S, kArmVmullHigh, NeonS8) \ 3191 VISIT_EXTADD_PAIRWISE(I16x8ExtAddPairwiseI8x16S, NeonS8)
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 376 case NeonS8: in MaskFromNeonDataType() 2360 vmovl(NeonS8, liftoff::GetSimd128Register(dst), dst.low_fp()); in LoadTransform() 3399 vpaddl(NeonS8, liftoff::GetSimd128Register(dst), 3412 vmull(NeonS8, liftoff::GetSimd128Register(dst), src1.low_fp(), src2.low_fp()); 3424 vmull(NeonS8, liftoff::GetSimd128Register(dst), src1.high_fp(), 3519 ExtractLane(dst.gp(), liftoff::GetSimd128Register(lhs), NeonS8, imm_lane_idx); 3527 liftoff::GetSimd128Register(src1), src2.gp(), NeonS8, 3550 ExtractLane(dst.gp(), scratch, NeonS8, 0); 3568 vshr(NeonS8, tmp, liftoff::GetSimd128Register(src), 7); 3584 liftoff::EmitSimdShift<liftoff::kLeft, NeonS8, Neon [all...] |
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | constants-arm.h | 300 NeonS8 = 0, enumerator
|
H A D | assembler-arm.cc | 3870 case NeonS8: in EncodeScalar()
|
Completed in 27 milliseconds