Home
last modified time | relevance | path

Searched refs:ddiv (Results 1 – 25 of 25) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dfnegate-1.c26 ddiv (double x) in ddiv() function
88 if (ddiv (src) != dst) in dtest()
91 if (src != ddiv(dst)) in dtest()
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drios1.md142 (and (eq_attr "type" "sdiv,ddiv")
151 (define_insn_reservation "ppc601-ddiv" 31
152 (and (eq_attr "type" "ddiv")
H A D6xx.md168 (define_insn_reservation "ppc604-ddiv" 32
169 (and (eq_attr "type" "ddiv")
200 (define_insn_reservation "ppc630-ddiv" 21
201 (and (eq_attr "type" "ddiv")
H A Dmpc.md96 (define_insn_reservation "mpccore-ddiv" 17
97 (and (eq_attr "type" "ddiv")
H A D440.md114 (define_insn_reservation "ppc440-ddiv" 33
115 (and (eq_attr "type" "ddiv")
H A D603.md118 (define_insn_reservation "ppc603-ddiv" 33
119 (and (eq_attr "type" "ddiv")
H A D7xx.md133 (define_insn_reservation "ppc750-ddiv" 31
134 (and (eq_attr "type" "ddiv")
H A D7450.md129 (define_insn_reservation "ppc7450-ddiv" 35
130 (and (eq_attr "type" "ddiv")
H A D40x.md117 fpcompare,fp,dmul,sdiv,ddiv")
H A Drios2.md90 (and (eq_attr "type" "sdiv,ddiv")
H A Drs64.md110 (and (eq_attr "type" "sdiv,ddiv")
H A Dpower5.md301 (and (eq_attr "type" "sdiv,ddiv")
H A Dpower4.md348 (and (eq_attr "type" "sdiv,ddiv")
H A Drs6000.md90 …cr_logical,delayed_cr,mfcr,mfcrf,mtcr,mfjmpr,mtjmpr,fp,fpsimple,dmul,sdiv,ddiv,ssqrt,dsqrt,jmpreg,…
5099 [(set_attr "type" "ddiv")])
5493 [(set_attr "type" "ddiv")])
H A Drs6000.c283 const int ddiv; /* cost of DFmode division (fdiv). */ member
18879 *total = mode == DFmode ? rs6000_cost->ddiv in rs6000_rtx_costs()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMips64InstrInfo.td318 def DSDIV : Div<"ddiv", II_DDIV, GPR64Opnd, [HI0_64, LO0_64]>,
1135 "ddiv\t$rd, $rs, $rt">,
1139 "ddiv\t$rd, $rs, $imm">,
1150 // GAS expands 'div' and 'ddiv' differently when the destination
1152 // form. 'ddiv' gets expanded, while 'div' is not expanded.
1154 def : MipsInstAlias<"ddiv $rs, $rt", (DSDivMacro GPR64Opnd:$rs,
1158 def : MipsInstAlias<"ddiv $rd, $imm", (DSDivIMacro GPR64Opnd:$rd,
H A DMips64r6InstrInfo.td67 class DDIV_DESC : DIVMOD_DESC_BASE<"ddiv", GPR64Opnd, II_DDIV, sdiv>;
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djavaop.def221 JAVAOP (ddiv, 111, BINOP, DOUBLE, RDIV)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.md42 …v,branch,compare,cr_logical,delayed_compare,fpcompare,mtjmpr,fp,dmul,sdiv,ddiv,ssqrt,dsqrt,jmpreg,…
653 (and (eq_attr "type" "sdiv,ddiv")
683 (and (eq_attr "type" "ddiv")
688 (and (eq_attr "type" "ddiv")
693 (and (eq_attr "type" "ddiv")
698 (and (eq_attr "type" "ddiv")
724 (and (eq_attr "type" "sdiv,ddiv")
734 (and (eq_attr "type" "ddiv")
847 (and (eq_attr "type" "sdiv,ddiv")
5185 [(set_attr "type" "ddiv")])
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.md2734 "ddiv\\t$0,%1,%2"
2987 "ddiv\\t$0,%1,%2"
3071 "ddiv\\t$0,%1,%2"
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog-92973317 Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu,
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A DChangeLog-92973317 Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu,
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.102742 (divsf3 !POWERPC): Use ddiv attribute.
/openbsd-src/gnu/gcc/gcc/doc/
H A Dinvoke.texi10974 @code{div} and @code{ddiv} do not always produce the correct result if one
H A Dgcc.info10581 - `div' and `ddiv' do not always produce the correct result if