Searched refs:CASE_VFMA_OPCODE_LMULS_MF4 (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 2074 case CASE_VFMA_OPCODE_LMULS_MF4(OP, TYPE) 2101 case CASE_VFMA_OPCODE_LMULS_MF4(FMACC, VV): in findCommutedOpIndices() 2102 case CASE_VFMA_OPCODE_LMULS_MF4(FMSAC, VV): in findCommutedOpIndices() 2103 case CASE_VFMA_OPCODE_LMULS_MF4(FNMACC, VV): in findCommutedOpIndices() 2104 case CASE_VFMA_OPCODE_LMULS_MF4(FNMSAC, VV): in findCommutedOpIndices() 2125 case CASE_VFMA_OPCODE_LMULS_MF4(FMADD, VV): in findCommutedOpIndices() 2126 case CASE_VFMA_OPCODE_LMULS_MF4(FMSUB, VV): in findCommutedOpIndices() 2255 case CASE_VFMA_OPCODE_LMULS_MF4(FMACC, VV): in commuteInstructionImpl() 2256 case CASE_VFMA_OPCODE_LMULS_MF4(FMSAC, VV): in commuteInstructionImpl() 2298 case CASE_VFMA_OPCODE_LMULS_MF4(FMADD, VV): in commuteInstructionImpl() [all …]
|