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 110 PS = 1, PD = 2, XS = 3, XD = 4
282 else if (OpPrefix == X86Local::XD)
296 else if (OpPrefix == X86Local::XD)
311 else if (OpPrefix == X86Local::XD)
323 else if (OpPrefix == X86Local::XD)
340 else if (OpPrefix == X86Local::XD)
352 else if (OpPrefix == X86Local::XD)
365 else if (OpPrefix == X86Local::XD)
381 else if (HasVEX_LPrefix && OpPrefix == X86Local::XD)
385 else if (HasVEX_WPrefix && OpPrefix == X86Local::XD)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 394 const Decl *XD = X.getDeclWithIssue();
395 if (!XD)
400 SourceLocation XDL = XD->getLocation();
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 351 // XS, XD - These prefix codes are for single and double precision scalar
353 XS = 3 << OpPrefixShift, XD = 4 << OpPrefixShift,

Completed in 55 milliseconds