Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c62 push_word(M.x86.R_IP); in x86emu_intr_handle()
63 M.x86.R_IP = mem_access_word(intno * 4); in x86emu_intr_handle()
101 SAVE_IP_CS(M.x86.R_CS, M.x86.R_IP); in X86EMU_exec()
120 op1 = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in X86EMU_exec()
159 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_decode_modrm()
182 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_byte_imm()
203 fetched = (*sys_rdw)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_word_imm()
204 M.x86.R_IP += 2; in fetch_word_imm()
225 fetched = (*sys_rdl)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_long_imm()
226 M.x86.R_IP += 4; in fetch_long_imm()
Dops.c185 M.x86.R_CS, M.x86.R_IP-1,op1)); in x86emuOp_illegal_op()
499 u8 op2 = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in x86emuOp_two_byte()
1256 target = (u16)(M.x86.R_IP + (s16)offset); in x86emuOp_jump_near_cond()
1260 M.x86.R_IP = target; in x86emuOp_jump_near_cond()
2326 push_word(M.x86.R_IP); in x86emuOp_call_far_IMM()
2327 M.x86.R_IP = faroff; in x86emuOp_call_far_IMM()
3259 M.x86.R_IP = pop_word(); in x86emuOp_ret_near_IMM()
3275 M.x86.R_IP = pop_word(); in x86emuOp_ret_near()
3492 M.x86.R_IP = pop_word(); in x86emuOp_ret_far_IMM()
3509 M.x86.R_IP = pop_word(); in x86emuOp_ret_far()
[all …]
Ddebug.c114 tregs.x86.R_IP = off; in disassemble_forward()
133 op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in disassemble_forward()
377 printk("IP=%04x ", M.x86.R_IP); in x86emu_dump_regs()
Dsys.c325 push_word(M.x86.R_IP); in X86EMU_prepareForInt()
326 M.x86.R_IP = mem_access_word(num * 4); in X86EMU_prepareForInt()
Dops2.c64 M.x86.R_CS, M.x86.R_IP-2,op2); in x86emuOp2_illegal_op()
154 target += (s16) M.x86.R_IP; in x86emuOp2_long_jump()
158 M.x86.R_IP = (u16)target; in x86emuOp2_long_jump()
1095 M.x86.R_CS, M.x86.R_IP-3,op2, (mod<<6)|(rh<<3)|rl); in x86emuOp2_btX_I()
/external/u-boot/drivers/bios_emulator/
Dbiosemu.c267 M.x86.R_IP = OFF(0x04000); in BE_callRealMode()
310 M.x86.R_IP = OFF(0x04000); in BE_int86()
354 M.x86.R_IP = OFF(0x04000); in BE_int86x()
/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h151 #define R_IP spc.IP.I16_reg.x_reg macro
159 #define R_IP spc.IP.I16_reg.x_reg macro