Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp3107 #define CASE_VFMA_OPCODE_VV(OP) \
3182 case CASE_VFMA_OPCODE_VV(FMACC): in findCommutedOpIndices()
3183 case CASE_VFMA_OPCODE_VV(FMSAC): in findCommutedOpIndices()
3184 case CASE_VFMA_OPCODE_VV(FNMACC): in findCommutedOpIndices()
3185 case CASE_VFMA_OPCODE_VV(FNMSAC): in findCommutedOpIndices()
3206 case CASE_VFMA_OPCODE_VV(FMADD): in findCommutedOpIndices()
3207 case CASE_VFMA_OPCODE_VV(FMSUB): in findCommutedOpIndices()
3208 case CASE_VFMA_OPCODE_VV(FNMADD): in findCommutedOpIndices()
3209 case CASE_VFMA_OPCODE_VV(FNMSUB): in findCommutedOpIndices()
3380 case CASE_VFMA_OPCODE_VV(FMAC in commuteInstructionImpl()
3100 #define CASE_VFMA_OPCODE_VV( global() macro
[all...]