Searched refs:NeonS16 (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 2332 __ vmovl(NeonS16, i.OutputSimd128Register(), in AssembleArchInstruction() 2337 __ vmovl(NeonS16, i.OutputSimd128Register(), in AssembleArchInstruction() 2487 __ vmull(NeonS16, tmp1, lhs.low(), rhs.low()); in AssembleArchInstruction() 2488 __ vmull(NeonS16, scratch, lhs.high(), rhs.high()); in AssembleArchInstruction() 2519 __ ExtractLane(i.OutputRegister(), i.InputSimd128Register(0), NeonS16, in AssembleArchInstruction() 2525 i.InputRegister(2), NeonS16, i.InputInt8(1)); in AssembleArchInstruction() 2543 ASSEMBLE_SIMD_SHIFT_LEFT(vshl, 4, Neon16, NeonS16); in AssembleArchInstruction() 2547 ASSEMBLE_SIMD_SHIFT_RIGHT(vshr, 4, Neon16, NeonS16); in AssembleArchInstruction() 2551 ASSEMBLE_NEON_NARROWING_OP(NeonS16, NeonS16); in AssembleArchInstruction() [all...] |
H A D | instruction-selector-arm.cc | 3168 V(I32x4ExtMulLowI16x8S, kArmVmullLow, NeonS16) \ 3169 V(I32x4ExtMulHighI16x8S, kArmVmullHigh, NeonS16) \ 3193 VISIT_EXTADD_PAIRWISE(I32x4ExtAddPairwiseI16x8S, NeonS16)
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 379 case NeonS16: in MaskFromNeonDataType() 2368 vmovl(NeonS16, liftoff::GetSimd128Register(dst), dst.low_fp()); in LoadTransform() 3170 vmull(NeonS16, scratch, left.low(), right.low()); 3173 vmull(NeonS16, scratch, left.high(), right.high()); 3179 vpaddl(NeonS16, liftoff::GetSimd128Register(dst), 3192 vmull(NeonS16, liftoff::GetSimd128Register(dst), src1.low_fp(), 3206 vmull(NeonS16, liftoff::GetSimd128Register(dst), src1.high_fp(), 3235 ExtractLane(dst.gp(), scratch, NeonS16, 0); 3253 vshr(NeonS16, tmp, liftoff::GetSimd128Register(src), 15); 3267 liftoff::EmitSimdShift<liftoff::kLeft, NeonS16, Neon1 [all...] |
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | constants-arm.h | 301 NeonS16 = 1, enumerator
|
H A D | assembler-arm.cc | 3875 case NeonS16: in EncodeScalar() 5057 DCHECK(dt == NeonS16 || dt == NeonS32); in vqrdmulh()
|
Completed in 27 milliseconds