Home
last modified time | relevance | path

Searched refs:store_long (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/contrib/x86emu/
HDx86emu.c61 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()
8254 store_long(emu, emu->x86.R_ES, emu->x86.R_DI, in ins()
8276 store_long(emu, emu->x86.R_ES, emu->x86.R_DI, in ins()
8375 store_long(emu, emu->x86.R_SS, emu->x86.R_SP, w); in push_long()
/trueos/contrib/gcc/
HDChangeLog-200120036 (store_long): Remove.