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 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 <alex.bennee@xxxxxxxxxx> > Signed-off-by: Peter Maydell <peter.maydell@xxxxxxxxxx> > --- > target-arm/translate-a64.c | 279 ++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 277 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson <rth@xxxxxxxxxxx> r~ _______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm