Searched refs:NeonU32 (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 383 case NeonU32: in MaskFromNeonDataType() 432 assm->vpmax(NeonU32, scratch, src.low_fp(), src.high_fp()); in EmitAnyTrue() 433 assm->vpmax(NeonU32, scratch, scratch, scratch); in EmitAnyTrue() 2380 vmovl(NeonU32, liftoff::GetSimd128Register(dst), dst.low_fp()); in LoadTransform() 2957 vmull(NeonU32, dst_neon, tmp1.low(), tmp2.high()); in emit_i64x2_mul() 2958 vmlal(NeonU32, dst_neon, tmp1.high(), tmp2.low()); in emit_i64x2_mul() 2961 vmlal(NeonU32, dst_neon, tmp1.low(), tmp2.low()); in emit_i64x2_mul() 2974 vmull(NeonU32, liftoff::GetSimd128Register(dst), src1.low_fp(), in emit_i64x2_extmul_low_i32x4_u() 2988 vmull(NeonU32, liftoff::GetSimd128Register(dst), src1.high_fp(), in emit_i64x2_extmul_high_i32x4_u() 3009 vmovl(NeonU32, liftof in emit_i64x2_uconvert_i32x4_low() [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 2103 __ vmull(NeonU32, dst, tmp1.low(), tmp2.high()); in AssembleArchInstruction() 2105 __ vmlal(NeonU32, dst, tmp1.high(), tmp2.low()); in AssembleArchInstruction() 2110 __ vmlal(NeonU32, dst, tmp1.low(), tmp2.low()); in AssembleArchInstruction() 2155 __ vmovl(NeonU32, i.OutputSimd128Register(), in AssembleArchInstruction() 2160 __ vmovl(NeonU32, i.OutputSimd128Register(), in AssembleArchInstruction() 2435 ASSEMBLE_SIMD_SHIFT_RIGHT(vshr, 5, Neon32, NeonU32); in AssembleArchInstruction() 2439 __ vmin(NeonU32, i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() 2444 __ vmax(NeonU32, i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() 2449 __ vcgt(NeonU32, i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() 2454 __ vcge(NeonU32, in AssembleArchInstruction() [all...] |
H A D | instruction-selector-arm.cc | 3174 V(I64x2ExtMulLowI32x4U, kArmVmullLow, NeonU32) \ 3175 V(I64x2ExtMulHighI32x4U, kArmVmullHigh, NeonU32)
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | constants-arm.h | 306 NeonU32 = 6, enumerator
|
H A D | macro-assembler-arm.cc | 2667 vmov(NeonU32, dst, tmp1.low(), 0); in CallRecordWriteStub() 2668 vmov(NeonU32, tmp, tmp1.high(), 0); in CallRecordWriteStub() 2712 vpmax(NeonU32, tmp.low(), src.low(), src.high()); in CallRecordWriteStub() 2716 vpmax(NeonU32, tmp.low(), tmp.low(), tmp.low()); in CallRecordWriteStub()
|
H A D | assembler-arm.cc | 3881 case NeonU32: in EncodeScalar() 3895 DCHECK(dt == NeonS32 || dt == NeonU32 || IsEnabled(NEON)); in vmov() 3907 DCHECK(dt == NeonS32 || dt == NeonU32 || IsEnabled(NEON)); in vmov() 3911 // NeonS32 and NeonU32 both encoded as u = 0. in vmov()
|
Completed in 30 milliseconds