Home
last modified time | relevance | path

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

/dports/emulators/gxemul/gxemul-0.6.3/src/machines/
H A Dmachine_alpha.cc104 store_64bit_word_in_host(cpu, (unsigned char *) in MACHINE_SETUP()
107 store_64bit_word_in_host(cpu, (unsigned char *) in MACHINE_SETUP()
109 store_64bit_word_in_host(cpu, (unsigned char *) in MACHINE_SETUP()
111 store_64bit_word_in_host(cpu, (unsigned char *) in MACHINE_SETUP()
114 store_64bit_word_in_host(cpu, (unsigned char *) in MACHINE_SETUP()
116 store_64bit_word_in_host(cpu, (unsigned char *) in MACHINE_SETUP()
118 store_64bit_word_in_host(cpu, (unsigned char *) in MACHINE_SETUP()
120 store_64bit_word_in_host(cpu, (unsigned char *) in MACHINE_SETUP()
122 store_64bit_word_in_host(cpu, (unsigned char *) in MACHINE_SETUP()
124 store_64bit_word_in_host(cpu, (unsigned char *) in MACHINE_SETUP()
[all …]
/dports/emulators/gxemul/gxemul-0.6.3/src/include/
H A Dmemory.h169 void store_64bit_word_in_host(struct cpu *cpu, unsigned char *data,
/dports/emulators/gxemul/gxemul-0.6.3/src/promemul/
H A Darcbios.cc491 store_64bit_word_in_host(cpu, in arcbios_add_memory_descriptor()
493 store_64bit_word_in_host(cpu, in arcbios_add_memory_descriptor()
3003store_64bit_word_in_host(cpu, (unsigned char *) &arcbios_spb_64.SPBSignature, ARCBIOS_SPB_SIGNATUR… in arcbios_init()
3006store_64bit_word_in_host(cpu, (unsigned char *) &arcbios_spb_64.FirmwareVector, ARC_FIRMWARE_VECTO… in arcbios_init()
/dports/emulators/gxemul/gxemul-0.6.3/src/old_main/
H A Dmemory.cc945 void store_64bit_word_in_host(struct cpu *cpu, in store_64bit_word_in_host() function