HomeSort by relevance Sort by last modified time
    Searched refs:AdSize (Results 1 - 6 of 6) sorted by null

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 52 /// The AdSize field from the record
53 uint8_t AdSize;
X86RecognizableInstr.cpp 212 AdSize = byteFromRec(Rec, "AdSizeBits");
418 } else if (Is64Bit || HasREX_WPrefix || AdSize == X86Local::AdSize64) {
421 else if (HasREX_WPrefix && AdSize == X86Local::AdSize32)
427 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize32)
431 else if (AdSize == X86Local::AdSize32)
450 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16)
454 else if (AdSize == X86Local::AdSize16)
874 switch (AdSize) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 264 AdSize = 1 << 7,
X86MCCodeEmitter.cpp 766 if ((TSFlags & X86II::AdSize) ||
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp 655 if (Desc->TSFlags & X86II::AdSize)
    [all...]

Completed in 4775 milliseconds