HomeSort by relevance Sort by last modified time
    Searched defs:insnContext (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
X86DisassemblerShared.h 21 llvm::X86Disassembler::InstructionContext insnContext;
25 insnContext = llvm::X86Disassembler::IC;
X86RecognizableInstr.cpp 286 InstructionContext RecognizableInstr::insnContext() const {
287 InstructionContext insnContext;
297 insnContext = EVEX_KB(IC_EVEX_L_W_OPSIZE);
299 insnContext = EVEX_KB(IC_EVEX_L_W_XS);
301 insnContext = EVEX_KB(IC_EVEX_L_W_XD);
303 insnContext = EVEX_KB(IC_EVEX_L_W);
311 insnContext = EVEX_KB(IC_EVEX_L_OPSIZE);
313 insnContext = EVEX_KB(IC_EVEX_L_XS);
315 insnContext = EVEX_KB(IC_EVEX_L_XD);
317 insnContext = EVEX_KB(IC_EVEX_L)
    [all...]

Completed in 39 milliseconds