mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-26 04:05:35 +00:00
77b8b2f3b8
Update helper to set the throwing location in case of div-by-0. Cleanup divX.w and add quad word variants of divX.l. Backports commit 0ccb9c1d8128a020720d5c6abf99a470742a1b94 from qemu
12 lines
223 B
Modula-2
12 lines
223 B
Modula-2
DEFF64(FP_RESULT, fp_result)
|
|
DEFO32(PC, pc)
|
|
DEFO32(SR, sr)
|
|
DEFO32(CC_OP, cc_op)
|
|
DEFO32(CC_C, cc_c)
|
|
DEFO32(CC_N, cc_n)
|
|
DEFO32(CC_V, cc_v)
|
|
DEFO32(CC_Z, cc_z)
|
|
DEFO32(CC_X, cc_x)
|
|
DEFO32(MACSR, macsr)
|
|
DEFO32(MAC_MASK, mac_mask)
|