Re: [gem5-users] Wrong opClass in x86 instructions

2016-10-13 Thread Ferran Olid
Hi, Okay, I have been looking at the diff from the patch, but it seems that x86 does not have the file fp64.isa (where the opclass is defined) so I had to use a little the imagination and look for a workaround. The thing is that the modifications in the file isa_parser.py gave me some idea,

Re: [gem5-users] Wrong opClass in x86 instructions

2016-10-13 Thread Ferran Olid
Hi, Thank you very much! I'll try this out right now. Regards, Ferran O. On 13/10/16 02:47, Ayaz Akram wrote: Hi, you can look at following patch by Fernando, to fix Arm SimdFloat ops labelling: http://reviews.gem5.org/r/3547/ This will be helpful in doing similar changes for x86. On M

Re: [gem5-users] Wrong opClass in x86 instructions

2016-10-12 Thread Ayaz Akram
Hi, you can look at following patch by Fernando, to fix Arm SimdFloat ops labelling: http://reviews.gem5.org/r/3547/ This will be helpful in doing similar changes for x86. On Mon, Oct 10, 2016 at 10:19 AM, Ferran Olid wrote: > Hi all, > > I am running a code using the x86 decoder and I have