Re: [Qemu-devel] [PATCH 2/7] target/m68k: add fmovecr

2017-06-26 Thread Richard Henderson
On 06/25/2017 12:21 PM, Laurent Vivier wrote: fmovecr moves a floating point constant from the FPU ROM to a floating point register. Signed-off-by: Laurent Vivier --- target/m68k/fpu_helper.c | 30 ++ target/m68k/helper.h | 1 + target/m68k/translate.c | 13

[Qemu-devel] [PATCH 2/7] target/m68k: add fmovecr

2017-06-25 Thread Laurent Vivier
fmovecr moves a floating point constant from the FPU ROM to a floating point register. Signed-off-by: Laurent Vivier --- target/m68k/fpu_helper.c | 30 ++ target/m68k/helper.h | 1 + target/m68k/translate.c | 13 - 3 files changed, 43 insertions(+),