Home
last modified time | relevance | path

Searched refs:CASE_VFMA_SPLATS (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp3725 #define CASE_VFMA_SPLATS(OP) \ macro
3787 case CASE_VFMA_SPLATS(FMADD): in findCommutedOpIndices()
3788 case CASE_VFMA_SPLATS(FMSUB): in findCommutedOpIndices()
3789 case CASE_VFMA_SPLATS(FMACC): in findCommutedOpIndices()
3790 case CASE_VFMA_SPLATS(FMSAC): in findCommutedOpIndices()
3791 case CASE_VFMA_SPLATS(FNMADD): in findCommutedOpIndices()
3792 case CASE_VFMA_SPLATS(FNMSUB): in findCommutedOpIndices()
3793 case CASE_VFMA_SPLATS(FNMACC): in findCommutedOpIndices()
3794 case CASE_VFMA_SPLATS(FNMSAC): in findCommutedOpIndices()
3970 case CASE_VFMA_SPLATS(FMACC): in commuteInstructionImpl()
[all …]