Lines Matching refs:INSTR_CASE
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()
1924 INSTR_CASE(V, Instr, Z, ) \ in addConstantComments()
1925 INSTR_CASE(V, Instr, Z, k) \ in addConstantComments()
1926 INSTR_CASE(V, Instr, Z, kz) in addConstantComments()