OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insnContext
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86DisassemblerShared.h
20
llvm::X86Disassembler::InstructionContext
insnContext
;
24
insnContext
= llvm::X86Disassembler::IC;
X86RecognizableInstr.cpp
158
InstructionContext RecognizableInstr::
insnContext
() const {
159
InstructionContext
insnContext
;
169
insnContext
= EVEX_KB(IC_EVEX_L_W_OPSIZE);
171
insnContext
= EVEX_KB(IC_EVEX_L_W_XS);
173
insnContext
= EVEX_KB(IC_EVEX_L_W_XD);
175
insnContext
= EVEX_KB(IC_EVEX_L_W);
183
insnContext
= EVEX_KB(IC_EVEX_L_OPSIZE);
185
insnContext
= EVEX_KB(IC_EVEX_L_XS);
187
insnContext
= EVEX_KB(IC_EVEX_L_XD);
189
insnContext
= EVEX_KB(IC_EVEX_L)
[
all
...]
X86DisassemblerTables.h
240
/// @param
insnContext
- The context to use (IC, IC_64BIT, etc.)
252
InstructionContext
insnContext
,
X86DisassemblerTables.cpp
29
/// @param
insnContext
- The instruction class to transform to a string.
32
static inline const char* stringForContext(InstructionContext
insnContext
) {
33
switch (
insnContext
) {
1042
if (outranks(previousInfo.
insnContext
, newInfo.
insnContext
))
1045
if (previousInfo.
insnContext
== newInfo.
insnContext
) {
1051
errs() << "Context " << stringForContext(newInfo.
insnContext
) << "\n";
1062
InstructionContext
insnContext
,
1080
InstructionSpecifiers[uid].
insnContext
, noPrefix
[
all
...]
X86RecognizableInstr.h
229
///
insnContext
- Returns the primary context in which the instruction is
233
InstructionContext
insnContext
() const;
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp
123
static InstrUID decode(OpcodeType type, InstructionContext
insnContext
,
129
dec = &ONEBYTE_SYM.opcodeDecisions[
insnContext
].modRMDecisions[opcode];
132
dec = &TWOBYTE_SYM.opcodeDecisions[
insnContext
].modRMDecisions[opcode];
135
dec = &THREEBYTE38_SYM.opcodeDecisions[
insnContext
].modRMDecisions[opcode];
138
dec = &THREEBYTE3A_SYM.opcodeDecisions[
insnContext
].modRMDecisions[opcode];
141
dec = &XOP8_MAP_SYM.opcodeDecisions[
insnContext
].modRMDecisions[opcode];
144
dec = &XOP9_MAP_SYM.opcodeDecisions[
insnContext
].modRMDecisions[opcode];
147
dec = &XOPA_MAP_SYM.opcodeDecisions[
insnContext
].modRMDecisions[opcode];
151
&THREEDNOW_MAP_SYM.opcodeDecisions[
insnContext
].modRMDecisions[opcode];
Completed in 84 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026