Home
last modified time | relevance | path

Searched refs:debug_packet_push_word (Results 1 – 2 of 2) sorted by last modified time

/dports/emulators/vmips/vmips-1.5.1/
H A Dcpu.cc2008 debug_packet_push_word(packet, reg[i]); r++; in debug_registers_to_packet()
2012 debug_packet_push_word(packet, sr); r++; in debug_registers_to_packet()
2013 debug_packet_push_word(packet, lo); r++; in debug_registers_to_packet()
2014 debug_packet_push_word(packet, hi); r++; in debug_registers_to_packet()
2015 debug_packet_push_word(packet, bad); r++; in debug_registers_to_packet()
2016 debug_packet_push_word(packet, cause); r++; in debug_registers_to_packet()
2017 debug_packet_push_word(packet, pc); r++; in debug_registers_to_packet()
2019 debug_packet_push_word(packet, 0); in debug_registers_to_packet()
2072 CPU::debug_packet_push_word(char *packet, uint32 n) in debug_packet_push_word() function in CPU
H A Dcpu.h301 void debug_packet_push_word (char *packet, uint32 n);