HomeSort by: relevance | last modified time | path
    Searched defs:insnContext (Results 1 - 2 of 2) 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...]

Completed in 26 milliseconds