Re: [Qemu-devel] [PATCH v2 01/25] target-arm: A64: add support for ld/st pair

2013-12-23 Thread Richard Henderson
On 12/22/2013 02:49 PM, Peter Maydell wrote: > 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 fun

[Qemu-devel] [PATCH v2 01/25] target-arm: A64: add support for ld/st pair

2013-12-22 Thread Peter Maydell
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 pl