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 | 1911 #define INSTR_CASE(Prefix, Instr, Suffix, Postfix) \ in addConstantComments() macro 1915 INSTR_CASE(, Instr, , ) /* SSE */ \ in addConstantComments() 1916 INSTR_CASE(V, Instr, , ) /* AVX-128 */ \ in addConstantComments() 1917 INSTR_CASE(V, Instr, Y, ) /* AVX-256 */ \ in addConstantComments() 1918 INSTR_CASE(V, Instr, Z128, ) \ in addConstantComments() 1919 INSTR_CASE(V, Instr, Z128, k) \ in addConstantComments() 1920 INSTR_CASE(V, Instr, Z128, kz) \ in addConstantComments() 1921 INSTR_CASE(V, Instr, Z256, ) \ in addConstantComments() 1922 INSTR_CASE(V, Instr, Z256, k) \ in addConstantComments() 1923 INSTR_CASE(V, Instr, Z256, kz) \ in addConstantComments() [all …]
|