Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2922 #define CASE_WIDEOP_OPCODE_COMMON(OP, LMUL) \ macro
2926 CASE_WIDEOP_OPCODE_COMMON(OP, MF4): \
2927 case CASE_WIDEOP_OPCODE_COMMON(OP, MF2): \
2928 case CASE_WIDEOP_OPCODE_COMMON(OP, M1): \
2929 case CASE_WIDEOP_OPCODE_COMMON(OP, M2): \
2930 case CASE_WIDEOP_OPCODE_COMMON(OP, M4)
2933 CASE_WIDEOP_OPCODE_COMMON(OP, MF8): \
3056 #undef CASE_WIDEOP_OPCODE_COMMON