Lines Matching refs:CASE_VFMA_SPLATS
2630 #define CASE_VFMA_SPLATS(OP) \ macro
2665 case CASE_VFMA_SPLATS(FMADD): in findCommutedOpIndices()
2666 case CASE_VFMA_SPLATS(FMSUB): in findCommutedOpIndices()
2667 case CASE_VFMA_SPLATS(FMACC): in findCommutedOpIndices()
2668 case CASE_VFMA_SPLATS(FMSAC): in findCommutedOpIndices()
2669 case CASE_VFMA_SPLATS(FNMADD): in findCommutedOpIndices()
2670 case CASE_VFMA_SPLATS(FNMSUB): in findCommutedOpIndices()
2671 case CASE_VFMA_SPLATS(FNMACC): in findCommutedOpIndices()
2672 case CASE_VFMA_SPLATS(FNMSAC): in findCommutedOpIndices()
2828 case CASE_VFMA_SPLATS(FMACC): in commuteInstructionImpl()
2829 case CASE_VFMA_SPLATS(FMADD): in commuteInstructionImpl()
2830 case CASE_VFMA_SPLATS(FMSAC): in commuteInstructionImpl()
2831 case CASE_VFMA_SPLATS(FMSUB): in commuteInstructionImpl()
2832 case CASE_VFMA_SPLATS(FNMACC): in commuteInstructionImpl()
2833 case CASE_VFMA_SPLATS(FNMADD): in commuteInstructionImpl()
2834 case CASE_VFMA_SPLATS(FNMSAC): in commuteInstructionImpl()
2835 case CASE_VFMA_SPLATS(FNMSUB): in commuteInstructionImpl()
2917 #undef CASE_VFMA_SPLATS