Lines Matching refs:DOpcodes
218 const uint16_t *DOpcodes, const uint16_t *QOpcodes0,
226 const uint16_t *DOpcodes, const uint16_t *QOpcodes0,
233 unsigned NumVecs, const uint16_t *DOpcodes,
311 unsigned NumVecs, const uint16_t *DOpcodes,
2110 const uint16_t *DOpcodes, in SelectVLD() argument
2173 unsigned Opc = (is64BitVector ? DOpcodes[OpcodeIndex] : in SelectVLD()
2252 const uint16_t *DOpcodes, in SelectVST() argument
2332 unsigned Opc = (is64BitVector ? DOpcodes[OpcodeIndex] : in SelectVST()
2407 const uint16_t *DOpcodes, in SelectVLDSTLane() argument
2510 unsigned Opc = (is64BitVector ? DOpcodes[OpcodeIndex] : in SelectVLDSTLane()
2949 const uint16_t *DOpcodes, in SelectVLDDup() argument
3017 unsigned Opc = is64BitVector ? DOpcodes[OpcodeIndex] in SelectVLDDup()
4325 static const uint16_t DOpcodes[] = { ARM::VLD1DUPd8, ARM::VLD1DUPd16, in Select() local
4329 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 1, DOpcodes, QOpcodes); in Select()
4357 static const uint16_t DOpcodes[] = { ARM::VLD1DUPd8wb_fixed, in Select() local
4363 SelectVLDDup(N, /* IsIntrinsic= */ false, true, 1, DOpcodes, QOpcodes); in Select()
4368 static const uint16_t DOpcodes[] = { ARM::VLD2DUPd8wb_fixed, in Select() local
4378 SelectVLDDup(N, /* IsIntrinsic= */ false, true, 2, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4383 static const uint16_t DOpcodes[] = { ARM::VLD3DUPd8Pseudo_UPD, in Select() local
4393 SelectVLDDup(N, /* IsIntrinsic= */ false, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4398 static const uint16_t DOpcodes[] = { ARM::VLD4DUPd8Pseudo_UPD, in Select() local
4408 SelectVLDDup(N, /* IsIntrinsic= */ false, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4413 static const uint16_t DOpcodes[] = { ARM::VLD1d8wb_fixed, in Select() local
4421 SelectVLD(N, true, 1, DOpcodes, QOpcodes, nullptr); in Select()
4427 static const uint16_t DOpcodes[] = { in Select() local
4433 SelectVLD(N, true, 2, DOpcodes, QOpcodes, nullptr); in Select()
4448 static const uint16_t DOpcodes[] = { ARM::VLD3d8Pseudo_UPD, in Select() local
4458 SelectVLD(N, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4464 static const uint16_t DOpcodes[] = { in Select() local
4473 SelectVLD(N, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4492 static const uint16_t DOpcodes[] = { in Select() local
4498 SelectVLD(N, true, 2, DOpcodes, QOpcodes, nullptr); in Select()
4506 static const uint16_t DOpcodes[] = { in Select() local
4515 SelectVLD(N, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4523 static const uint16_t DOpcodes[] = { in Select() local
4532 SelectVLD(N, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4539 static const uint16_t DOpcodes[] = { ARM::VLD2LNd8Pseudo_UPD, in Select() local
4544 SelectVLDSTLane(N, true, true, 2, DOpcodes, QOpcodes); in Select()
4549 static const uint16_t DOpcodes[] = { ARM::VLD3LNd8Pseudo_UPD, in Select() local
4554 SelectVLDSTLane(N, true, true, 3, DOpcodes, QOpcodes); in Select()
4559 static const uint16_t DOpcodes[] = { ARM::VLD4LNd8Pseudo_UPD, in Select() local
4564 SelectVLDSTLane(N, true, true, 4, DOpcodes, QOpcodes); in Select()
4569 static const uint16_t DOpcodes[] = { ARM::VST1d8wb_fixed, in Select() local
4577 SelectVST(N, true, 1, DOpcodes, QOpcodes, nullptr); in Select()
4583 static const uint16_t DOpcodes[] = { in Select() local
4589 SelectVST(N, true, 2, DOpcodes, QOpcodes, nullptr); in Select()
4596 static const uint16_t DOpcodes[] = { ARM::VST3d8Pseudo_UPD, in Select() local
4606 SelectVST(N, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4612 static const uint16_t DOpcodes[] = { in Select() local
4621 SelectVST(N, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4629 static const uint16_t DOpcodes[] = { ARM::VST1q8wb_fixed, in Select() local
4637 SelectVST(N, true, 2, DOpcodes, QOpcodes, nullptr); in Select()
4645 static const uint16_t DOpcodes[] = { ARM::VST1d8TPseudoWB_fixed, in Select() local
4657 SelectVST(N, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4665 static const uint16_t DOpcodes[] = { ARM::VST1d8QPseudoWB_fixed, in Select() local
4677 SelectVST(N, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4683 static const uint16_t DOpcodes[] = { ARM::VST2LNd8Pseudo_UPD, in Select() local
4688 SelectVLDSTLane(N, false, true, 2, DOpcodes, QOpcodes); in Select()
4693 static const uint16_t DOpcodes[] = { ARM::VST3LNd8Pseudo_UPD, in Select() local
4698 SelectVLDSTLane(N, false, true, 3, DOpcodes, QOpcodes); in Select()
4703 static const uint16_t DOpcodes[] = { ARM::VST4LNd8Pseudo_UPD, in Select() local
4708 SelectVLDSTLane(N, false, true, 4, DOpcodes, QOpcodes); in Select()
4851 static const uint16_t DOpcodes[] = { ARM::VLD1d8, ARM::VLD1d16, in Select() local
4855 SelectVLD(N, false, 1, DOpcodes, QOpcodes, nullptr); in Select()
4860 static const uint16_t DOpcodes[] = { ARM::VLD1q8, ARM::VLD1q16, in Select() local
4866 SelectVLD(N, false, 2, DOpcodes, QOpcodes, nullptr); in Select()
4871 static const uint16_t DOpcodes[] = { ARM::VLD1d8TPseudo, in Select() local
4883 SelectVLD(N, false, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4888 static const uint16_t DOpcodes[] = { ARM::VLD1d8QPseudo, in Select() local
4900 SelectVLD(N, false, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4905 static const uint16_t DOpcodes[] = { ARM::VLD2d8, ARM::VLD2d16, in Select() local
4909 SelectVLD(N, false, 2, DOpcodes, QOpcodes, nullptr); in Select()
4914 static const uint16_t DOpcodes[] = { ARM::VLD3d8Pseudo, in Select() local
4924 SelectVLD(N, false, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4929 static const uint16_t DOpcodes[] = { ARM::VLD4d8Pseudo, in Select() local
4939 SelectVLD(N, false, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
4944 static const uint16_t DOpcodes[] = { ARM::VLD2DUPd8, ARM::VLD2DUPd16, in Select() local
4953 DOpcodes, QOpcodes0, QOpcodes1); in Select()
4958 static const uint16_t DOpcodes[] = { ARM::VLD3DUPd8Pseudo, in Select() local
4969 DOpcodes, QOpcodes0, QOpcodes1); in Select()
4974 static const uint16_t DOpcodes[] = { ARM::VLD4DUPd8Pseudo, in Select() local
4985 DOpcodes, QOpcodes0, QOpcodes1); in Select()
4990 static const uint16_t DOpcodes[] = { ARM::VLD2LNd8Pseudo, in Select() local
4995 SelectVLDSTLane(N, true, false, 2, DOpcodes, QOpcodes); in Select()
5000 static const uint16_t DOpcodes[] = { ARM::VLD3LNd8Pseudo, in Select() local
5005 SelectVLDSTLane(N, true, false, 3, DOpcodes, QOpcodes); in Select()
5010 static const uint16_t DOpcodes[] = { ARM::VLD4LNd8Pseudo, in Select() local
5015 SelectVLDSTLane(N, true, false, 4, DOpcodes, QOpcodes); in Select()
5020 static const uint16_t DOpcodes[] = { ARM::VST1d8, ARM::VST1d16, in Select() local
5024 SelectVST(N, false, 1, DOpcodes, QOpcodes, nullptr); in Select()
5029 static const uint16_t DOpcodes[] = { ARM::VST1q8, ARM::VST1q16, in Select() local
5035 SelectVST(N, false, 2, DOpcodes, QOpcodes, nullptr); in Select()
5040 static const uint16_t DOpcodes[] = { ARM::VST1d8TPseudo, in Select() local
5052 SelectVST(N, false, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
5057 static const uint16_t DOpcodes[] = { ARM::VST1d8QPseudo, in Select() local
5069 SelectVST(N, false, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
5074 static const uint16_t DOpcodes[] = { ARM::VST2d8, ARM::VST2d16, in Select() local
5078 SelectVST(N, false, 2, DOpcodes, QOpcodes, nullptr); in Select()
5083 static const uint16_t DOpcodes[] = { ARM::VST3d8Pseudo, in Select() local
5093 SelectVST(N, false, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
5098 static const uint16_t DOpcodes[] = { ARM::VST4d8Pseudo, in Select() local
5108 SelectVST(N, false, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
5113 static const uint16_t DOpcodes[] = { ARM::VST2LNd8Pseudo, in Select() local
5118 SelectVLDSTLane(N, false, false, 2, DOpcodes, QOpcodes); in Select()
5123 static const uint16_t DOpcodes[] = { ARM::VST3LNd8Pseudo, in Select() local
5128 SelectVLDSTLane(N, false, false, 3, DOpcodes, QOpcodes); in Select()
5133 static const uint16_t DOpcodes[] = { ARM::VST4LNd8Pseudo, in Select() local
5138 SelectVLDSTLane(N, false, false, 4, DOpcodes, QOpcodes); in Select()