Searched refs:SDI (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 887 SDI->replaceAllUsesWith(SDI->getOperand(0)); in processSRem() 915 BinaryOperator::CreateURem(Ops[0].V, Ops[1].V, SDI->getName(), SDI); in processSRem() 927 SDI->eraseFromParent(); in processSRem() 968 BinaryOperator::CreateUDiv(Ops[0].V, Ops[1].V, SDI->getName(), SDI); in processSDiv() 979 SDI->eraseFromParent(); in processSDiv() 1018 SDI->replaceAllUsesWith(SDI->getOperand(0)); in processAShr() 1027 auto *BO = BinaryOperator::CreateLShr(SDI->getOperand(0), SDI->getOperand(1), in processAShr() 1029 BO->takeName(SDI); in processAShr() 1033 SDI->eraseFromParent(); in processAShr() 1047 auto *ZExt = CastInst::CreateZExtOrBitCast(Base, SDI->getType(), "", SDI); in processSExt() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrFormats.td | 626 // SDI - SSE2 instructions with XD prefix. 642 class SDI<bits<8> o, Format F, dag outs, dag ins, string asm,
|
H A D | X86InstrSSE.td | 1313 def CVTSD2SSrr : SDI<0x5A, MRMSrcReg, (outs FR32:$dst), (ins FR64:$src), 1569 def VCVTPD2DQrr : SDI<0xE6, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src), 1576 def VCVTPD2DQrm : SDI<0xE6, MRMSrcMem, (outs VR128:$dst), (ins f128mem:$src), 1583 def VCVTPD2DQYrr : SDI<0xE6, MRMSrcReg, (outs VR128:$dst), (ins VR256:$src), 1588 def VCVTPD2DQYrm : SDI<0xE6, MRMSrcMem, (outs VR128:$dst), (ins f256mem:$src), 1600 def CVTPD2DQrm : SDI<0xE6, MRMSrcMem, (outs VR128:$dst), (ins f128mem:$src), 1605 def CVTPD2DQrr : SDI<0xE6, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src),
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000.md | 150 (define_mode_macro SDI [SI DI]) 1434 [(set (match_operand:SDI 0 "gpc_reg_operand" "") 1435 (plus:SDI (match_operand:SDI 1 "gpc_reg_operand" "") 1436 (match_operand:SDI 2 "reg_or_add_cint_operand" "")))] 1743 [(set (match_operand:SDI 0 "gpc_reg_operand" "") 1744 (minus:SDI (match_operand:SDI 1 "reg_or_short_operand" "") 1745 (match_operand:SDI 2 "reg_or_sub_cint_operand" "")))] 2036 [(set (match_operand:SDI 0 "gpc_reg_operand" "") 2037 (neg:SDI (match_operand:SDI 1 "gpc_reg_operand" "")))]
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | NEWS | 304 M32R with SDI protocol m32r-*-elf*
|
H A D | ChangeLog-2003 | 2271 debug interface, SDI (Scalable Debug Interface). 2272 * NEWS: Mention m32r SDI protocol was supported.
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 4843 const auto &SDI = in LowerINTRINSIC_W_CHAIN() local 4846 SDI.EmitMOPS(AArch64ISD::MOPS_MEMSET_TAGGING, DAG, DL, Chain, Dst, Val, in LowerINTRINSIC_W_CHAIN()
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | gdb.texinfo | 12636 Renesas M32R SDI server, connected via parallel port to the board.
|