Searched refs:Triop (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dir_opt.c314 IRTriop* triop = ex->Iex.Triop.details;
1055 IRTriop *tri1 = e1->Iex.Triop.details;
1056 IRTriop *tri2 = e2->Iex.Triop.details;
2268 IRTriop* triop = ex->Iex.Triop.details;
2609 addUses_Expr(set, e->Iex.Triop.details->arg1);
2610 addUses_Expr(set, e->Iex.Triop.details->arg2);
2611 addUses_Expr(set, e->Iex.Triop.details->arg3);
4043 deltaIRExpr(e->Iex.Triop.details->arg1, delta);
4044 deltaIRExpr(e->Iex.Triop.details->arg2, delta);
4045 deltaIRExpr(e->Iex.Triop
[all...]
H A Dhost_mips_isel.c2283 switch (e->Iex.Triop.details->op) {
2293 /*INVALID*/ HReg argL = iselFltExpr(env, e->Iex.Triop.details->arg2);
2294 HReg argR = iselFltExpr(env, e->Iex.Triop.details->arg3);
2296 switch (e->Iex.Triop.details->op) {
2618 switch (e->Iex.Triop.details->op) {
2625 /*INVALID*/ HReg argL = iselDblExpr(env, e->Iex.Triop.details->arg2);
2626 HReg argR = iselDblExpr(env, e->Iex.Triop.details->arg3);
2628 switch (e->Iex.Triop.details->op) {
H A Dir_defs.c1066 IRTriop *triop = e->Iex.Triop.details;
1539 e->Iex.Triop.details = triop;
1943 IRTriop *triop = e->Iex.Triop.details;
2959 typeOfPrimop(e->Iex.Triop.details->op,
3051 case Iex_Triop: triop = e->Iex.Triop.details;
3214 IRTriop* triop = expr->Iex.Triop.details;
3379 IRTriop *triop = expr->Iex.Triop.details;
3391 "Iex.Triop: wrong arity op\n"
3417 "Iex.Triop: arg tys don't match op tys\n"
H A Dhost_s390_isel.c1546 IRTriop *triop = expr->Iex.Triop.details;
1814 IRTriop *triop = expr->Iex.Triop.details;
H A Dhost_amd64_isel.c1718 IRTriop *triop = e->Iex.Triop.details;
2570 IRTriop *triop = e->Iex.Triop.details;
2615 IRTriop *triop = e->Iex.Triop.details;
H A Dhost_ppc_isel.c3595 IRTriop *triop = e->Iex.Triop.details;
3993 IRTriop *triop = e->Iex.Triop.details;
4173 IRTriop *triop = e->Iex.Triop.details;
H A Dhost_arm_isel.c1136 //zz IRTriop *triop = e->Iex.Triop.details;
3620 IRTriop *triop = e->Iex.Triop.details;
5269 IRTriop *triop = e->Iex.Triop.details;
5439 IRTriop *triop = e->Iex.Triop.details;
5584 IRTriop *triop = e->Iex.Triop.details;
H A Dhost_x86_isel.c792 IRTriop *triop = e->Iex.Triop.details;
2962 IRTriop *triop = e->Iex.Triop.details;
/external/valgrind/main/memcheck/
H A Dmc_translate.c4041 e->Iex.Triop.details->op,
4042 e->Iex.Triop.details->arg1, e->Iex.Triop.details->arg2,
4043 e->Iex.Triop.details->arg3
5220 return isBogusAtom(e->Iex.Triop.details->arg1)
5221 || isBogusAtom(e->Iex.Triop.details->arg2)
5222 || isBogusAtom(e->Iex.Triop.details->arg3);
5997 IRAtom* b1 = schemeE( mce, e->Iex.Triop.details->arg1 );
5998 IRAtom* b2 = schemeE( mce, e->Iex.Triop.details->arg2 );
5999 IRAtom* b3 = schemeE( mce, e->Iex.Triop
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h400 /* Primitive operations that are used in Unop, Binop, Triop and Qop
1645 } Triop; member in union:_IRExpr::__anon27022

Completed in 206 milliseconds