OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATTR_ADSIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86DisassemblerTables.cpp
919
(index &
ATTR_ADSIZE
))
923
else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index &
ATTR_ADSIZE
))
927
else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index &
ATTR_ADSIZE
))
934
(index &
ATTR_ADSIZE
))
938
else if ((index & ATTR_64BIT) && (index &
ATTR_ADSIZE
))
948
else if ((index & ATTR_XS) && (index &
ATTR_ADSIZE
))
950
else if ((index & ATTR_XD) && (index &
ATTR_ADSIZE
))
956
else if ((index & ATTR_OPSIZE) && (index &
ATTR_ADSIZE
))
960
else if (index &
ATTR_ADSIZE
)
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp
1156
attrMask |=
ATTR_ADSIZE
;
1180
attrMask |=
ATTR_ADSIZE
;
1187
attrMask &= ~
ATTR_ADSIZE
;
1194
attrMask ^=
ATTR_ADSIZE
;
1252
attrMask |=
ATTR_ADSIZE
;
1258
attrMask ^=
ATTR_ADSIZE
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
X86DisassemblerDecoderCommon.h
56
ATTR_ADSIZE
= 0x1 << 5,
Completed in 20 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026