Home
last modified time | relevance | path

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

12345

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dfnegate-1.c45 fdiv (float x) in fdiv() function
66 if (fdiv (src) != dst) in ftest()
69 if (src != fdiv(dst)) in ftest()
/openbsd/gnu/gcc/gcc/config/i386/
H A Dppro.md120 (define_cpu_unit "fdiv" "ppro_fdiv")
409 (eq_attr "type" "fdiv,fpspc"))))
410 "decodern,p0+fdiv,fdiv*16")
416 (eq_attr "type" "fdiv,fpspc"))))
417 "decoder0,p2+p0+fdiv,fdiv*16")
423 (eq_attr "type" "fdiv,fpspc"))))
424 "decodern,p0+fdiv,fdiv*30")
430 (eq_attr "type" "fdiv,fpspc"))))
431 "decoder0,p2+p0+fdiv,fdiv*30")
438 "decodern,p0+fdiv,fdiv*36")
[all …]
/openbsd/gnu/gcc/gcc/config/mips/
H A D6000.md49 (and (eq_attr "type" "fdiv,frdiv")
55 (and (eq_attr "type" "fdiv,frdiv")
H A D3000.md64 (and (eq_attr "type" "fdiv,frdiv")
70 (and (eq_attr "type" "fdiv,frdiv")
H A D4300.md78 (and (eq_attr "type" "fdiv,frdiv,fsqrt,frsqrt")
84 (and (eq_attr "type" "fdiv,frdiv,fsqrt,frsqrt")
H A Dgeneric.md85 (and (eq_attr "type" "fdiv,frdiv")
90 (and (eq_attr "type" "fdiv,frdiv")
H A D4600.md68 (and (eq_attr "type" "fdiv,frdiv")
74 (and (eq_attr "type" "fdiv,frdiv")
H A D24k.md269 ;; fdiv, fsqrt, frsqrt
272 (and (eq_attr "type" "fdiv,fsqrt,frsqrt")
278 (and (eq_attr "type" "fdiv,fsqrt")
385 ;; fdiv, fsqrt, frsqrt
388 (and (eq_attr "type" "fdiv,fsqrt,frsqrt")
394 (and (eq_attr "type" "fdiv,fsqrt")
H A D5k.md176 ;; fdiv, fsqrt, frsqrt
179 (and (eq_attr "type" "fdiv,fsqrt,frsqrt")
185 (and (eq_attr "type" "fdiv,fsqrt")
H A D5400.md126 (and (eq_attr "type" "fdiv,frdiv,fsqrt")
132 (and (eq_attr "type" "fdiv,frdiv,fsqrt")
H A D9000.md134 (and (eq_attr "type" "fdiv,frdiv,fsqrt,frsqrt")
140 (and (eq_attr "type" "fdiv,frdiv,fsqrt,frsqrt")
H A D5500.md162 (and (eq_attr "type" "fdiv,frdiv,fsqrt")
168 (and (eq_attr "type" "fdiv,frdiv,fsqrt")
H A D7000.md177 (and (eq_attr "type" "fdiv,frdiv,fsqrt")
183 (and (eq_attr "type" "fdiv,frdiv,fsqrt")
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dev4.md129 ; issued exactly five or exactly six cycles before an fdiv insn completes".
133 (and (eq_attr "type" "fdiv")
139 (and (eq_attr "type" "fdiv")
H A Dev5.md162 ; to FA exactly five before an fdiv insn completes".
174 (and (eq_attr "type" "fdiv")
181 (and (eq_attr "type" "fdiv")
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dev4.md144 ; issued exactly five or exactly six cycles before an fdiv insn completes".
148 (and (eq_attr "type" "fdiv")
154 (and (eq_attr "type" "fdiv")
H A Dev5.md167 ; to FA exactly five before an fdiv insn completes".
179 (and (eq_attr "type" "fdiv")
186 (and (eq_attr "type" "fdiv")
H A Dev6.md158 (and (eq_attr "type" "fdiv")
164 (and (eq_attr "type" "fdiv")
/openbsd/gnu/gcc/gcc/config/sh/
H A Dlib1funcs-Os-4-200.asm69 fdiv dr2,dr0
90 fdiv dr2,dr0
297 fdiv dr2,dr0
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/
H A D5400.md130 (and (eq_attr "type" "fdiv,fsqrt")
136 (and (eq_attr "type" "fdiv,fsqrt")
H A D5500.md125 (and (eq_attr "type" "fdiv,fsqrt")
131 (and (eq_attr "type" "fdiv,fsqrt")
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dsh3.s32 fdiv fr0,fr1
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dppro.md105 (eq_attr "type" "fdiv,fpspc"))
143 (eq_attr "type" "fdiv,fpspc"))
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchFloat32InstrInfo.td39 def FDIV_S : FP_ALU_3R<0b00000001000001101, "fdiv.s", FPR32>;
151 def : PatFprFpr<fdiv, FDIV_S, FPR32>;
159 def : Pat<(fdiv fpimm1, (fsqrt FPR32:$fj)), (FRSQRT_S FPR32:$fj)>;
265 def : Pat<(fdiv fpimm1, FPR32:$src), (FRECIP_S $src)>;
H A DLoongArchFloat64InstrInfo.td23 def FDIV_D : FP_ALU_3R<0b00000001000001110, "fdiv.d", FPR64>;
150 def : PatFprFpr<fdiv, FDIV_D, FPR64>;
158 def : Pat<(fdiv fpimm1, (fsqrt FPR64:$fj)), (FRSQRT_D FPR64:$fj)>;
253 def : Pat<(fdiv fpimm1, FPR64:$src), (FRECIP_D $src)>;

12345