Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2665 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()
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()
[all …]