Searched refs:CCall (Results 1 - 14 of 14) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dir_defs.c1019 ppIRCallee(e->Iex.CCall.cee);
1021 for (i = 0; e->Iex.CCall.args[i] != NULL; i++) {
1022 ppIRExpr(e->Iex.CCall.args[i]);
1023 if (e->Iex.CCall.args[i+1] != NULL)
1027 ppIRType(e->Iex.CCall.retty);
1470 e->Iex.CCall.cee = cee;
1471 e->Iex.CCall.retty = retty;
1472 e->Iex.CCall.args = args;
1840 return IRExpr_CCall(deepCopyIRCallee(e->Iex.CCall.cee),
1841 e->Iex.CCall
[all...]
H A Dir_opt.c332 newargs = shallowCopyIRExprVec(ex->Iex.CCall.args);
337 IRExpr_CCall(ex->Iex.CCall.cee,
338 ex->Iex.CCall.retty,
1873 IRExpr** args2 = shallowCopyIRExprVec(ex->Iex.CCall.args);
1879 ex->Iex.CCall.cee,
1880 ex->Iex.CCall.retty,
2156 for (i = 0; e->Iex.CCall.args[i]; i++)
2157 addUses_Expr(set, e->Iex.CCall.args[i]);
2376 ex = (*specHelper)( st->Ist.WrTmp.data->Iex.CCall.cee->name,
2377 st->Ist.WrTmp.data->Iex.CCall
[all...]
H A Dhost_amd64_isel.c1754 vassert(ty == e->Iex.CCall.retty);
1758 if (e->Iex.CCall.retty != Ity_I64 && e->Iex.CCall.retty != Ity_I32)
1762 doHelperCall( env, False, NULL, e->Iex.CCall.cee, e->Iex.CCall.args );
1766 if (e->Iex.CCall.retty == Ity_I64)
2286 vassert(cal->Iex.CCall.retty == Ity_I64); /* else ill-typed IR */
2289 doHelperCall( env, False, NULL, cal->Iex.CCall.cee, cal->Iex.CCall.args );
2776 //.. doHelperCall( env, False, NULL, e->Iex.CCall
[all...]
H A Dhost_x86_isel.c1327 vassert(ty == e->Iex.CCall.retty);
1331 if (e->Iex.CCall.retty != Ity_I32)
1335 doHelperCall( env, False, NULL, e->Iex.CCall.cee, e->Iex.CCall.args );
1848 vassert(cal->Iex.CCall.retty == Ity_I32); /* else ill-typed IR */
1851 doHelperCall( env, False, NULL, cal->Iex.CCall.cee, cal->Iex.CCall.args );
2730 doHelperCall( env, False, NULL, e->Iex.CCall.cee, e->Iex.CCall.args );
H A Dhost_s390_isel.c1230 doHelperCall(env, False, NULL, expr->Iex.CCall.cee,
1231 expr->Iex.CCall.args);
1234 addInstr(env, s390_insn_move(sizeofIRType(expr->Iex.CCall.retty), dst,
H A Dhost_ppc_isel.c1931 if (e->Iex.CCall.retty != Ity_I32)
1936 e->Iex.CCall.cee, e->Iex.CCall.args );
H A Dhost_arm_isel.c1701 vassert(ty == e->Iex.CCall.retty);
1705 if (e->Iex.CCall.retty != Ity_I32)
1710 NULL, e->Iex.CCall.cee, e->Iex.CCall.args );
H A Dguest_s390_toIR.c597 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
619 call->Iex.CCall.cee->mcx_mask = (1<<0);
643 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<1) | (1<<4);
10574 call->Iex.CCall.cee->mcx_mask = 0;
10625 call->Iex.CCall.cee->mcx_mask = 0;
H A Dguest_arm_toIR.c1119 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
1158 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
1182 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
1205 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.c1523 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
1547 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<1) | (1<<4);
1569 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
/external/valgrind/main/VEX/
H A Dtest_main.c2149 return mkLazyN( mce, e->Iex.CCall.args,
2150 e->Iex.CCall.retty,
2151 e->Iex.CCall.cee );
2549 for (i = 0; e->Iex.CCall.args[i]; i++)
2550 if (isBogusAtom(e->Iex.CCall.args[i]))
/external/valgrind/main/memcheck/
H A Dmc_translate.c3749 return mkLazyN( mce, e->Iex.CCall.args,
3750 e->Iex.CCall.retty,
3751 e->Iex.CCall.cee );
4812 for (i = 0; e->Iex.CCall.args[i]; i++)
4813 if (isBogusAtom(e->Iex.CCall.args[i]))
5496 IRExpr** args = e->Iex.CCall.args;
5503 if (e->Iex.CCall.cee->mcx_mask & (1<<i)) {
5507 e->Iex.CCall.cee->name, i);
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h1520 } CCall; member in union:_IRExpr::__anon14012

Completed in 248 milliseconds