Lines Matching refs:CASE_VFMA_SPLATS
1153 #define CASE_VFMA_SPLATS(OP) \ macro
1167 case CASE_VFMA_SPLATS(FMADD): in findCommutedOpIndices()
1168 case CASE_VFMA_SPLATS(FMSUB): in findCommutedOpIndices()
1169 case CASE_VFMA_SPLATS(FMACC): in findCommutedOpIndices()
1170 case CASE_VFMA_SPLATS(FMSAC): in findCommutedOpIndices()
1171 case CASE_VFMA_SPLATS(FNMADD): in findCommutedOpIndices()
1172 case CASE_VFMA_SPLATS(FNMSUB): in findCommutedOpIndices()
1173 case CASE_VFMA_SPLATS(FNMACC): in findCommutedOpIndices()
1174 case CASE_VFMA_SPLATS(FNMSAC): in findCommutedOpIndices()
1293 case CASE_VFMA_SPLATS(FMACC): in commuteInstructionImpl()
1294 case CASE_VFMA_SPLATS(FMADD): in commuteInstructionImpl()
1295 case CASE_VFMA_SPLATS(FMSAC): in commuteInstructionImpl()
1296 case CASE_VFMA_SPLATS(FMSUB): in commuteInstructionImpl()
1297 case CASE_VFMA_SPLATS(FNMACC): in commuteInstructionImpl()
1298 case CASE_VFMA_SPLATS(FNMADD): in commuteInstructionImpl()
1299 case CASE_VFMA_SPLATS(FNMSAC): in commuteInstructionImpl()
1300 case CASE_VFMA_SPLATS(FNMSUB): in commuteInstructionImpl()
1382 #undef CASE_VFMA_SPLATS