Hello everyone,
 
I'd like to modify the MOVZX_B_R_M instruction (more precisely the "zexti" part of it) in gem5.
In the first part of the instruction, a register address is loaded. After that the the destination register is set to the specific value (Setting int register 78 to 0x53).

My goal is to modify this instruction s.t. the value is first logical AND with another value. Up until now, unfortunately I could not find the exact spot in the code base where I can modify this specific instruction. Can somebody give me a hint?
As a follow up question, is it possible to access other bits/values from this point (e.g. page table bits or custom variables in the C code).
 
Help would be really appreciated and thank you for your answers.
 
Kind regards
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to