Home
last modified time | relevance | path

Searched refs:fault_if_unimplemented_680x0 (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dfpp.c295 static bool fault_if_unimplemented_680x0 (uae_u16 opcode, uae_u32 extra, uaecptr ea, uaecptr oldpc) in fault_if_unimplemented_680x0() function
710 if (fault_if_unimplemented_680x0 (opcode, extra, ad, oldpc))
1830 if (fault_if_unimplemented_680x0 (opcode, extra, 0, pc))
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dfpp.cpp824 static bool fault_if_unimplemented_680x0 (uae_u16 opcode, uae_u16 extra, uaecptr ea, uaecptr oldpc,… in fault_if_unimplemented_680x0() function
1541 …if (currprefs.fpu_model == 68060 && fault_if_unimplemented_680x0 (opcode, extra, ad, oldpc, src, -… in get_fp_value()
3081 if (fault_if_unimplemented_680x0 (opcode, extra, ad, pc, &srcd, reg)) in fpuop_arithmetic2()
3104 if (fault_if_unimplemented_680x0 (opcode, extra, ad, pc, &srcd, reg)) in fpuop_arithmetic2()
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Dfpp.c1066 static bool fault_if_unimplemented_680x0 (uae_u16 opcode, uae_u16 extra, uaecptr ea, uaecptr oldpc,… in fault_if_unimplemented_680x0() function
1453 if (fault_if_unimplemented_680x0(opcode, extra, ad, oldpc, src, -1)) { in get_fp_value()
3028 if (fault_if_unimplemented_680x0 (opcode, extra, ad, pc, &src, reg)) in fpuop_arithmetic2()
3064 if (fault_if_unimplemented_680x0 (opcode, extra, ad, pc, &src, reg)) in fpuop_arithmetic2()