OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENUM_ENTRY
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
X86DisassemblerDecoderCommon.h
73
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_ADSIZE, 3, "requires an ADSIZE prefix, so "
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
WasmDumper.cpp
24
#define
ENUM_ENTRY
(X) \
26
ENUM_ENTRY
(FUNCTION),
ENUM_ENTRY
(DATA),
ENUM_ENTRY
(GLOBAL),
27
ENUM_ENTRY
(SECTION),
ENUM_ENTRY
(EVENT),
ENUM_ENTRY
(TABLE),
28
#undef
ENUM_ENTRY
32
#define
ENUM_ENTRY
(X) \
34
ENUM_ENTRY
(CUSTOM), ENUM_ENTRY(TYPE), ENUM_ENTRY(IMPORT)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeDumpVisitor.cpp
28
#define
ENUM_ENTRY
(enum_class, enum) \
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
(ClassOptions, Scoped)
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86DisassemblerTables.cpp
36
#define
ENUM_ENTRY
(n, r, d) case n: return #n; break;
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
51
#define
ENUM_ENTRY
(i, d) case i: return #i;
53
#undef
ENUM_ENTRY
[
all
...]
/src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h
57
ENUM_ENTRY
,
aicasm_symbol.c
111
case
ENUM_ENTRY
:
246
case
ENUM_ENTRY
:
504
case
ENUM_ENTRY
:
622
case
ENUM_ENTRY
:
aicasm_gram.y
483
enum_entry
484
| enum_entry_list ','
enum_entry
487
enum_entry
:
label
490
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 92 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026