Searched refs:CASE_VFMA_OPCODE_LMULS (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 1138 #define CASE_VFMA_OPCODE_LMULS(OP, TYPE) \ macro 1148 CASE_VFMA_OPCODE_LMULS(OP, VF16): \ 1149 case CASE_VFMA_OPCODE_LMULS(OP, VF32): \ 1150 case CASE_VFMA_OPCODE_LMULS(OP, VF64) 1169 case CASE_VFMA_OPCODE_LMULS(FMACC, VV): in findCommutedOpIndices() 1170 case CASE_VFMA_OPCODE_LMULS(FMSAC, VV): in findCommutedOpIndices() 1171 case CASE_VFMA_OPCODE_LMULS(FNMACC, VV): in findCommutedOpIndices() 1172 case CASE_VFMA_OPCODE_LMULS(FNMSAC, VV): { in findCommutedOpIndices() 1182 case CASE_VFMA_OPCODE_LMULS(FMADD, VV): in findCommutedOpIndices() 1183 case CASE_VFMA_OPCODE_LMULS(FMSUB, VV): in findCommutedOpIndices() [all …]
|