Searched refs:ENUM_ENTRY (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h73 ENUM_ENTRY(IC, 0, "says nothing about the instruction") \
74 ENUM_ENTRY(IC_64BIT, 1, "says the instruction applies in " \
76 ENUM_ENTRY(IC_OPSIZE, 3, "requires an OPSIZE prefix, so " \
78 ENUM_ENTRY(IC_ADSIZE, 3, "requires an ADSIZE prefix, so " \
80 ENUM_ENTRY(IC_OPSIZE_ADSIZE, 4, "requires ADSIZE and OPSIZE prefixes") \
81 ENUM_ENTRY(IC_XD, 2, "may say something about the opcode " \
83 ENUM_ENTRY(IC_XS, 2, "may say something about the opcode " \
85 ENUM_ENTRY(IC_XD_OPSIZE, 3, "requires an OPSIZE prefix, so " \
87 ENUM_ENTRY(IC_XS_OPSIZE, 3, "requires an OPSIZE prefix, so " \
89 ENUM_ENTRY(IC_XD_ADSIZ
276 #define ENUM_ENTRY macro
281 #undef ENUM_ENTRY macro
328 #define ENUM_ENTRY macro
333 #undef ENUM_ENTRY macro
397 #define ENUM_ENTRY macro
402 #undef ENUM_ENTRY macro
443 #define ENUM_ENTRY macro
448 #undef ENUM_ENTRY macro
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp24 #define ENUM_ENTRY(X) \ macro
26 ENUM_ENTRY(FUNCTION), ENUM_ENTRY(DATA), ENUM_ENTRY(GLOBAL),
27 ENUM_ENTRY(SECTION), ENUM_ENTRY(EVENT), ENUM_ENTRY(TABLE),
28 #undef ENUM_ENTRY macro
32 #define ENUM_ENTRY(X) \ macro
34 ENUM_ENTRY(CUSTO
39 #undef ENUM_ENTRY macro
43 #define ENUM_ENTRY macro
54 #undef ENUM_ENTRY macro
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp28 #define ENUM_ENTRY(enum_class, enum) \ macro
32 ENUM_ENTRY(ClassOptions, Packed),
33 ENUM_ENTRY(ClassOptions, HasConstructorOrDestructor),
34 ENUM_ENTRY(ClassOptions, HasOverloadedOperator),
35 ENUM_ENTRY(ClassOptions, Nested),
36 ENUM_ENTRY(ClassOptions, ContainsNestedClass),
37 ENUM_ENTRY(ClassOptions, HasOverloadedAssignmentOperator),
38 ENUM_ENTRY(ClassOptions, HasConversionOperator),
39 ENUM_ENTRY(ClassOptions, ForwardReference),
40 ENUM_ENTRY(ClassOption
147 #undef ENUM_ENTRY macro
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp36 #define ENUM_ENTRY(n, r, d) case n: return #n; break; macro
37 #define ENUM_ENTRY_K_B(n, r, d) ENUM_ENTRY(n, r, d) ENUM_ENTRY(n##_K_B, r, d)\
38 ENUM_ENTRY(n##_KZ, r, d) ENUM_ENTRY(n##_K, r, d) ENUM_ENTRY(n##_B, r, d)\
39 ENUM_ENTRY(n##_KZ_B, r, d)
41 #undef ENUM_ENTRY macro
51 #define ENUM_ENTRY(i, d) case i: return #i; macro
53 #undef ENUM_ENTRY macro
63 #define ENUM_ENTRY macro
65 #undef ENUM_ENTRY macro
576 #define ENUM_ENTRY macro
583 #undef ENUM_ENTRY macro
643 #define ENUM_ENTRY macro
649 #undef ENUM_ENTRY macro
[all...]
/netbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.h57 ENUM_ENTRY, enumerator in enum:__anon3
H A Daicasm_symbol.c111 case ENUM_ENTRY:
246 case ENUM_ENTRY:
504 case ENUM_ENTRY:
622 case ENUM_ENTRY:
H A Daicasm_gram.y490 process_field(ENUM_ENTRY, $1, enum_next_value);
495 process_field(ENUM_ENTRY, $1, $2.value);
685 case ENUM_ENTRY:
1394 if (field_type != ENUM_ENTRY) {
1472 case ENUM_ENTRY:
1852 || node->symbol->type == ENUM_ENTRY)

Completed in 110 milliseconds