Searched refs:INSTR_CASE (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 1941 #define INSTR_CASE(Prefix, Instr, Suffix, Postfix) \ in addConstantComments() macro 1945 INSTR_CASE(, Instr, , ) /* SSE */ \ in addConstantComments() 1946 INSTR_CASE(V, Instr, , ) /* AVX-128 */ \ in addConstantComments() 1947 INSTR_CASE(V, Instr, Y, ) /* AVX-256 */ \ in addConstantComments() 1948 INSTR_CASE(V, Instr, Z128, ) \ in addConstantComments() 1949 INSTR_CASE(V, Instr, Z128, k) \ in addConstantComments() 1950 INSTR_CASE(V, Instr, Z128, kz) \ in addConstantComments() 1951 INSTR_CASE(V, Instr, Z256, ) \ in addConstantComments() 1952 INSTR_CASE(V, Instr, Z256, k) \ in addConstantComments() 1953 INSTR_CASE(V, Instr, Z256, kz) \ in addConstantComments() [all …]
|