Home
last modified time | relevance | path

Searched refs:ip16 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dops.c10225 s16 ip16 = 0; in x86emuOp_call_near_IMM() local
10237 ip16 = (s16) fetch_word_imm(); in x86emuOp_call_near_IMM()
10238 ip16 += (s16) M.x86.R_IP; /* CHECK SIGN */ in x86emuOp_call_near_IMM()
10239 DECODE_PRINTF2("%04x\n", (u16) ip16); in x86emuOp_call_near_IMM()
10240 CALL_TRACE(M.x86.saved_cs, M.x86.saved_ip, M.x86.R_CS, ip16, ""); in x86emuOp_call_near_IMM()
10249 M.x86.R_EIP = ip16; in x86emuOp_call_near_IMM()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch10105 + s16 ip16;
10122 + ip16 = (s16) fetch_word_imm();
10123 + ip16 += (s16) M.x86.R_IP; /* CHECK SIGN */
10124 + DECODE_PRINTF2("%04x\n", (u16) ip16);
10125 + CALL_TRACE(M.x86.saved_cs, M.x86.saved_ip, M.x86.R_CS, ip16, "");
10136 + M.x86.R_EIP = ip16;