Re: [PATCH] Workaround errata for the PMC-Sierra RM7000 cpu.

2013-11-19 Thread Richard Sandiford
"Moore, Catherine" writes: >> -Original Message- >> From: Moore, Catherine >> Subject: RE: [PATCH] Workaround errata for the PMC-Sierra RM7000 cpu. >> >> writes: >> > >> -Original Message- >> > >> From: Ric

RE: [PATCH] Workaround errata for the PMC-Sierra RM7000 cpu.

2013-11-19 Thread Moore, Catherine
> -Original Message- > From: Moore, Catherine > Subject: RE: [PATCH] Workaround errata for the PMC-Sierra RM7000 cpu. > > writes: > > >> -Original Message- > > >> From: Richard Sandiford [mailto:rdsandif...@googlemail.com] > > >>

RE: [PATCH] Workaround errata for the PMC-Sierra RM7000 cpu.

2013-10-31 Thread Moore, Catherine
> -Original Message- > From: Richard Sandiford [mailto:rdsandif...@googlemail.com] > Sent: Thursday, October 10, 2013 1:21 PM > To: Moore, Catherine > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH] Workaround errata for the PMC-Sierra RM7000 cpu. > > &q

Re: [PATCH] Workaround errata for the PMC-Sierra RM7000 cpu.

2013-10-14 Thread Maciej W. Rozycki
On Thu, 10 Oct 2013, Richard Sandiford wrote: > Ideally opcodes/mips*.c would have a flag to mark load instructions, > but all we have at the moment are flags to mark load delays, which means > that LD and some other load instructions don't have them. So I can think > of three options: > > (1) T

Re: [PATCH] Workaround errata for the PMC-Sierra RM7000 cpu.

2013-10-10 Thread Richard Sandiford
"Moore, Catherine" writes: >> -Original Message- >> From: Richard Sandiford [mailto:rdsandif...@googlemail.com] >> Subject: Re: [PATCH] Workaround errata for the PMC-Sierra RM7000 cpu. >> >> "Moore, Catherine" writes: >> > H

Re: [PATCH] Workaround errata for the PMC-Sierra RM7000 cpu.

2013-10-10 Thread Richard Sandiford
"Moore, Catherine" writes: > Hi Richard, > > This patch implements a workaround for errors on the PMC-Sierra RM7000 > cpu while executing the dmult or dmultu instruction. The workaround > is to insert three nops after the dmult/dmultu. Do you have any more details? E.g. does "dmult $4,$5;addiu

[PATCH] Workaround errata for the PMC-Sierra RM7000 cpu.

2013-10-09 Thread Moore, Catherine
Hi Richard, This patch implements a workaround for errors on the PMC-Sierra RM7000 cpu while executing the dmult or dmultu instruction. The workaround is to insert three nops after the dmult/dmultu. Does this look okay to commit? Thanks, Catherine gcc/ 2013-10-09 Catherine Moore