Searched refs:CASE_VFMA_OPCODE_LMULS (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVInstrInfo.cpp | 2072 #define CASE_VFMA_OPCODE_LMULS(OP, TYPE) \ macro 2105 case CASE_VFMA_OPCODE_LMULS(MADD, VX): in findCommutedOpIndices() 2106 case CASE_VFMA_OPCODE_LMULS(NMSUB, VX): in findCommutedOpIndices() 2107 case CASE_VFMA_OPCODE_LMULS(MACC, VX): in findCommutedOpIndices() 2108 case CASE_VFMA_OPCODE_LMULS(NMSAC, VX): in findCommutedOpIndices() 2109 case CASE_VFMA_OPCODE_LMULS(MACC, VV): in findCommutedOpIndices() 2110 case CASE_VFMA_OPCODE_LMULS(NMSAC, VV): { in findCommutedOpIndices() 2129 case CASE_VFMA_OPCODE_LMULS(MADD, VV): in findCommutedOpIndices() 2130 case CASE_VFMA_OPCODE_LMULS(NMSUB, VV): { in findCommutedOpIndices() 2259 case CASE_VFMA_OPCODE_LMULS(MADD, VX): in commuteInstructionImpl() [all …]
|