Searched refs:push_word (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/common/lib/libx86emu/ |
H A D | x86emu.c | 171 static void push_word (struct X86EMU *, uint16_t w); 186 push_word(emu, (uint16_t) emu->x86.R_FLG); in x86emu_intr_dispatch() 189 push_word(emu, emu->x86.R_CS); in x86emu_intr_dispatch() 191 push_word(emu, emu->x86.R_IP); in x86emu_intr_dispatch() 257 push_word(emu, 0); in X86EMU_exec_call() 258 push_word(emu, 0); in X86EMU_exec_call() 268 push_word(emu, emu->x86.R_FLG); in X86EMU_exec_intr() 271 push_word(emu, 0); in X86EMU_exec_intr() 272 push_word(emu, 0); in X86EMU_exec_intr() 1316 push_word(emu, reg->I16_reg.x_reg); in common_push_word_long() [all …]
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2005 | 3170 (push_bytes, push_word): Delete declaration. 3171 * valops.c (push_bytes, push_word): Delete function.
|
H A D | ChangeLog-1993 | 154 * valops.c (call_function_by_hand, push_word), defs.h (push_word),
|
H A D | ChangeLog-1991 | 3679 * valops.c (push_word): Add SWAP_TARGET_AND_HOST.
|
H A D | ChangeLog-1998 | 3857 * valops.c (push_word, value_push, call_function_by_hand),
|
H A D | ChangeLog-2003 | 9719 * valops.c (push_word): Fix typo.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2005 | 3170 (push_bytes, push_word): Delete declaration. 3171 * valops.c (push_bytes, push_word): Delete function.
|
H A D | ChangeLog-1993 | 154 * valops.c (call_function_by_hand, push_word), defs.h (push_word),
|
H A D | ChangeLog-1991 | 3679 * valops.c (push_word): Add SWAP_TARGET_AND_HOST.
|
H A D | ChangeLog-1998 | 3857 * valops.c (push_word, value_push, call_function_by_hand),
|
H A D | ChangeLog-2003 | 9719 * valops.c (push_word): Fix typo.
|