Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1682 #define CASE_VMSLT_OPCODES(lmulenum, suffix, suffix_b) \ in Select() macro
1689 CASE_VMSLT_OPCODES(LMUL_F8, MF8, B1) in Select()
1690 CASE_VMSLT_OPCODES(LMUL_F4, MF4, B2) in Select()
1691 CASE_VMSLT_OPCODES(LMUL_F2, MF2, B4) in Select()
1692 CASE_VMSLT_OPCODES(LMUL_1, M1, B8) in Select()
1693 CASE_VMSLT_OPCODES(LMUL_2, M2, B16) in Select()
1694 CASE_VMSLT_OPCODES(LMUL_4, M4, B32) in Select()
1695 CASE_VMSLT_OPCODES(LMUL_8, M8, B64) in Select()
1696 #undef CASE_VMSLT_OPCODES in Select()