What are pseudo-instructions for in gem5?
问题 So, I was seeing how some simulations in gem5 are implemented, more specifically, I was having a look at PIMSim (https://github.com/vineodd/PIMSim). I saw they had implemented some pseudo-instructions for the x86 architecture. I have seen these pseudo-instructions are only used in full system mode. For that they have modified the following files: include/gem5/m5ops.h util/m5/m5op_x86.S src/arch/x86/isa/decoder/two_byte_opcodes.isa src/sim/pseudo_inst.hh(cc) I have understood what changes are