Home
last modified time | relevance | path

Searched refs:R_SP (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A Dbiosemu.c270 M.x86.R_SP = OFF(M.mem_size - 2) + 2; in BE_callRealMode()
313 M.x86.R_SP = OFF(M.mem_size - 1) - 1; in BE_int86()
357 M.x86.R_SP = OFF(M.mem_size - 1) - 1; in BE_int86x()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h147 #define R_SP spc.SP.I16_reg.x_reg macro
155 #define R_SP spc.SP.I16_reg.x_reg macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c2392 M.x86.R_SP -= 2; in push_word()
2393 (*sys_wrw)(((u32)M.x86.R_SS << 4) + M.x86.R_SP, w); in push_word()
2406 M.x86.R_SP -= 4; in push_long()
2407 (*sys_wrl)(((u32)M.x86.R_SS << 4) + M.x86.R_SP, w); in push_long()
2422 res = (*sys_rdw)(((u32)M.x86.R_SS << 4) + M.x86.R_SP); in pop_word()
2423 M.x86.R_SP += 2; in pop_word()
2439 res = (*sys_rdl)(((u32)M.x86.R_SS << 4) + M.x86.R_SP); in pop_long()
2440 M.x86.R_SP += 4; in pop_long()
H A Ddecode.c105 DB( if (M.x86.R_SP != 0) { in X86EMU_exec()
622 return &M.x86.R_SP; in decode_rm_word_register()
H A Dops.c181 if (M.x86.R_SP != 0) { in x86emuOp_illegal_op()
804 u16 old_sp = M.x86.R_SP; in x86emuOp_push_all()
845 M.x86.R_SP += 2; /* skip SP */ in x86emuOp_pop_all()
3260 M.x86.R_SP += imm; in x86emuOp_ret_near_IMM()
3449 frame_pointer = M.x86.R_SP; in x86emuOp_enter()
3458 M.x86.R_SP = (u16)(M.x86.R_SP - local); in x86emuOp_enter()
3472 M.x86.R_SP = M.x86.R_BP; in x86emuOp_leave()
3494 M.x86.R_SP += imm; in x86emuOp_ret_far_IMM()
H A Ddebug.c369 printk("SP=%04x ", M.x86.R_SP); in x86emu_dump_regs()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.h36 #define X86_SP M.x86.R_SP
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dprim_ops.c2745 M.x86.R_SP -= 2; in push_word()
2746 (*sys_wrw) (((u32) M.x86.R_SS << 4) + M.x86.R_SP, w); in push_word()
2760 M.x86.R_SP -= 4; in push_long()
2761 (*sys_wrl) (((u32) M.x86.R_SS << 4) + M.x86.R_SP, w); in push_long()
2777 res = (*sys_rdw) (((u32) M.x86.R_SS << 4) + M.x86.R_SP); in pop_word()
2778 M.x86.R_SP += 2; in pop_word()
2795 res = (*sys_rdl) (((u32) M.x86.R_SS << 4) + M.x86.R_SP); in pop_long()
2796 M.x86.R_SP += 4; in pop_long()
H A Ddecode.c120 DB(if (M.x86.R_SP != 0) { in X86EMU_exec()
627 return &M.x86.R_SP; in decode_rm_word_register()
H A Ddebug.c394 printk("SP=%04x ", M.x86.R_SP); in x86emu_dump_regs()
H A Dops.c88 if (M.x86.R_SP != 0) { in x86emuOp_illegal_op()
3727 M.x86.R_SP = inc_word(M.x86.R_SP); in x86emuOp_inc_SP()
3927 M.x86.R_SP = dec_word(M.x86.R_SP); in x86emuOp_dec_SP()
4131 push_word((u16) (M.x86.R_SP)); in x86emuOp_push_SP()
4331 M.x86.R_SP = pop_word(); in x86emuOp_pop_SP()
4440 u16 old_sp = M.x86.R_SP; in x86emuOp_push_all()
4484 M.x86.R_SP += 2; /* skip SP */ in x86emuOp_pop_all()
7280 M.x86.R_AX = M.x86.R_SP; in x86emuOp_xchg_word_AX_SP()
7281 M.x86.R_SP = (u16) tmp; in x86emuOp_xchg_word_AX_SP()
8566 M.x86.R_SP = (u16) srcval; in x86emuOp_mov_word_SP_IMM()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h153 #define R_SP spc.SP.I16_reg.x_reg macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch575 - printk("SP=%04x ", M.x86.R_SP );
605 + printk("SP=%04x ", M.x86.R_SP);
817 -DB( if (M.x86.R_SP != 0) {
840 + DB(if (M.x86.R_SP != 0) {
867 @@ -132,9 +134,10 @@ DB( if (M.x86.R_SP != 0) {
1400 - return &M.x86.R_SP;
1427 + return &M.x86.R_SP;
3217 if (M.x86.R_SP != 0) {
5194 M.x86.R_SP = inc_word(M.x86.R_SP);
5394 M.x86.R_SP = dec_word(M.x86.R_SP);
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog26284 R_SP is also defined in <sys/ucontext.h> on m68k. Also remove duplicate