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,
2103 const uint16_t *DOpcodes, in SelectVLD() argument
2166 unsigned Opc = (is64BitVector ? DOpcodes[OpcodeIndex] : in SelectVLD()
2245 const uint16_t *DOpcodes, in SelectVST() argument
2325 unsigned Opc = (is64BitVector ? DOpcodes[OpcodeIndex] : in SelectVST()
2400 const uint16_t *DOpcodes, in SelectVLDSTLane() argument
2504 unsigned Opc = (is64BitVector ? DOpcodes[OpcodeIndex] : in SelectVLDSTLane()
2946 const uint16_t *DOpcodes, in SelectVLDDup() argument
3014 unsigned Opc = is64BitVector ? DOpcodes[OpcodeIndex] in SelectVLDDup()
4344 static const uint16_t DOpcodes[] = { ARM::VLD1DUPd8, ARM::VLD1DUPd16, in Select() local
4348 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 1, DOpcodes, QOpcodes); in Select()
4376 static const uint16_t DOpcodes[] = { ARM::VLD1DUPd8wb_fixed, in Select() local
4382 SelectVLDDup(N, /* IsIntrinsic= */ false, true, 1, DOpcodes, QOpcodes); in Select()
4387 static const uint16_t DOpcodes[] = { ARM::VLD2DUPd8wb_fixed, in Select() local
4397 SelectVLDDup(N, /* IsIntrinsic= */ false, true, 2, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4402 static const uint16_t DOpcodes[] = { ARM::VLD3DUPd8Pseudo_UPD, in Select() local
4412 SelectVLDDup(N, /* IsIntrinsic= */ false, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4417 static const uint16_t DOpcodes[] = { ARM::VLD4DUPd8Pseudo_UPD, in Select() local
4427 SelectVLDDup(N, /* IsIntrinsic= */ false, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4432 static const uint16_t DOpcodes[] = { ARM::VLD1d8wb_fixed, in Select() local
4440 SelectVLD(N, true, 1, DOpcodes, QOpcodes, nullptr); in Select()
4446 static const uint16_t DOpcodes[] = { in Select() local
4452 SelectVLD(N, true, 2, DOpcodes, QOpcodes, nullptr); in Select()
4467 static const uint16_t DOpcodes[] = { ARM::VLD3d8Pseudo_UPD, in Select() local
4477 SelectVLD(N, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4483 static const uint16_t DOpcodes[] = { in Select() local
4492 SelectVLD(N, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4511 static const uint16_t DOpcodes[] = { in Select() local
4517 SelectVLD(N, true, 2, DOpcodes, QOpcodes, nullptr); in Select()
4525 static const uint16_t DOpcodes[] = { in Select() local
4534 SelectVLD(N, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4542 static const uint16_t DOpcodes[] = { in Select() local
4551 SelectVLD(N, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4558 static const uint16_t DOpcodes[] = { ARM::VLD2LNd8Pseudo_UPD, in Select() local
4563 SelectVLDSTLane(N, true, true, 2, DOpcodes, QOpcodes); in Select()
4568 static const uint16_t DOpcodes[] = { ARM::VLD3LNd8Pseudo_UPD, in Select() local
4573 SelectVLDSTLane(N, true, true, 3, DOpcodes, QOpcodes); in Select()
4578 static const uint16_t DOpcodes[] = { ARM::VLD4LNd8Pseudo_UPD, in Select() local
4583 SelectVLDSTLane(N, true, true, 4, DOpcodes, QOpcodes); in Select()
4588 static const uint16_t DOpcodes[] = { ARM::VST1d8wb_fixed, in Select() local
4596 SelectVST(N, true, 1, DOpcodes, QOpcodes, nullptr); in Select()
4602 static const uint16_t DOpcodes[] = { in Select() local
4608 SelectVST(N, true, 2, DOpcodes, QOpcodes, nullptr); in Select()
4615 static const uint16_t DOpcodes[] = { ARM::VST3d8Pseudo_UPD, in Select() local
4625 SelectVST(N, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4631 static const uint16_t DOpcodes[] = { in Select() local
4640 SelectVST(N, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4648 static const uint16_t DOpcodes[] = { ARM::VST1q8wb_fixed, in Select() local
4656 SelectVST(N, true, 2, DOpcodes, QOpcodes, nullptr); in Select()
4664 static const uint16_t DOpcodes[] = { ARM::VST1d8TPseudoWB_fixed, in Select() local
4676 SelectVST(N, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4684 static const uint16_t DOpcodes[] = { ARM::VST1d8QPseudoWB_fixed, in Select() local
4696 SelectVST(N, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4702 static const uint16_t DOpcodes[] = { ARM::VST2LNd8Pseudo_UPD, in Select() local
4707 SelectVLDSTLane(N, false, true, 2, DOpcodes, QOpcodes); in Select()
4712 static const uint16_t DOpcodes[] = { ARM::VST3LNd8Pseudo_UPD, in Select() local
4717 SelectVLDSTLane(N, false, true, 3, DOpcodes, QOpcodes); in Select()
4722 static const uint16_t DOpcodes[] = { ARM::VST4LNd8Pseudo_UPD, in Select() local
4727 SelectVLDSTLane(N, false, true, 4, DOpcodes, QOpcodes); in Select()
4870 static const uint16_t DOpcodes[] = { ARM::VLD1d8, ARM::VLD1d16, in Select() local
4874 SelectVLD(N, false, 1, DOpcodes, QOpcodes, nullptr); in Select()
4879 static const uint16_t DOpcodes[] = { ARM::VLD1q8, ARM::VLD1q16, in Select() local
4885 SelectVLD(N, false, 2, DOpcodes, QOpcodes, nullptr); in Select()
4890 static const uint16_t DOpcodes[] = { ARM::VLD1d8TPseudo, in Select() local
4902 SelectVLD(N, false, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4907 static const uint16_t DOpcodes[] = { ARM::VLD1d8QPseudo, in Select() local
4919 SelectVLD(N, false, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4924 static const uint16_t DOpcodes[] = { ARM::VLD2d8, ARM::VLD2d16, in Select() local
4928 SelectVLD(N, false, 2, DOpcodes, QOpcodes, nullptr); in Select()
4933 static const uint16_t DOpcodes[] = { ARM::VLD3d8Pseudo, in Select() local
4943 SelectVLD(N, false, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4948 static const uint16_t DOpcodes[] = { ARM::VLD4d8Pseudo, in Select() local
4958 SelectVLD(N, false, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4963 static const uint16_t DOpcodes[] = { ARM::VLD2DUPd8, ARM::VLD2DUPd16, in Select() local
4972 DOpcodes, QOpcodes0, QOpcodes1); in Select()
4977 static const uint16_t DOpcodes[] = { ARM::VLD3DUPd8Pseudo, in Select() local
4988 DOpcodes, QOpcodes0, QOpcodes1); in Select()
4993 static const uint16_t DOpcodes[] = { ARM::VLD4DUPd8Pseudo, in Select() local
5004 DOpcodes, QOpcodes0, QOpcodes1); in Select()
5009 static const uint16_t DOpcodes[] = { ARM::VLD2LNd8Pseudo, in Select() local
5014 SelectVLDSTLane(N, true, false, 2, DOpcodes, QOpcodes); in Select()
5019 static const uint16_t DOpcodes[] = { ARM::VLD3LNd8Pseudo, in Select() local
5024 SelectVLDSTLane(N, true, false, 3, DOpcodes, QOpcodes); in Select()
5029 static const uint16_t DOpcodes[] = { ARM::VLD4LNd8Pseudo, in Select() local
5034 SelectVLDSTLane(N, true, false, 4, DOpcodes, QOpcodes); in Select()
5039 static const uint16_t DOpcodes[] = { ARM::VST1d8, ARM::VST1d16, in Select() local
5043 SelectVST(N, false, 1, DOpcodes, QOpcodes, nullptr); in Select()
5048 static const uint16_t DOpcodes[] = { ARM::VST1q8, ARM::VST1q16, in Select() local
5054 SelectVST(N, false, 2, DOpcodes, QOpcodes, nullptr); in Select()
5059 static const uint16_t DOpcodes[] = { ARM::VST1d8TPseudo, in Select() local
5071 SelectVST(N, false, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
5076 static const uint16_t DOpcodes[] = { ARM::VST1d8QPseudo, in Select() local
5088 SelectVST(N, false, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
5093 static const uint16_t DOpcodes[] = { ARM::VST2d8, ARM::VST2d16, in Select() local
5097 SelectVST(N, false, 2, DOpcodes, QOpcodes, nullptr); in Select()
5102 static const uint16_t DOpcodes[] = { ARM::VST3d8Pseudo, in Select() local
5112 SelectVST(N, false, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
5117 static const uint16_t DOpcodes[] = { ARM::VST4d8Pseudo, in Select() local
5127 SelectVST(N, false, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
5132 static const uint16_t DOpcodes[] = { ARM::VST2LNd8Pseudo, in Select() local
5137 SelectVLDSTLane(N, false, false, 2, DOpcodes, QOpcodes); in Select()
5142 static const uint16_t DOpcodes[] = { ARM::VST3LNd8Pseudo, in Select() local
5147 SelectVLDSTLane(N, false, false, 3, DOpcodes, QOpcodes); in Select()
5152 static const uint16_t DOpcodes[] = { ARM::VST4LNd8Pseudo, in Select() local
5157 SelectVLDSTLane(N, false, false, 4, DOpcodes, QOpcodes); in Select()