[gem5-users] Re: Adding new X86 memory instruction for O3CPU

2023-03-19 Thread 대학원 전자공학과
Thanks for your useful advice and information! I think pseudo instruction is the better solution for me at the moment. I will try to add the real instruction later. On Sun, Mar 19, 2023 at 10:43 Ayaz Akram wrote: > Hi Le Minh Son, > > In my opinion, if you are well aware of the ISA specs and kno

[gem5-users] Re: Adding new X86 memory instruction for O3CPU

2023-03-18 Thread Ayaz Akram via gem5-users
Hi Le Minh Son, In my opinion, if you are well aware of the ISA specs and know how your new instruction will fit in with the existing instructions, you might add a real instruction. Otherwise, adding a pseudo instruction might be a better option. Following are some of the references that you might