[gem5-users] Re: A problem about using pseudo instruction in my own program

2020-04-29 Thread yangyuqing--- via gem5-users
Hi,I follow your advice and have solved the problem successfully. Thanks a lot for your help. ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)

[gem5-users] Re: A problem about using pseudo instruction in my own program

2020-04-29 Thread Gabe Black via gem5-users
Hi, I see two problems with your implementation. First, where you call PIM in pseudo_inst.cc, you don't actually do anything with the result so it's just dropped. Second, in two_byte_opcodes.isa, you don't do anything with the result of PseudoInst::PIM. You need to put the result in RAX for it to b