Home
last modified time | relevance | path

Searched refs:dmult (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dfnegate-1.c20 dmult (double x) in dmult() function
82 if (dmult (src) != dst) in dtest()
85 if (src != dmult (dst)) in dtest()
/openbsd-src/gnu/gcc/gcc/config/mips/
H A D5500.md87 ;; The delay includes the latency of the dmult itself and the anticipated
91 ;; between it and the dmult.
H A Dsb1.md350 ;; after the latency cycle for divides (e.g. 40/72). dmult writes lo in
H A Dmips.md330 ;; VR4120 errata MD(4): if there are consecutive dmult instructions,
332 ;; around this by inserting a nop after the first dmult.
1059 "dmult\t%0,%1,%2"
1703 "dmult<u>\t%1,%2"
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMips64InstrInfo.td308 def DMULT : Mult<"dmult", II_DMULT, GPR64Opnd, [HI0_64, LO0_64]>,
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.md2095 "dmult\\t%1,%2"
2110 output_asm_insn (\"dmult\\t%0,%1,%2\", operands);
2118 output_asm_insn (\"dmult\\t%1,%2\", operands);
2402 "dmult\\t%1,%2"
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.09913 and attribute assignments to handle three operand dmult;