« Previous | Next » 

Revision 4a08d475

ID4a08d4758faf4d6497a5f6fa6be6f048a5359420

Added by Peter Maydell over 10 years ago

target-arm: A64: add support for ld/st pair

This patch support the basic load and store pair instructions and
includes the generic helper functions:

  • do_gpr_st()
  • do_fp_st()
  • do_gpr_ld()
  • do_fp_ld()
  • read_cpu_reg_sp()
  • gen_check_sp_alignment()

The last function gen_check_sp_alignment() is a NULL op currently but
put in place to make it easy to add SP alignment checking later.

Signed-off-by: Alex Bennée <>
Signed-off-by: Peter Maydell <>
Reviewed-by: Richard Henderson <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences