Home
last modified time | relevance | path

Searched refs:pop_word (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c474 M.x86.R_ES = pop_word(); in x86emuOp_pop_ES()
773 *reg = pop_word(); in x86emuOp_pop_register()
842 M.x86.R_DI = pop_word(); in x86emuOp_pop_all()
843 M.x86.R_SI = pop_word(); in x86emuOp_pop_all()
844 M.x86.R_BP = pop_word(); in x86emuOp_pop_all()
846 M.x86.R_BX = pop_word(); in x86emuOp_pop_all()
847 M.x86.R_DX = pop_word(); in x86emuOp_pop_all()
848 M.x86.R_CX = pop_word(); in x86emuOp_pop_all()
849 M.x86.R_AX = pop_word(); in x86emuOp_pop_all()
2168 destval = pop_word(); in x86emuOp_pop_RM()
[all …]
H A Dops2.c282 M.x86.R_FS = pop_word(); in x86emuOp2_pop_FS()
506 M.x86.R_GS = pop_word(); in x86emuOp2_pop_GS()
H A Dprim_ops.c2416 u16 pop_word(void) in pop_word() function
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h134 u16 pop_word (void);
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch5706 M.x86.R_AX = pop_word();
9391 M.x86.R_IP = pop_word();
9408 M.x86.R_IP = pop_word();
9593 M.x86.R_IP = pop_word();
9594 M.x86.R_CS = pop_word();
9610 M.x86.R_IP = pop_word();
9611 M.x86.R_CS = pop_word();
18720 -u16 pop_word(void)
18722 +pop_word(void)
21261 -u16 pop_word (void);
[all …]