Searched refs:CASE_FP_WIDEOP_OPCODE_COMMON (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 3512 #define CASE_FP_WIDEOP_OPCODE_COMMON(OP, LMUL, SEW) \ 3516 CASE_FP_WIDEOP_OPCODE_COMMON(OP, MF4, E16): \ 3517 case CASE_FP_WIDEOP_OPCODE_COMMON(OP, MF2, E16): \ 3518 case CASE_FP_WIDEOP_OPCODE_COMMON(OP, MF2, E32): \ 3519 case CASE_FP_WIDEOP_OPCODE_COMMON(OP, M1, E16): \ 3520 case CASE_FP_WIDEOP_OPCODE_COMMON(OP, M1, E32): \ 3521 case CASE_FP_WIDEOP_OPCODE_COMMON(OP, M2, E16): \ 3522 case CASE_FP_WIDEOP_OPCODE_COMMON(OP, M2, E32): \ 3523 case CASE_FP_WIDEOP_OPCODE_COMMON(OP, M4, E16): \ 3524 case CASE_FP_WIDEOP_OPCODE_COMMON(O 3505 #define CASE_FP_WIDEOP_OPCODE_COMMON( global() macro [all...] |