Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/x86emu/
Dsys.c320 push_word((u16) M.x86.R_FLG); in X86EMU_prepareForInt()
323 push_word(M.x86.R_CS); in X86EMU_prepareForInt()
325 push_word(M.x86.R_IP); in X86EMU_prepareForInt()
Dops.c460 push_word(M.x86.R_ES); in x86emuOp_push_ES()
488 push_word(M.x86.R_CS); in x86emuOp_push_CS()
513 push_word(M.x86.R_SS); in x86emuOp_push_SS()
541 push_word(M.x86.R_DS); in x86emuOp_push_DS()
747 push_word(*reg); in x86emuOp_push_register()
806 push_word(M.x86.R_AX); in x86emuOp_push_all()
807 push_word(M.x86.R_CX); in x86emuOp_push_all()
808 push_word(M.x86.R_DX); in x86emuOp_push_all()
809 push_word(M.x86.R_BX); in x86emuOp_push_all()
810 push_word(old_sp); in x86emuOp_push_all()
[all …]
Ddecode.c57 push_word((u16)M.x86.R_FLG); in x86emu_intr_handle()
60 push_word(M.x86.R_CS); in x86emu_intr_handle()
62 push_word(M.x86.R_IP); in x86emu_intr_handle()
Dops2.c268 push_word(M.x86.R_FS); in x86emuOp2_push_FS()
492 push_word(M.x86.R_GS); in x86emuOp2_push_GS()
Dprim_ops.c2388 void push_word(u16 w) in push_word() function
/external/u-boot/drivers/bios_emulator/include/x86emu/
Dprim_ops.h132 void push_word (u16 w);