Lines Matching refs:CASE_VFMA_SPLATS
1474 #define CASE_VFMA_SPLATS(OP) \ macro
1488 case CASE_VFMA_SPLATS(FMADD): in findCommutedOpIndices()
1489 case CASE_VFMA_SPLATS(FMSUB): in findCommutedOpIndices()
1490 case CASE_VFMA_SPLATS(FMACC): in findCommutedOpIndices()
1491 case CASE_VFMA_SPLATS(FMSAC): in findCommutedOpIndices()
1492 case CASE_VFMA_SPLATS(FNMADD): in findCommutedOpIndices()
1493 case CASE_VFMA_SPLATS(FNMSUB): in findCommutedOpIndices()
1494 case CASE_VFMA_SPLATS(FNMACC): in findCommutedOpIndices()
1495 case CASE_VFMA_SPLATS(FNMSAC): in findCommutedOpIndices()
1633 case CASE_VFMA_SPLATS(FMACC): in commuteInstructionImpl()
1634 case CASE_VFMA_SPLATS(FMADD): in commuteInstructionImpl()
1635 case CASE_VFMA_SPLATS(FMSAC): in commuteInstructionImpl()
1636 case CASE_VFMA_SPLATS(FMSUB): in commuteInstructionImpl()
1637 case CASE_VFMA_SPLATS(FNMACC): in commuteInstructionImpl()
1638 case CASE_VFMA_SPLATS(FNMADD): in commuteInstructionImpl()
1639 case CASE_VFMA_SPLATS(FNMSAC): in commuteInstructionImpl()
1640 case CASE_VFMA_SPLATS(FNMSUB): in commuteInstructionImpl()
1722 #undef CASE_VFMA_SPLATS