Searched refs:Neon16 (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/arm/ |
D | simulator-arm.cc | 3395 size = Neon16; in DecodeTypeVFP() 3411 case Neon16: { in DecodeTypeVFP() 4265 case Neon16: in DecodeSpecialCondition() 4318 case Neon16: in DecodeSpecialCondition() 4341 case Neon16: in DecodeSpecialCondition() 4361 case Neon16: in DecodeSpecialCondition() 4382 case Neon16: in DecodeSpecialCondition() 4398 case Neon16: in DecodeSpecialCondition() 4419 case Neon16: in DecodeSpecialCondition() 4442 case Neon16: in DecodeSpecialCondition() [all …]
|
D | codegen-arm.cc | 207 __ vst1(Neon16, NeonListOperand(d0, 2), NeonMemOperand(dest, PostIndex)); in CreateMemCopyUint16Uint8Function() 217 __ vst1(Neon16, NeonListOperand(d0, 2), NeonMemOperand(dest)); in CreateMemCopyUint16Uint8Function()
|
D | constants-arm.h | 308 enum NeonSize { Neon8 = 0x0, Neon16 = 0x1, Neon32 = 0x2, Neon64 = 0x3 }; enumerator
|
D | assembler-arm.cc | 3990 case Neon16: in vdup()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 2011 __ vdup(Neon16, i.OutputSimd128Register(), i.InputRegister(0)); in AssembleArchInstruction() 2035 __ vneg(Neon16, i.OutputSimd128Register(), i.InputSimd128Register(0)); in AssembleArchInstruction() 2052 __ vadd(Neon16, i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() 2062 ASSEMBLE_NEON_PAIRWISE_OP(vpadd, Neon16); in AssembleArchInstruction() 2065 __ vsub(Neon16, i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() 2075 __ vmul(Neon16, i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() 2090 __ vceq(Neon16, i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() 2096 __ vceq(Neon16, dst, i.InputSimd128Register(0), in AssembleArchInstruction() 2417 __ vzip(Neon16, dst.low(), dst.high()); // dst = [0, 8, 1, 9, ... 11] in AssembleArchInstruction() 2426 __ vzip(Neon16, dst.low(), dst.high()); // dst = [4, 12, 5, 13, ... 15] in AssembleArchInstruction() [all …]
|
D | instruction-selector-arm.cc | 2735 g.UseImmediate(Neon16), g.UseImmediate(index % 8)); in VisitS8x16Shuffle()
|