Searched hist:"5736526 ce2da32205022b10dcdf9807e735e451a" (Results 1 – 2 of 2) sorted by relevance
/qemu/target/m68k/ |
H A D | helper.c | 5736526ce2da32205022b10dcdf9807e735e451a Mon Feb 01 00:01:52 UTC 2021 Lucien Murray-Pitts <lucienmp.qemu@gmail.com> m68k: add missing BUSCR/PCR CR defines, and BUSCR/PCR/CAAR CR to m68k_move_to/from
The BUSCR/PCR CR defines were missing for 68060, and the move_to/from helper functions were also missing a decode for the 68060 M68K_CR_CAAR CR register.
Added missing defines, and respective decodes for all three CR registers to the helpers.
Although this patch defines them, the implementation is empty in this patch and these registers will result in a cpu abort - which is the default prior to this patch.
This patch aims to reach full coverage of all CR registers within the helpers.
Signed-off-by: Lucien Murray-Pitts <lucienmp.qemu@gmail.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <19e5c0fa8baed6479ed0502fd3deb132d19457fb.1612137712.git.balaton@eik.bme.hu> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
H A D | cpu.h | 5736526ce2da32205022b10dcdf9807e735e451a Mon Feb 01 00:01:52 UTC 2021 Lucien Murray-Pitts <lucienmp.qemu@gmail.com> m68k: add missing BUSCR/PCR CR defines, and BUSCR/PCR/CAAR CR to m68k_move_to/from
The BUSCR/PCR CR defines were missing for 68060, and the move_to/from helper functions were also missing a decode for the 68060 M68K_CR_CAAR CR register.
Added missing defines, and respective decodes for all three CR registers to the helpers.
Although this patch defines them, the implementation is empty in this patch and these registers will result in a cpu abort - which is the default prior to this patch.
This patch aims to reach full coverage of all CR registers within the helpers.
Signed-off-by: Lucien Murray-Pitts <lucienmp.qemu@gmail.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <19e5c0fa8baed6479ed0502fd3deb132d19457fb.1612137712.git.balaton@eik.bme.hu> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|