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 69 XD = 11, XS = 12,
287 else if (HasVEX_LPrefix && Prefix == X86Local::XD)
291 else if (HasVEX_WPrefix && Prefix == X86Local::XD)
297 else if (Prefix == X86Local::XD)
310 else if (HasREX_WPrefix && Prefix == X86Local::XD)
312 else if (Prefix == X86Local::XD)
323 else if (Prefix == X86Local::XD)
763 case X86Local::XD:
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 370 // XS, XD - These prefix codes are for single and double precision scalar
372 XD = 11 << Op0Shift, XS = 12 << Op0Shift,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]

Completed in 27 milliseconds