]> git.ipfire.org Git - thirdparty/qemu.git/commit - target/sparc/translate.c
target-sparc: Implement ldqf and stqf inline
authorRichard Henderson <rth@twiddle.net>
Thu, 14 Jul 2016 18:47:08 +0000 (11:47 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 31 Oct 2016 20:46:47 +0000 (14:46 -0600)
commitf939ffe5a022a8798824e2720ed5a14186fca6b6
treee0af32c3702ed416af9e1aebfb76803e987168eb
parent918d9a2c9d36378a3cf6636018900a4731c83b9d
target-sparc: Implement ldqf and stqf inline

At the same time, fix a problem with stqf_asi, when
a write might access two pages.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-sparc/helper.h
target-sparc/ldst_helper.c
target-sparc/translate.c