Home
last modified time | relevance | path

Searched refs:push_word (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/dev/x86emu/
H A Dx86emu.c185 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 Ddefs.h1164 extern CORE_ADDR push_word (CORE_ADDR, ULONGEST);
H A Dvalops.c952 push_word (CORE_ADDR sp, ULONGEST word) in push_word() function
H A DChangeLog-1993154 * valops.c (call_function_by_hand, push_word), defs.h (push_word),
H A DChangeLog-19913679 * valops.c (push_word): Add SWAP_TARGET_AND_HOST.
H A DChangeLog-19983857 * valops.c (push_word, value_push, call_function_by_hand),
H A DChangeLog-20039719 * valops.c (push_word): Fix typo.