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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 78 XD = 11, XS = 12,
313 else if (HasVEX_LPrefix && (Prefix == X86Local::XD ||
320 else if (HasVEX_WPrefix && (Prefix == X86Local::XD ||
328 else if (Prefix == X86Local::XD || Prefix == X86Local::T8XD ||
338 else if (HasOpSizePrefix && (Prefix == X86Local::XD ||
352 else if (HasREX_WPrefix && (Prefix == X86Local::XD ||
356 else if (Prefix == X86Local::XD || Prefix == X86Local::T8XD ||
366 if (HasOpSizePrefix && (Prefix == X86Local::XD ||
377 else if (Prefix == X86Local::XD || Prefix == X86Local::T8XD ||
805 case X86Local::XD
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 320 const Decl *XD = X.getDeclWithIssue();
321 if (!XD)
326 SourceLocation XDL = XD->getLocation();
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 333 // XS, XD - These prefix codes are for single and double precision scalar
335 XD = 11 << Op0Shift, XS = 12 << Op0Shift,
341 // T8XD - Prefix before and after 0x0F. Combination of T8 and XD.
347 // TAXD - Prefix before and after 0x0F. Combination of TA and XD.

Completed in 332 milliseconds