Lines Matching refs:DOpcodes

186                  const uint16_t *DOpcodes, const uint16_t *QOpcodes0,
194 const uint16_t *DOpcodes, const uint16_t *QOpcodes0,
201 unsigned NumVecs, const uint16_t *DOpcodes,
208 unsigned NumVecs, const uint16_t *DOpcodes,
1743 const uint16_t *DOpcodes, in SelectVLD() argument
1803 unsigned Opc = (is64BitVector ? DOpcodes[OpcodeIndex] : in SelectVLD()
1882 const uint16_t *DOpcodes, in SelectVST() argument
1959 unsigned Opc = (is64BitVector ? DOpcodes[OpcodeIndex] : in SelectVST()
2034 const uint16_t *DOpcodes, in SelectVLDSTLane() argument
2133 unsigned Opc = (is64BitVector ? DOpcodes[OpcodeIndex] : in SelectVLDSTLane()
2159 const uint16_t *DOpcodes, in SelectVLDDup() argument
2223 unsigned Opc = is64BitVector ? DOpcodes[OpcodeIndex] : in SelectVLDDup()
3119 static const uint16_t DOpcodes[] = { ARM::VLD1DUPd8, ARM::VLD1DUPd16, in Select() local
3123 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 1, DOpcodes, QOpcodes); in Select()
3151 static const uint16_t DOpcodes[] = { ARM::VLD1DUPd8wb_fixed, in Select() local
3157 SelectVLDDup(N, /* IsIntrinsic= */ false, true, 1, DOpcodes, QOpcodes); in Select()
3186 static const uint16_t DOpcodes[] = { ARM::VLD1d8wb_fixed, in Select() local
3194 SelectVLD(N, true, 1, DOpcodes, QOpcodes, nullptr); in Select()
3199 static const uint16_t DOpcodes[] = { ARM::VLD2d8wb_fixed, in Select() local
3206 SelectVLD(N, true, 2, DOpcodes, QOpcodes, nullptr); in Select()
3211 static const uint16_t DOpcodes[] = { ARM::VLD3d8Pseudo_UPD, in Select() local
3221 SelectVLD(N, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
3226 static const uint16_t DOpcodes[] = { ARM::VLD4d8Pseudo_UPD, in Select() local
3236 SelectVLD(N, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
3241 static const uint16_t DOpcodes[] = { ARM::VLD2LNd8Pseudo_UPD, in Select() local
3246 SelectVLDSTLane(N, true, true, 2, DOpcodes, QOpcodes); in Select()
3251 static const uint16_t DOpcodes[] = { ARM::VLD3LNd8Pseudo_UPD, in Select() local
3256 SelectVLDSTLane(N, true, true, 3, DOpcodes, QOpcodes); in Select()
3261 static const uint16_t DOpcodes[] = { ARM::VLD4LNd8Pseudo_UPD, in Select() local
3266 SelectVLDSTLane(N, true, true, 4, DOpcodes, QOpcodes); in Select()
3271 static const uint16_t DOpcodes[] = { ARM::VST1d8wb_fixed, in Select() local
3279 SelectVST(N, true, 1, DOpcodes, QOpcodes, nullptr); in Select()
3284 static const uint16_t DOpcodes[] = { ARM::VST2d8wb_fixed, in Select() local
3291 SelectVST(N, true, 2, DOpcodes, QOpcodes, nullptr); in Select()
3296 static const uint16_t DOpcodes[] = { ARM::VST3d8Pseudo_UPD, in Select() local
3306 SelectVST(N, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
3311 static const uint16_t DOpcodes[] = { ARM::VST4d8Pseudo_UPD, in Select() local
3321 SelectVST(N, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
3326 static const uint16_t DOpcodes[] = { ARM::VST2LNd8Pseudo_UPD, in Select() local
3331 SelectVLDSTLane(N, false, true, 2, DOpcodes, QOpcodes); in Select()
3336 static const uint16_t DOpcodes[] = { ARM::VST3LNd8Pseudo_UPD, in Select() local
3341 SelectVLDSTLane(N, false, true, 3, DOpcodes, QOpcodes); in Select()
3346 static const uint16_t DOpcodes[] = { ARM::VST4LNd8Pseudo_UPD, in Select() local
3351 SelectVLDSTLane(N, false, true, 4, DOpcodes, QOpcodes); in Select()
3494 static const uint16_t DOpcodes[] = { ARM::VLD1d8, ARM::VLD1d16, in Select() local
3498 SelectVLD(N, false, 1, DOpcodes, QOpcodes, nullptr); in Select()
3503 static const uint16_t DOpcodes[] = { ARM::VLD1q8, ARM::VLD1q16, in Select() local
3509 SelectVLD(N, false, 2, DOpcodes, QOpcodes, nullptr); in Select()
3514 static const uint16_t DOpcodes[] = { ARM::VLD1d8TPseudo, in Select() local
3526 SelectVLD(N, false, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
3531 static const uint16_t DOpcodes[] = { ARM::VLD1d8QPseudo, in Select() local
3543 SelectVLD(N, false, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
3548 static const uint16_t DOpcodes[] = { ARM::VLD2d8, ARM::VLD2d16, in Select() local
3552 SelectVLD(N, false, 2, DOpcodes, QOpcodes, nullptr); in Select()
3557 static const uint16_t DOpcodes[] = { ARM::VLD3d8Pseudo, in Select() local
3567 SelectVLD(N, false, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
3572 static const uint16_t DOpcodes[] = { ARM::VLD4d8Pseudo, in Select() local
3582 SelectVLD(N, false, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
3587 static const uint16_t DOpcodes[] = { ARM::VLD2DUPd8, ARM::VLD2DUPd16, in Select() local
3596 DOpcodes, QOpcodes0, QOpcodes1); in Select()
3601 static const uint16_t DOpcodes[] = { ARM::VLD3DUPd8Pseudo, in Select() local
3612 DOpcodes, QOpcodes0, QOpcodes1); in Select()
3617 static const uint16_t DOpcodes[] = { ARM::VLD4DUPd8Pseudo, in Select() local
3628 DOpcodes, QOpcodes0, QOpcodes1); in Select()
3633 static const uint16_t DOpcodes[] = { ARM::VLD2LNd8Pseudo, in Select() local
3638 SelectVLDSTLane(N, true, false, 2, DOpcodes, QOpcodes); in Select()
3643 static const uint16_t DOpcodes[] = { ARM::VLD3LNd8Pseudo, in Select() local
3648 SelectVLDSTLane(N, true, false, 3, DOpcodes, QOpcodes); in Select()
3653 static const uint16_t DOpcodes[] = { ARM::VLD4LNd8Pseudo, in Select() local
3658 SelectVLDSTLane(N, true, false, 4, DOpcodes, QOpcodes); in Select()
3663 static const uint16_t DOpcodes[] = { ARM::VST1d8, ARM::VST1d16, in Select() local
3667 SelectVST(N, false, 1, DOpcodes, QOpcodes, nullptr); in Select()
3672 static const uint16_t DOpcodes[] = { ARM::VST1q8, ARM::VST1q16, in Select() local
3678 SelectVST(N, false, 2, DOpcodes, QOpcodes, nullptr); in Select()
3683 static const uint16_t DOpcodes[] = { ARM::VST1d8TPseudo, in Select() local
3695 SelectVST(N, false, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
3700 static const uint16_t DOpcodes[] = { ARM::VST1d8QPseudo, in Select() local
3712 SelectVST(N, false, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
3717 static const uint16_t DOpcodes[] = { ARM::VST2d8, ARM::VST2d16, in Select() local
3721 SelectVST(N, false, 2, DOpcodes, QOpcodes, nullptr); in Select()
3726 static const uint16_t DOpcodes[] = { ARM::VST3d8Pseudo, in Select() local
3736 SelectVST(N, false, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
3741 static const uint16_t DOpcodes[] = { ARM::VST4d8Pseudo, in Select() local
3751 SelectVST(N, false, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
3756 static const uint16_t DOpcodes[] = { ARM::VST2LNd8Pseudo, in Select() local
3761 SelectVLDSTLane(N, false, false, 2, DOpcodes, QOpcodes); in Select()
3766 static const uint16_t DOpcodes[] = { ARM::VST3LNd8Pseudo, in Select() local
3771 SelectVLDSTLane(N, false, false, 3, DOpcodes, QOpcodes); in Select()
3776 static const uint16_t DOpcodes[] = { ARM::VST4LNd8Pseudo, in Select() local
3781 SelectVLDSTLane(N, false, false, 4, DOpcodes, QOpcodes); in Select()