Searched refs:CASE_VMSLT_OPCODES (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVISelDAGToDAG.cpp | 1197 #define CASE_VMSLT_OPCODES(lmulenum, suffix, suffix_b) \ in Select() macro 1204 CASE_VMSLT_OPCODES(LMUL_F8, MF8, B1) in Select() 1205 CASE_VMSLT_OPCODES(LMUL_F4, MF4, B2) in Select() 1206 CASE_VMSLT_OPCODES(LMUL_F2, MF2, B4) in Select() 1207 CASE_VMSLT_OPCODES(LMUL_1, M1, B8) in Select() 1208 CASE_VMSLT_OPCODES(LMUL_2, M2, B16) in Select() 1209 CASE_VMSLT_OPCODES(LMUL_4, M4, B32) in Select() 1210 CASE_VMSLT_OPCODES(LMUL_8, M8, B64) in Select() 1211 #undef CASE_VMSLT_OPCODES in Select()
|