On 03/24/2014 04:05 AM, Claudio Fontana wrote: >> (insn & 0xbfff0000) == 0x0c000000 /* C3.3.1 */ >> > + || (insn & 0xbfe00000) == 0x0c800000 /* C3.3.2 */ >> > + || (insn & 0xbfff0000) == 0x0d000000 /* C3.3.3 */ > I see you exclude the instructions with bit R=1. > Is there a reason why 'R'(eplicate) instructions are not to be considered > stores here? >
No, that's just a failure to read the tables properly. Will fix. r~