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

2017-06-27 Thread Philippe Mathieu-Daudé
On 06/27/2017 04:12 PM, Laurent Vivier wrote: fmovecr moves a floating point constant from the FPU ROM to a floating point register. Signed-off-by: Laurent Vivier Reviewed-by: Richard Henderson --- target/m68k/fpu_helper.c | 30

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

2017-06-27 Thread Laurent Vivier
fmovecr moves a floating point constant from the FPU ROM to a floating point register. Signed-off-by: Laurent Vivier Reviewed-by: Richard Henderson --- target/m68k/fpu_helper.c | 30 ++ target/m68k/helper.h | 1 +