Searched refs:CASE_MASK_INS_COMMON (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86InstComments.cpp | 30 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ macro 38 CASE_MASK_INS_COMMON(Inst, Suffix, src) \ 50 CASE_MASK_INS_COMMON(Inst, Z, r##src) \ 51 CASE_MASK_INS_COMMON(Inst, Z256, r##src) \ 52 CASE_MASK_INS_COMMON(Inst, Z128, r##src) 68 CASE_MASK_INS_COMMON(Inst, Z, r##src) \ 69 CASE_MASK_INS_COMMON(Inst, Z256, r##src) \ 70 CASE_MASK_INS_COMMON(Inst, Z128, r##src) 86 CASE_MASK_INS_COMMON(Inst, Z, r##src) \ 87 CASE_MASK_INS_COMMON(Inst, Z256, r##src) \ [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/ |
D | X86InstComments.cpp | 32 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ macro 40 CASE_MASK_INS_COMMON(Inst, Suffix, src) \ 52 CASE_MASK_INS_COMMON(Inst, Z, r##src) \ 53 CASE_MASK_INS_COMMON(Inst, Z256, r##src) \ 54 CASE_MASK_INS_COMMON(Inst, Z128, r##src) 70 CASE_MASK_INS_COMMON(Inst, Z, r##src) \ 71 CASE_MASK_INS_COMMON(Inst, Z256, r##src) \ 72 CASE_MASK_INS_COMMON(Inst, Z128, r##src) 88 CASE_MASK_INS_COMMON(Inst, Z, r##src) \ 89 CASE_MASK_INS_COMMON(Inst, Z256, r##src) \ [all …]
|