Home
last modified time | relevance | path

Searched defs:rthalf (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/mips/
H A Dmips3.cpp3871 const uint16_t rthalf = (uint16_t)(rtval[dword_idx] >> shift); in handle_idt() local
3889 const uint16_t rthalf = (uint16_t)(rtval[dword_idx] >> shift); in handle_idt() local
3907 const int16_t rthalf = (int16_t)(rtval[dword_idx] >> shift); in handle_idt() local
4077 const uint16_t rthalf = (uint16_t)(rtval[dword_idx] >> shift); in handle_mmi0() local
4097 const uint16_t rthalf = (uint16_t)(rtval[dword_idx] >> shift); in handle_mmi0() local
4139 const int16_t rthalf = (int16_t)(rtval[dword_idx] >> shift); in handle_mmi0() local
4524 const uint16_t rthalf = (uint16_t)(rtval[dword_idx] >> shift); in handle_mmi1() local
4542 const int16_t rthalf = (int16_t)(rtval[dword_idx] >> shift); in handle_mmi1() local
4594 const int16_t rthalf = (int16_t)(rtval[dword_idx] >> shift); in handle_mmi1() local
4636 const uint64_t rthalf = (uint32_t)(rtval[dword_idx] >> shift); in handle_mmi1() local
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mips/
H A Dmips3.cpp3871 const uint16_t rthalf = (uint16_t)(rtval[dword_idx] >> shift); in handle_idt() local
3889 const uint16_t rthalf = (uint16_t)(rtval[dword_idx] >> shift); in handle_idt() local
3907 const int16_t rthalf = (int16_t)(rtval[dword_idx] >> shift); in handle_idt() local
4077 const uint16_t rthalf = (uint16_t)(rtval[dword_idx] >> shift); in handle_mmi0() local
4097 const uint16_t rthalf = (uint16_t)(rtval[dword_idx] >> shift); in handle_mmi0() local
4139 const int16_t rthalf = (int16_t)(rtval[dword_idx] >> shift); in handle_mmi0() local
4524 const uint16_t rthalf = (uint16_t)(rtval[dword_idx] >> shift); in handle_mmi1() local
4542 const int16_t rthalf = (int16_t)(rtval[dword_idx] >> shift); in handle_mmi1() local
4594 const int16_t rthalf = (int16_t)(rtval[dword_idx] >> shift); in handle_mmi1() local
4636 const uint64_t rthalf = (uint32_t)(rtval[dword_idx] >> shift); in handle_mmi1() local
[all …]