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.cpp3112 #define CASE_VFMA_SPLATS(OP) \ in findCommutedOpIndices()
3174 case CASE_VFMA_SPLATS(FMADD): in findCommutedOpIndices()
3175 case CASE_VFMA_SPLATS(FMSUB): in findCommutedOpIndices()
3176 case CASE_VFMA_SPLATS(FMACC): in findCommutedOpIndices()
3177 case CASE_VFMA_SPLATS(FMSAC): in findCommutedOpIndices()
3178 case CASE_VFMA_SPLATS(FNMADD): in findCommutedOpIndices()
3179 case CASE_VFMA_SPLATS(FNMSUB): in findCommutedOpIndices()
3180 case CASE_VFMA_SPLATS(FNMACC): in findCommutedOpIndices()
3181 case CASE_VFMA_SPLATS(FNMSAC): in findCommutedOpIndices()
3372 case CASE_VFMA_SPLATS(FMAC in commuteInstructionImpl()
3105 #define CASE_VFMA_SPLATS( global() macro
[all...]