Home
last modified time | relevance | path

Searched refs:handle_dmtc2 (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/mips/
H A Dmips3.h575 virtual void handle_dmtc2(uint32_t op);
899 void handle_dmtc2(uint32_t op) override;
H A Dmips3.cpp2855 inline void mips3_device::handle_dmtc2(uint32_t op) in handle_dmtc2() function in mips3_device
2898 inline void r5900le_device::handle_dmtc2(uint32_t op) in handle_dmtc2() function in r5900le_device
3012 case 0x05: /* DMTCz */ handle_dmtc2(op); break; in handle_cop2()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mips/
H A Dmips3.h575 virtual void handle_dmtc2(uint32_t op);
899 void handle_dmtc2(uint32_t op) override;
H A Dmips3.cpp2855 inline void mips3_device::handle_dmtc2(uint32_t op) in handle_dmtc2() function in mips3_device
2898 inline void r5900le_device::handle_dmtc2(uint32_t op) in handle_dmtc2() function in r5900le_device
3012 case 0x05: /* DMTCz */ handle_dmtc2(op); break; in handle_cop2()