Home | History | Annotate | Download | only in priv

Lines Matching defs:call

83    kind of system call entry.  When doing a sysenter, the return
150 87D2 (xchgl %edx,%edx) call-noredir *%EAX
793 IRExpr* call
802 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
803 return call;
817 IRExpr* call
826 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<1) | (1<<4);
827 return unop(Iop_32to1, call);
839 IRExpr* call
848 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
849 return call;
1254 = { "inc", "dec", "call*", "call*", "jmp*", "jmp*", "push", "???" };
1449 Call this to do the translation and limit checks:
2430 /* call a helper; these insns are so ridiculous they do not
3072 case 2: /* call Ev */
3128 case 2: /* call Ev */
4079 thing it depends on is FPROUND[1:0], so call a clean
4624 addr holds the address. First, do a dirty call to
4641 /* execute the dirty call, dumping the result in val. */
4667 /* execute the dirty call. */
5445 sense that it does not first call do_MMX_preamble() -- that is the
6861 /* Worker function; do not call directly.
8007 /* call-noredir *%EAX */
8008 DIP("call-noredir *%%eax\n");
9279 on is SSEROUND[1:0], so call a clean helper to cook it up.
10888 therefore and call a helper. */
12881 case 0xE8: /* CALL J4 */
12884 /* (guest_eip_bbstart+delta) == return-to addr, d32 == call-to addr */
12888 call X
12897 DIP("call 0x%x ; popl %s\n",d32,nameIReg(4,archReg));
12899 /* The normal sequence for a call. */
12905 /* follow into the call target. */
12912 DIP("call 0x%x\n",d32);
12972 /* Call the helper fn, to get a new AX and OSZACP value, and
13023 /* Call the helper fn, to get a new AX and OSZACP value, and
14264 /* do the call, dumping the result in t2. */
14693 /* execute the dirty call, side-effecting guest state */
14887 /* execute the dirty call, dumping the result in val. */