Home
last modified time | relevance | path

Searched refs:SDI (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/doc/
Dsdi.txt1 SDI files
4 Syslinux supports SDI files ( *.sdi ).
7 * Support for gzipped SDI images
17 The support of SDI images in Syslinux is based on a white
22 SDI support has been only been tested with SDI v1.0 with Windows XP Embedded
26 ++++ Supported SDI images ++++
28 To make a SDI image supported by pxelinux/isolinux/syslinux, you need to
35 1) Create a new SDI file (eg: sdimgr /new xpe.sdi).
51 3) Import the partition in the SDI file (eg: sdimgr xpe.sdi /readpart:D:).
57 5) Import the nt loader NTLDR in the SDI file
[all …]
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp332 static bool hasLocalDefs(BinaryOperator *SDI) { in hasLocalDefs() argument
333 for (Value *O : SDI->operands()) { in hasLocalDefs()
335 if (I && I->getParent() == SDI->getParent()) in hasLocalDefs()
341 static bool hasPositiveOperands(BinaryOperator *SDI, LazyValueInfo *LVI) { in hasPositiveOperands() argument
342 Constant *Zero = ConstantInt::get(SDI->getType(), 0); in hasPositiveOperands()
343 for (Value *O : SDI->operands()) { in hasPositiveOperands()
344 auto Result = LVI->getPredicateAt(ICmpInst::ICMP_SGE, O, Zero, SDI); in hasPositiveOperands()
351 static bool processSRem(BinaryOperator *SDI, LazyValueInfo *LVI) { in processSRem() argument
352 if (SDI->getType()->isVectorTy() || hasLocalDefs(SDI) || in processSRem()
353 !hasPositiveOperands(SDI, LVI)) in processSRem()
[all …]
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dexamples.cpp217 namespace SDI { // PR11558 namespace
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrFormats.td332 // SDI - SSE2 instructions with XD prefix.
340 class SDI<bits<8> o, Format F, dag outs, dag ins, string asm, list<dag> pattern>
503 : SDI<o, F, outs, ins, asm, pattern>, REX_W;
DX86InstrSSE.td398 def MOVSDmr : SDI<0x11, MRMDestMem, (outs), (ins f64mem:$dst, FR64:$src),
1572 def CVTSD2SSrr : SDI<0x5A, MRMSrcReg, (outs FR32:$dst), (ins FR64:$src),
2897 def SDr : SDI<opc, MRMSrcReg, (outs FR64:$dst), (ins FR64:$src),
2905 def SDr_Int : SDI<opc, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src),
2908 def SDm_Int : SDI<opc, MRMSrcMem, (outs VR128:$dst), (ins sdmem:$src),
2915 def SDr : SDI<opc, MRMSrcReg, (outs FR64:$dst), (ins FR64:$src1, FR64:$src2),
2918 def SDm : SDI<opc, MRMSrcMem, (outs FR64:$dst), (ins FR64:$src1,f64mem:$src2),
2921 def SDm_Int : SDI<opc, MRMSrcMem, (outs VR128:$dst),
/external/llvm/lib/Target/X86/
DX86InstrFormats.td548 // SDI - SSE2 instructions with XD prefix.
564 class SDI<bits<8> o, Format F, dag outs, dag ins, string asm,
DX86InstrSSE.td1804 def CVTSD2SSrr : SDI<0x5A, MRMSrcReg, (outs FR32:$dst), (ins FR64:$src),
1969 def VCVTPD2DQrr : SDI<0xE6, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src),
1977 def VCVTPD2DQXrm : SDI<0xE6, MRMSrcMem, (outs VR128:$dst), (ins f128mem:$src),
1984 def VCVTPD2DQYrr : SDI<0xE6, MRMSrcReg, (outs VR128:$dst), (ins VR256:$src),
1989 def VCVTPD2DQYrm : SDI<0xE6, MRMSrcMem, (outs VR128:$dst), (ins f256mem:$src),
1998 def CVTPD2DQrm : SDI<0xE6, MRMSrcMem, (outs VR128:$dst), (ins f128mem:$src),
2003 def CVTPD2DQrr : SDI<0xE6, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src),
/external/syslinux/
DNEWS616 * sdi.c32: support gzipped SDI images.