SimEng icon indicating copy to clipboard operation
SimEng copied to clipboard

[AArch64] Create helper functions for Load and Store instruction execution logic

Open FinnWilkinson opened this issue 1 year ago • 0 comments

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.

FinnWilkinson avatar Feb 02 '24 09:02 FinnWilkinson