Home
last modified time | relevance | path

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

/dports/emulators/vmips/vmips-1.5.1/
H A Ddebug.h48 uint32 packet_pop_word(char **packet);
H A Dcpu.cc2033 reg[i] = machine->dbgr->packet_pop_word(&packet); in debug_packet_to_registers()
2035 sr = machine->dbgr->packet_pop_word(&packet); in debug_packet_to_registers()
2036 lo = machine->dbgr->packet_pop_word(&packet); in debug_packet_to_registers()
2037 hi = machine->dbgr->packet_pop_word(&packet); in debug_packet_to_registers()
2038 bad = machine->dbgr->packet_pop_word(&packet); in debug_packet_to_registers()
2039 cause = machine->dbgr->packet_pop_word(&packet); in debug_packet_to_registers()
2040 pc = machine->dbgr->packet_pop_word(&packet); in debug_packet_to_registers()
H A Ddebug.cc161 Debug::packet_pop_word(char **packet) in packet_pop_word() function in Debug
H A DChangeLog4865 Make Debug::packet_pop_word and packet_pop_byte non-static.
14042 (packet_pop_word) Likewise, also, swap word if TARGET_LITTLE_ENDIAN, not if
14507 Move packet_push_word, packet_push_byte, packet_pop_word, packet_pop_byte