Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/cpu/mips/
H A Dmips3.cpp1882 inline uint32_t mips3_device::get_cop1_reg32(int idx) in get_cop1_reg32() function in mips3_device
1954 case 0x00: /* MFCz */ if (RTREG) RTVAL64 = (int32_t)get_cop1_reg32(RDREG); break; in handle_cop1_fr0()
2336 case 0x00: /* MFCz */ if (RTREG) RTVAL64 = (int32_t)get_cop1_reg32(RDREG); break; in handle_cop1_fr1()
2709 WWORD(RSVAL32 + RTVAL32, get_cop1_reg32(FDREG)); in handle_cop1x_fr0()
2788 WWORD(RSVAL32 + RTVAL32, get_cop1_reg32(FDREG)); in handle_cop1x_fr1()
5265 WWORD(SIMMVAL+RSVAL32, get_cop1_reg32(RTREG)); in execute_run()
H A Dmips3.h546 uint32_t get_cop1_reg32(int idx);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mips/
H A Dmips3.cpp1882 inline uint32_t mips3_device::get_cop1_reg32(int idx) in get_cop1_reg32() function in mips3_device
1954 case 0x00: /* MFCz */ if (RTREG) RTVAL64 = (int32_t)get_cop1_reg32(RDREG); break; in handle_cop1_fr0()
2336 case 0x00: /* MFCz */ if (RTREG) RTVAL64 = (int32_t)get_cop1_reg32(RDREG); break; in handle_cop1_fr1()
2709 WWORD(RSVAL32 + RTVAL32, get_cop1_reg32(FDREG)); in handle_cop1x_fr0()
2788 WWORD(RSVAL32 + RTVAL32, get_cop1_reg32(FDREG)); in handle_cop1x_fr1()
5265 WWORD(SIMMVAL+RSVAL32, get_cop1_reg32(RTREG)); in execute_run()
H A Dmips3.h546 uint32_t get_cop1_reg32(int idx);