Home | History | Annotate | Download | only in priv

Lines Matching defs:call

119       4887D2 (xchgq %rdx,%rdx)   call-noredir *%RAX
1611 IRExpr* call
1620 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
1621 return call;
1635 IRExpr* call
1644 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<1) | (1<<4);
1645 return unop(Iop_64to1, call);
1657 IRExpr* call
1666 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
1667 return call;
2098 = { "inc", "dec", "call*", "call*", "jmp*", "jmp*", "push", "???" };
2233 /* Let new_rsp be the %rsp value after a call/return. Let nia be the
2351 //.. Call this to do the translation and limit checks:
3422 /* Call a helper; this insn is so ridiculous it does not deserve
3426 Hence the crude and obvious solution is to call it twice,
4107 case 2: /* call Ev */
4117 make_redzone_AbiHint(vbi, t2, t3/*nia*/, "call-Ev(reg)");
4171 case 2: /* call Ev */
4181 make_redzone_AbiHint(vbi, t2, t3/*nia*/, "call-Ev(mem)");
5344 thing it depends on is FPROUND[1:0], so call a clean
5843 addr holds the address. First, do a dirty call to
5860 /* execute the dirty call, dumping the result in val. */
5888 call. */
6688 sense that it does not first call do_MMX_preamble() -- that is the
8292 /* Worker function; do not call directly.
10815 is SSEROUND[1:0], so call a clean helper to cook it up.
12948 or 32 bits. But the helper function we call simply writes zero
13437 too cumbersome; give up therefore and call a helper. */
16067 call it). */
16096 /* It's not really a dirty call, but we can't use the clean
16171 /* Who ya gonna call? Presumably not Ghostbusters. */
16188 /* It's not really a dirty call, but we can't use the clean
16672 +ves around the helper call. */
16897 operand into a pseudo-register (XMM16, let's call it). */
16932 /* Who ya gonna call? Presumably not Ghostbusters. */
16952 /* It's not really a dirty call, but we can't use the clean helper
19370 /* do the call, dumping the result in t2. */
19423 case 0xE8: /* CALL J4 */
19427 /* (guest_RIP_bbstart+delta) == return-to addr, d64 == call-to addr */
19434 make_redzone_AbiHint(vbi, t1, t2/*nia*/, "call-d32");
19436 /* follow into the call target. */
19443 DIP("call 0x%llx\n",d64);
19785 /* execute the dirty call, dumping the result in val. */
19970 /* execute the dirty call, side-effecting guest state */
26539 /* call-noredir *%RAX */
26540 DIP("call-noredir *%%rax\n");