Searched refs:ip32 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/ |
| H A D | ops.c | 9683 s32 ip32; local in function:x86emuOp_call_near_IMM 9688 ip32 = (s32) fetch_long_imm(); 9689 ip32 += (s16) M.x86.R_IP; /* CHECK SIGN */ 9690 DECODE_PRINTF2("%04x\n", (u16)ip32); 9691 CALL_TRACE(M.x86.saved_cs, M.x86.saved_ip, M.x86.R_CS, ip32, ""); 9701 M.x86.R_EIP = ip32 & 0xffff;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/ |
| H A D | ops.c | 10226 s32 ip32 = 0; local in function:x86emuOp_call_near_IMM 10231 ip32 = (s32) fetch_long_imm(); 10232 ip32 += (s16) M.x86.R_IP; /* CHECK SIGN */ 10233 DECODE_PRINTF2("%04x\n", (u16) ip32); 10234 CALL_TRACE(M.x86.saved_cs, M.x86.saved_ip, M.x86.R_CS, ip32, ""); 10245 M.x86.R_EIP = ip32 & 0xffff;
|
Completed in 132 milliseconds