Searched refs:cee (Results 1 - 11 of 11) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dir_defs.c966 ppIRCallee(e->Iex.CCall.cee);
1025 ppIRCallee(d->cee);
1395 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) { argument
1398 e->Iex.CCall.cee = cee;
1510 d->cee = NULL;
1765 return IRExpr_CCall(deepCopyIRCallee(e->Iex.CCall.cee),
1782 d2->cee = deepCopyIRCallee(d->cee);
2741 static Bool saneIRCallee ( IRCallee* cee )
[all...]
H A Dhost_x86_isel.c351 IRCallee* cee, Int n_arg_ws )
358 addInstr(env, X86Instr_Call( cc, toUInt(Ptr_to_ULong(cee->addr)),
359 cee->regparms));
389 IRExpr* guard, IRCallee* cee, IRExpr** args )
444 vassert(cee->regparms >= 0 && cee->regparms <= 3);
453 stack_limit = cee->regparms;
454 if (cee->regparms > 0 && passBBP) stack_limit--;
467 if (cee->regparms > 0) {
477 argreg = cee
350 callHelperAndClearArgs( ISelEnv* env, X86CondCode cc, IRCallee* cee, Int n_arg_ws ) argument
387 doHelperCall( ISelEnv* env, Bool passBBP, IRExpr* guard, IRCallee* cee, IRExpr** args ) argument
[all...]
H A Dhost_ppc_isel.c625 IRExpr* guard, IRCallee* cee, IRExpr** args )
687 /* Note that the cee->regparms field is meaningless on PPC32/64 host
851 target = mode64 ? Ptr_to_ULong(cee->addr) :
852 toUInt(Ptr_to_ULong(cee->addr));
1909 e->Iex.CCall.cee, e->Iex.CCall.args );
4009 doHelperCall( env, passBBP, d->guard, d->cee, d->args );
623 doHelperCall( ISelEnv* env, Bool passBBP, IRExpr* guard, IRCallee* cee, IRExpr** args ) argument
H A Dhost_amd64_isel.c436 IRExpr* guard, IRCallee* cee, IRExpr** args )
490 /* Note that the cee->regparms field is meaningless on AMD64 host
615 Ptr_to_ULong(cee->addr),
1733 doHelperCall( env, False, NULL, e->Iex.CCall.cee, e->Iex.CCall.args );
2724 //.. doHelperCall( env, False, NULL, e->Iex.CCall.cee, e->Iex.CCall.args );
3949 doHelperCall( env, passBBP, d->guard, d->cee, d->args );
434 doHelperCall( ISelEnv* env, Bool passBBP, IRExpr* guard, IRCallee* cee, IRExpr** args ) argument
H A Dir_opt.c337 IRExpr_CCall(ex->Iex.CCall.cee,
1765 ex->Iex.CCall.cee,
2260 ex = (*specHelper)( st->Ist.WrTmp.data->Iex.CCall.cee->name,
4064 e->Iex.CCall.cee,
H A Dhost_arm_isel.c369 IRExpr* guard, IRCallee* cee, IRExpr** args )
426 /* Note that the cee->regparms field is meaningless on ARM hosts
585 target = (HWord)Ptr_to_ULong(cee->addr);
1710 NULL, e->Iex.CCall.cee, e->Iex.CCall.args );
5780 Bool ok = doHelperCall( env, passBBP, d->guard, d->cee, d->args );
367 doHelperCall( ISelEnv* env, Bool passBBP, IRExpr* guard, IRCallee* cee, IRExpr** args ) argument
H A Dguest_arm_toIR.c1120 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
1159 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
1183 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
1206 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
H A Dguest_x86_toIR.c801 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
825 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<1) | (1<<4);
847 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
H A Dguest_amd64_toIR.c1516 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
1540 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<1) | (1<<4);
1562 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h1393 With the 'cee' field, 'name' is the function's name. It is
1396 inside 'cee'.
1427 ppIRExpr output: <cee>(<args>):<retty>
1431 IRCallee* cee; /* Function to call. */ member in struct:_IRExpr::__anon10737::__anon10748
1464 extern IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args );
1639 IRCallee* cee; /* where to call */ member in struct:__anon10752
/external/valgrind/main/memcheck/
H A Dmc_translate.c1503 IRAtom** exprvec, IRType finalVtype, IRCallee* cee )
1517 if (cee->mcx_mask & (1<<i))
1531 if (cee->mcx_mask & (1<<i)) {
1534 if (0) VG_(printf)("excluding %s(%d)\n", cee->name, i);
3533 e->Iex.CCall.cee );
3823 if (d->cee->mcx_mask & (1<<i)) {
5048 IRCallee* cee; local
5066 cee = di->cee;
5067 if (!is_helperc_value_checkN_fail( cee
[all...]

Completed in 1153 milliseconds