Lines Matching refs:DOpcodes

214                  const uint16_t *DOpcodes, const uint16_t *QOpcodes0,
222 const uint16_t *DOpcodes, const uint16_t *QOpcodes0,
229 unsigned NumVecs, const uint16_t *DOpcodes,
307 unsigned NumVecs, const uint16_t *DOpcodes,
2102 const uint16_t *DOpcodes, in SelectVLD() argument
2165 unsigned Opc = (is64BitVector ? DOpcodes[OpcodeIndex] : in SelectVLD()
2244 const uint16_t *DOpcodes, in SelectVST() argument
2324 unsigned Opc = (is64BitVector ? DOpcodes[OpcodeIndex] : in SelectVST()
2399 const uint16_t *DOpcodes, in SelectVLDSTLane() argument
2503 unsigned Opc = (is64BitVector ? DOpcodes[OpcodeIndex] : in SelectVLDSTLane()
2941 const uint16_t *DOpcodes, in SelectVLDDup() argument
3009 unsigned Opc = is64BitVector ? DOpcodes[OpcodeIndex] in SelectVLDDup()
4337 static const uint16_t DOpcodes[] = { ARM::VLD1DUPd8, ARM::VLD1DUPd16, in Select() local
4341 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 1, DOpcodes, QOpcodes); in Select()
4369 static const uint16_t DOpcodes[] = { ARM::VLD1DUPd8wb_fixed, in Select() local
4375 SelectVLDDup(N, /* IsIntrinsic= */ false, true, 1, DOpcodes, QOpcodes); in Select()
4380 static const uint16_t DOpcodes[] = { ARM::VLD2DUPd8wb_fixed, in Select() local
4390 SelectVLDDup(N, /* IsIntrinsic= */ false, true, 2, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4395 static const uint16_t DOpcodes[] = { ARM::VLD3DUPd8Pseudo_UPD, in Select() local
4405 SelectVLDDup(N, /* IsIntrinsic= */ false, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4410 static const uint16_t DOpcodes[] = { ARM::VLD4DUPd8Pseudo_UPD, in Select() local
4420 SelectVLDDup(N, /* IsIntrinsic= */ false, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4425 static const uint16_t DOpcodes[] = { ARM::VLD1d8wb_fixed, in Select() local
4433 SelectVLD(N, true, 1, DOpcodes, QOpcodes, nullptr); in Select()
4439 static const uint16_t DOpcodes[] = { in Select() local
4445 SelectVLD(N, true, 2, DOpcodes, QOpcodes, nullptr); in Select()
4460 static const uint16_t DOpcodes[] = { ARM::VLD3d8Pseudo_UPD, in Select() local
4470 SelectVLD(N, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4476 static const uint16_t DOpcodes[] = { in Select() local
4485 SelectVLD(N, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4504 static const uint16_t DOpcodes[] = { in Select() local
4510 SelectVLD(N, true, 2, DOpcodes, QOpcodes, nullptr); in Select()
4518 static const uint16_t DOpcodes[] = { in Select() local
4527 SelectVLD(N, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4535 static const uint16_t DOpcodes[] = { in Select() local
4544 SelectVLD(N, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4551 static const uint16_t DOpcodes[] = { ARM::VLD2LNd8Pseudo_UPD, in Select() local
4556 SelectVLDSTLane(N, true, true, 2, DOpcodes, QOpcodes); in Select()
4561 static const uint16_t DOpcodes[] = { ARM::VLD3LNd8Pseudo_UPD, in Select() local
4566 SelectVLDSTLane(N, true, true, 3, DOpcodes, QOpcodes); in Select()
4571 static const uint16_t DOpcodes[] = { ARM::VLD4LNd8Pseudo_UPD, in Select() local
4576 SelectVLDSTLane(N, true, true, 4, DOpcodes, QOpcodes); in Select()
4581 static const uint16_t DOpcodes[] = { ARM::VST1d8wb_fixed, in Select() local
4589 SelectVST(N, true, 1, DOpcodes, QOpcodes, nullptr); in Select()
4595 static const uint16_t DOpcodes[] = { in Select() local
4601 SelectVST(N, true, 2, DOpcodes, QOpcodes, nullptr); in Select()
4608 static const uint16_t DOpcodes[] = { ARM::VST3d8Pseudo_UPD, in Select() local
4618 SelectVST(N, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4624 static const uint16_t DOpcodes[] = { in Select() local
4633 SelectVST(N, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4641 static const uint16_t DOpcodes[] = { ARM::VST1q8wb_fixed, in Select() local
4649 SelectVST(N, true, 2, DOpcodes, QOpcodes, nullptr); in Select()
4657 static const uint16_t DOpcodes[] = { ARM::VST1d8TPseudoWB_fixed, in Select() local
4669 SelectVST(N, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4677 static const uint16_t DOpcodes[] = { ARM::VST1d8QPseudoWB_fixed, in Select() local
4689 SelectVST(N, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4695 static const uint16_t DOpcodes[] = { ARM::VST2LNd8Pseudo_UPD, in Select() local
4700 SelectVLDSTLane(N, false, true, 2, DOpcodes, QOpcodes); in Select()
4705 static const uint16_t DOpcodes[] = { ARM::VST3LNd8Pseudo_UPD, in Select() local
4710 SelectVLDSTLane(N, false, true, 3, DOpcodes, QOpcodes); in Select()
4715 static const uint16_t DOpcodes[] = { ARM::VST4LNd8Pseudo_UPD, in Select() local
4720 SelectVLDSTLane(N, false, true, 4, DOpcodes, QOpcodes); in Select()
4863 static const uint16_t DOpcodes[] = { ARM::VLD1d8, ARM::VLD1d16, in Select() local
4867 SelectVLD(N, false, 1, DOpcodes, QOpcodes, nullptr); in Select()
4872 static const uint16_t DOpcodes[] = { ARM::VLD1q8, ARM::VLD1q16, in Select() local
4878 SelectVLD(N, false, 2, DOpcodes, QOpcodes, nullptr); in Select()
4883 static const uint16_t DOpcodes[] = { ARM::VLD1d8TPseudo, in Select() local
4895 SelectVLD(N, false, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4900 static const uint16_t DOpcodes[] = { ARM::VLD1d8QPseudo, in Select() local
4912 SelectVLD(N, false, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4917 static const uint16_t DOpcodes[] = { ARM::VLD2d8, ARM::VLD2d16, in Select() local
4921 SelectVLD(N, false, 2, DOpcodes, QOpcodes, nullptr); in Select()
4926 static const uint16_t DOpcodes[] = { ARM::VLD3d8Pseudo, in Select() local
4936 SelectVLD(N, false, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4941 static const uint16_t DOpcodes[] = { ARM::VLD4d8Pseudo, in Select() local
4951 SelectVLD(N, false, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4956 static const uint16_t DOpcodes[] = { ARM::VLD2DUPd8, ARM::VLD2DUPd16, in Select() local
4965 DOpcodes, QOpcodes0, QOpcodes1); in Select()
4970 static const uint16_t DOpcodes[] = { ARM::VLD3DUPd8Pseudo, in Select() local
4981 DOpcodes, QOpcodes0, QOpcodes1); in Select()
4986 static const uint16_t DOpcodes[] = { ARM::VLD4DUPd8Pseudo, in Select() local
4997 DOpcodes, QOpcodes0, QOpcodes1); in Select()
5002 static const uint16_t DOpcodes[] = { ARM::VLD2LNd8Pseudo, in Select() local
5007 SelectVLDSTLane(N, true, false, 2, DOpcodes, QOpcodes); in Select()
5012 static const uint16_t DOpcodes[] = { ARM::VLD3LNd8Pseudo, in Select() local
5017 SelectVLDSTLane(N, true, false, 3, DOpcodes, QOpcodes); in Select()
5022 static const uint16_t DOpcodes[] = { ARM::VLD4LNd8Pseudo, in Select() local
5027 SelectVLDSTLane(N, true, false, 4, DOpcodes, QOpcodes); in Select()
5032 static const uint16_t DOpcodes[] = { ARM::VST1d8, ARM::VST1d16, in Select() local
5036 SelectVST(N, false, 1, DOpcodes, QOpcodes, nullptr); in Select()
5041 static const uint16_t DOpcodes[] = { ARM::VST1q8, ARM::VST1q16, in Select() local
5047 SelectVST(N, false, 2, DOpcodes, QOpcodes, nullptr); in Select()
5052 static const uint16_t DOpcodes[] = { ARM::VST1d8TPseudo, in Select() local
5064 SelectVST(N, false, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
5069 static const uint16_t DOpcodes[] = { ARM::VST1d8QPseudo, in Select() local
5081 SelectVST(N, false, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
5086 static const uint16_t DOpcodes[] = { ARM::VST2d8, ARM::VST2d16, in Select() local
5090 SelectVST(N, false, 2, DOpcodes, QOpcodes, nullptr); in Select()
5095 static const uint16_t DOpcodes[] = { ARM::VST3d8Pseudo, in Select() local
5105 SelectVST(N, false, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
5110 static const uint16_t DOpcodes[] = { ARM::VST4d8Pseudo, in Select() local
5120 SelectVST(N, false, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
5125 static const uint16_t DOpcodes[] = { ARM::VST2LNd8Pseudo, in Select() local
5130 SelectVLDSTLane(N, false, false, 2, DOpcodes, QOpcodes); in Select()
5135 static const uint16_t DOpcodes[] = { ARM::VST3LNd8Pseudo, in Select() local
5140 SelectVLDSTLane(N, false, false, 3, DOpcodes, QOpcodes); in Select()
5145 static const uint16_t DOpcodes[] = { ARM::VST4LNd8Pseudo, in Select() local
5150 SelectVLDSTLane(N, false, false, 4, DOpcodes, QOpcodes); in Select()