Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp887 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 DX86InstrFormats.td626 // SDI - SSE2 instructions with XD prefix.
642 class SDI<bits<8> o, Format F, dag outs, dag ins, string asm,
H A DX86InstrSSE.td1313 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 Drs6000.md150 (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 DNEWS304 M32R with SDI protocol m32r-*-elf*
H A DChangeLog-20032271 debug interface, SDI (Scalable Debug Interface).
2272 * NEWS: Mention m32r SDI protocol was supported.
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4843 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 Dgdb.texinfo12636 Renesas M32R SDI server, connected via parallel port to the board.