[AArch64] Create helper functions for Load and Store instruction execution logic #378
Labels
code consistency
Cleaning up existing code to align with rest of project
enhancement
New feature or request
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
andstore.hh
should be created and helper functions implemented in a similar fashion to those used with other instructions.The text was updated successfully, but these errors were encountered: