SimEng
SimEng copied to clipboard
[AArch64] Create helper functions for Load and Store instruction execution logic
Most other instructions utilise helper functions defined in include/simeng/arch/aarch64/helpers/, but at the time of implementation Load and Store instructions were left out.
New header files load.hh and store.hh should be created and helper functions implemented in a similar fashion to those used with other instructions.