Searched defs:insnContext (Results 1 - 2 of 2) sorted by relevance

/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...]
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp305 InstructionContext RecognizableInstr::insnContext() const { function in class:RecognizableInstr
306 InstructionContext insnContext; local
316 insnContext = EVEX_KB(IC_EVEX_L_W_OPSIZE);
318 insnContext = EVEX_KB(IC_EVEX_L_W_XS);
321 insnContext = EVEX_KB(IC_EVEX_L_W_XD);
323 insnContext = EVEX_KB(IC_EVEX_L_W);
327 insnContext = EVEX_KB(IC_EVEX_L_OPSIZE);
329 insnContext = EVEX_KB(IC_EVEX_L_XS);
332 insnContext = EVEX_KB(IC_EVEX_L_XD);
334 insnContext
[all...]

Completed in 632 milliseconds