Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1387 #define CASE_WIDEOP_OPCODE_COMMON(OP, LMUL) \ macro
1391 CASE_WIDEOP_OPCODE_COMMON(OP, MF8): \
1392 case CASE_WIDEOP_OPCODE_COMMON(OP, MF4): \
1393 case CASE_WIDEOP_OPCODE_COMMON(OP, MF2): \
1394 case CASE_WIDEOP_OPCODE_COMMON(OP, M1): \
1395 case CASE_WIDEOP_OPCODE_COMMON(OP, M2): \
1396 case CASE_WIDEOP_OPCODE_COMMON(OP, M4)
1464 #undef CASE_WIDEOP_OPCODE_COMMON