Searched refs:store_long (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/x86emu/ |
| H A D | x86emu.c | 61 static void store_long (struct x86emu *, uint32_t segment, uint32_t offset, uint32_t val); 569 store_long(emu, get_data_segment(emu), offset, val); in store_data_long() 618 store_long(struct x86emu *emu, uint32_t segment, uint32_t offset, uint32_t val) in store_long() function 2626 store_long(emu, emu->x86.R_ES, emu->x86.R_DI, val); in x86emuOp_movs_word() 2840 store_long(emu, emu->x86.R_ES, emu->x86.R_DI, in x86emuOp_stos_word() 8250 store_long(emu, emu->x86.R_ES, emu->x86.R_DI, in ins() 8272 store_long(emu, emu->x86.R_ES, emu->x86.R_DI, in ins() 8371 store_long(emu, emu->x86.R_SS, emu->x86.R_SP, w); in push_long()
|