Searched defs:XD (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp110 PS = 1, PD = 2, XS = 3, XD = 4 enumerator in enum:X86Local::__anon26610
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/
H A DPathDiagnostic.cpp394 const Decl *XD = X.getDeclWithIssue(); local
395 if (!XD)
400 SourceLocation XDL = XD->getLocation();
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h351 // XS, XD - These prefix codes are for single and double precision scalar
353 XS = 3 << OpPrefixShift, XD = 4 << OpPrefixShift, enumerator in enum:llvm::X86II::__anon26173

Completed in 317 milliseconds