On 08/16/2012 01:27 PM, Richard Sandiford wrote:
Sandra Loosemore writes:
@@ -569,7 +569,7 @@
UNSPEC_DPAU_H_QBL))]
"ISA_HAS_DSP&& !TARGET_64BIT"
"dpau.h.qbl\t%q0,%2,%3"
- [(set_attr "type" "imadd")
+ [(set_attr "type" "dspmac")
(set_attr "mode" "SI")])
(d
Sandra Loosemore writes:
> @@ -569,7 +569,7 @@
> UNSPEC_DPAU_H_QBL))]
>"ISA_HAS_DSP && !TARGET_64BIT"
>"dpau.h.qbl\t%q0,%2,%3"
> - [(set_attr "type" "imadd")
> + [(set_attr "type" "dspmac")
> (set_attr "mode" "SI")])
>
> (define_insn "mips_dpau_h_qbr"
> @@ -580
On 08/04/2012 07:55 AM, Richard Sandiford wrote:
> Sandra Loosemore writes:
>> This is another patch that has been present in our local source base for some
>> years now. It originally came from MIPS; I've verified that we have legal
>> permission to contribute it to the FSF.
>>
>> The 74k.md par
Sandra Loosemore writes:
> This is another patch that has been present in our local source base for some
> years now. It originally came from MIPS; I've verified that we have legal
> permission to contribute it to the FSF.
>
> The 74k.md parts of this patch depend on the not-yet-reviewed "74k ma
This is another patch that has been present in our local source base for some
years now. It originally came from MIPS; I've verified that we have legal
permission to contribute it to the FSF.
The 74k.md parts of this patch depend on the not-yet-reviewed "74k madd
scheduler
tweaks" patch I post