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

  /external/llvm/utils/TableGen/
X86DisassemblerShared.h 21 llvm::X86Disassembler::InstructionContext insnContext;
25 insnContext = llvm::X86Disassembler::IC;
X86RecognizableInstr.cpp 285 InstructionContext RecognizableInstr::insnContext() const {
286 InstructionContext insnContext;
296 insnContext = EVEX_KB(IC_EVEX_L_W_OPSIZE);
298 insnContext = EVEX_KB(IC_EVEX_L_W_XS);
300 insnContext = EVEX_KB(IC_EVEX_L_W_XD);
302 insnContext = EVEX_KB(IC_EVEX_L_W);
310 insnContext = EVEX_KB(IC_EVEX_L_OPSIZE);
312 insnContext = EVEX_KB(IC_EVEX_L_XS);
314 insnContext = EVEX_KB(IC_EVEX_L_XD);
316 insnContext = EVEX_KB(IC_EVEX_L)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.cpp 284 InstructionContext RecognizableInstr::insnContext() const {
285 InstructionContext insnContext;
291 insnContext = IC_VEX_L_OPSIZE;
293 insnContext = IC_VEX_W_OPSIZE;
295 insnContext = IC_VEX_OPSIZE;
297 insnContext = IC_VEX_L_XS;
299 insnContext = IC_VEX_L_XD;
301 insnContext = IC_VEX_W_XS;
303 insnContext = IC_VEX_W_XD;
305 insnContext = IC_VEX_W
    [all...]

Completed in 72 milliseconds