Searched refs:push_word (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/dev/x86emu/ |
H A D | x86emu.c | 185 push_word(emu, emu->x86.R_CS); in x86emu_intr_dispatch() 187 push_word(emu, emu->x86.R_IP); in x86emu_intr_dispatch() 256 push_word(emu, 0); in x86emu_exec_call() 257 push_word(emu, 0); in x86emu_exec_call() 270 push_word(emu, 0); in x86emu_exec_intr() 271 push_word(emu, 0); in x86emu_exec_intr() 1590 push_word(emu, old_sp); in x86emuOp_push_all() 1644 push_word(emu, imm); in x86emuOp_push_word_IMM() 1661 push_word(emu, imm); in x86emuOp_push_byte_IMM() 4151 push_word(emu, destval); in x86emuOp16_opcFF_word_RM() [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | defs.h | 1164 extern CORE_ADDR push_word (CORE_ADDR, ULONGEST);
|
H A D | valops.c | 952 push_word (CORE_ADDR sp, ULONGEST word) in push_word() 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.
|