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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 118 OpSize16 = 1, OpSize32 = 2
402 if (HasREX_WPrefix && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD))
404 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD)
406 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS)
408 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)
425 if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD)
427 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS)
429 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)
882 if(OpSize == X86Local::OpSize16) {
883 // For OpSize16 instructions, a declared 16-bit register o
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 324 // OpSize16 means this is a 16-bit instruction and needs 0x66 prefix in
330 OpSize16 = 1,

Completed in 40 milliseconds