Searched refs:insnContext (Results 1 - 6 of 6) sorted by relevance

/external/llvm/utils/TableGen/
H A DX86DisassemblerShared.h18 InstructionContext insnContext; \
23 insnContext = IC; \
H A DX86RecognizableInstr.cpp295 InstructionContext RecognizableInstr::insnContext() const { function in class:RecognizableInstr
296 InstructionContext insnContext; local
301 insnContext = IC_VEX_L_W_OPSIZE;
305 insnContext = IC_VEX_L_OPSIZE;
307 insnContext = IC_VEX_W_OPSIZE;
309 insnContext = IC_VEX_OPSIZE;
312 insnContext = IC_VEX_L_XS;
316 insnContext = IC_VEX_L_XD;
319 insnContext = IC_VEX_W_XS;
323 insnContext
[all...]
H A DX86DisassemblerTables.h257 /// @param insnContext - The context to use (IC, IC_64BIT, etc.)
266 InstructionContext insnContext,
H A DX86DisassemblerTables.cpp137 /// @param insnContext - The instruction class to transform to a string.
140 static inline const char* stringForContext(InstructionContext insnContext) {
141 switch (insnContext) {
666 if (outranks(previousInfo.insnContext, newInfo.insnContext))
669 if (previousInfo.insnContext == newInfo.insnContext &&
676 errs() << "Context " << stringForContext(newInfo.insnContext) << "\n";
687 InstructionContext insnContext,
702 InstructionSpecifiers[uid].insnContext, ignoresVEX_
[all...]
H A DX86RecognizableInstr.h103 /// insnContext - Returns the primary context in which the instruction is
107 InstructionContext insnContext() const;
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c54 * @param insnContext - The context for the instruction, as returned by
61 InstructionContext insnContext,
86 return decision->opcodeDecisions[insnContext].modRMDecisions[opcode].
95 * @param insnContext - See modRMRequired().
101 InstructionContext insnContext,
108 dec = &ONEBYTE_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
111 dec = &TWOBYTE_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
114 dec = &THREEBYTE38_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
117 dec = &THREEBYTE3A_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
120 dec = &THREEBYTEA6_SYM.opcodeDecisions[insnContext]
60 modRMRequired(OpcodeType type, InstructionContext insnContext, uint8_t opcode) argument
100 decode(OpcodeType type, InstructionContext insnContext, uint8_t opcode, uint8_t modRM) argument
[all...]

Completed in 309 milliseconds