Searched refs:store_long (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/common/lib/libx86emu/ |
| H A D | x86emu.c | 62 static void store_long (struct X86EMU *, uint32_t segment, uint32_t offset, uint32_t val); 561 store_long(emu, get_data_segment(emu), offset, val); in store_data_long() 607 store_long(struct X86EMU *emu, uint32_t segment, uint32_t offset, uint32_t val) in store_long() function 2545 store_long(emu, emu->x86.R_ES, emu->x86.R_DI, val); in x86emuOp_movs_word() 2748 store_long(emu, emu->x86.R_ES, emu->x86.R_DI, emu->x86.R_EAX); in x86emuOp_stos_word() 7968 store_long(emu, emu->x86.R_ES, emu->x86.R_DI, in ins() 7990 store_long(emu, emu->x86.R_ES, emu->x86.R_DI, in ins() 8083 store_long(emu, emu->x86.R_SS, emu->x86.R_SP, w); in push_long()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2001 | 20036 (store_long): Remove.
|