Searched refs:push_word (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/x86emu/ |
H A D | x86emu.c | 167 static void push_word (struct x86emu *, uint16_t w); 182 push_word(emu, (uint16_t) emu->x86.R_FLG); in x86emu_intr_dispatch() 185 push_word(emu, emu->x86.R_CS); in x86emu_intr_dispatch() 187 push_word(emu, emu->x86.R_IP); in x86emu_intr_dispatch() 251 push_word(emu, 0); in x86emu_exec_call() 252 push_word(emu, 0); in x86emu_exec_call() 262 push_word(emu, emu->x86.R_FLG); in x86emu_exec_intr() 265 push_word(emu, 0); in x86emu_exec_intr() 266 push_word(emu, 0); in x86emu_exec_intr() 1344 push_word(emu, reg->I16_reg.x_reg); in common_push_word_long() [all …]
|