Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/InstPrinter/
DX86InstComments.cpp131 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ macro
143 CASE_MASK_INS_COMMON(Inst, Z, r##src) \
144 CASE_MASK_INS_COMMON(Inst, Z256, r##src) \
145 CASE_MASK_INS_COMMON(Inst, Z128, r##src) \
151 CASE_MASK_INS_COMMON(Inst, Z, r##src) \
152 CASE_MASK_INS_COMMON(Inst, Z256, r##src) \
153 CASE_MASK_INS_COMMON(Inst, Z128, r##src) \
159 CASE_MASK_INS_COMMON(Inst, Z, r##src##i) \
160 CASE_MASK_INS_COMMON(Inst, Z256, r##src##i) \
161 CASE_MASK_INS_COMMON(Inst, Z128, r##src##i) \
[all …]