Searched refs:SDI (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 926 static bool processSRem(BinaryOperator *SDI, const ConstantRange &LCR, in processSRem() argument 928 assert(SDI->getOpcode() == Instruction::SRem); in processSRem() 931 SDI->replaceAllUsesWith(SDI->getOperand(0)); in processSRem() 932 SDI->eraseFromParent(); in processSRem() 940 std::array<Operand, 2> Ops = {{{SDI->getOperand(0), getDomain(LCR)}, in processSRem() 941 {SDI->getOperand(1), getDomain(RCR)}}}; in processSRem() 953 SDI->getIterator()); in processSRem() 954 BO->setDebugLoc(SDI->getDebugLoc()); in processSRem() 958 auto *URem = BinaryOperator::CreateURem(Ops[0].V, Ops[1].V, SDI->getName(), in processSRem() 959 SDI->getIterator()); in processSRem() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/ti/ |
H A D | ti,omap3-dss.txt | 20 - Port 1: SDI output 25 SDI Endpoint required properties:
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | marvell,dove-pinctrl.txt | 67 pmic(sdi) Pin is used for PMIC SDI
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | ste-ux500-samsung-codina-tmo.dts | 254 /* MOSI on GPIO224, pin SDI "slave data in" */
|
H A D | ste-ux500-samsung-gavini.dts | 284 /* MOSI on GPIO224, pin SDI "slave data in" */
|
H A D | ste-ux500-samsung-codina.dts | 340 /* MOSI on GPIO224, pin SDI "slave data in" */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrUtils.td | 600 // SDI - SSE2 instructions with XD prefix. 616 class SDI<bits<8> o, Format F, dag outs, dag ins, string asm,
|
H A D | X86InstrSSE.td | 1307 def CVTSD2SSrr : SDI<0x5A, MRMSrcReg, (outs FR32:$dst), (ins FR64:$src), 1562 def VCVTPD2DQrr : SDI<0xE6, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src), 1569 def VCVTPD2DQrm : SDI<0xE6, MRMSrcMem, (outs VR128:$dst), (ins f128mem:$src), 1576 def VCVTPD2DQYrr : SDI<0xE6, MRMSrcReg, (outs VR128:$dst), (ins VR256:$src), 1581 def VCVTPD2DQYrm : SDI<0xE6, MRMSrcMem, (outs VR128:$dst), (ins f256mem:$src), 1607 def CVTPD2DQrm : SDI<0xE6, MRMSrcMem, (outs VR128:$dst), (ins f128mem:$src), 1612 def CVTPD2DQrr : SDI<0xE6, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src),
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | windows | 304 0 string $SDI 338 # SDI checksum 39h
|
/freebsd/share/misc/ |
H A D | pci_vendors | 6157 102b 4b93 Vio SDI Frame Grabber 10179 00cd NV42GL [Quadro FX 3450/4000 SDI] 13422 82db AJA HDNTV HD SDI Framestore 23840 08a8 MVC101 SDI 24636 a124 HiSilicon Internal SDI Function Engine 24637 a125 HiSilicon SDI Network Controller 24638 a126 HiSilicon SDI NVMe Storage Controller 24639 a127 HiSilicon SDI Accelerator 24650 a22a HiSilicon Network For SDI 24692 0860 DTA-2144(B) Quad ASI/SDI in+out [all …]
|
H A D | usb_vendors | 21133 bd46 Mini Converter Analog to SDI
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 5602 const auto &SDI = in LowerINTRINSIC_W_CHAIN() local 5605 SDI.EmitMOPS(AArch64ISD::MOPS_MEMSET_TAGGING, DAG, DL, Chain, Dst, Val, in LowerINTRINSIC_W_CHAIN()
|