/external/valgrind/VEX/priv/ |
ir_opt.c | 321 IRTriop* triop = ex->Iex.Triop.details; local 324 IRExpr_Triop(triop->op, 325 flatten_Expr(bb, triop->arg1), 326 flatten_Expr(bb, triop->arg2), 327 flatten_Expr(bb, triop->arg3)))); 2474 IRTriop* triop = ex->Iex.Triop.details; local [all...] |
host_mips_isel.c | [all...] |
ir_defs.c | 1303 const IRTriop *triop = e->Iex.Triop.details; local 1831 IRTriop* triop = LibVEX_Alloc_inline(sizeof(IRTriop)); local 2297 const IRTriop *triop = e->Iex.Triop.details; local 3639 const IRTriop* triop; local 3845 const IRTriop* triop = expr->Iex.Triop.details; local 4041 const IRTriop *triop = expr->Iex.Triop.details; local [all...] |
host_s390_isel.c | 1996 IRTriop *triop = expr->Iex.Triop.details; local 2368 IRTriop *triop = expr->Iex.Triop.details; local 2684 IRTriop *triop = expr->Iex.Triop.details; local 3223 IRTriop *triop = expr->Iex.Triop.details; local [all...] |
host_amd64_isel.c | 1876 IRTriop *triop = e->Iex.Triop.details; local 2817 IRTriop *triop = e->Iex.Triop.details; local 2910 IRTriop *triop = e->Iex.Triop.details; local 3659 IRTriop *triop = e->Iex.Triop.details; local 4177 IRTriop *triop = e->Iex.Triop.details; local [all...] |
host_arm64_isel.c | 2920 IRTriop* triop = e->Iex.Triop.details; local 3119 IRTriop* triop = e->Iex.Triop.details; local 3303 IRTriop* triop = e->Iex.Triop.details; local [all...] |
host_x86_isel.c | 892 IRTriop *triop = e->Iex.Triop.details; local 895 if (triop->op == Iop_PRemC3210F64 896 || triop->op == Iop_PRem1C3210F64) { 899 HReg srcL = iselDblExpr(env, triop->arg2); 900 HReg srcR = iselDblExpr(env, triop->arg3); 3067 IRTriop *triop = e->Iex.Triop.details; local 3792 IRTriop *triop = e->Iex.Triop.details; local [all...] |
host_ppc_isel.c | 4034 IRTriop *triop = e->Iex.Triop.details; local 4493 IRTriop *triop = e->Iex.Triop.details; local 4732 IRTriop *triop = e->Iex.Triop.details; local 5401 IRTriop *triop = e->Iex.Triop.details; local [all...] |
host_arm_isel.c | 3723 IRTriop *triop = e->Iex.Triop.details; local 5307 IRTriop *triop = e->Iex.Triop.details; local 5492 IRTriop *triop = e->Iex.Triop.details; local 5634 IRTriop *triop = e->Iex.Triop.details; local [all...] |
/external/valgrind/memcheck/ |
mc_translate.c | 436 #define triop(_op, _arg1, _arg2, _arg3) \ macro [all...] |
/external/valgrind/VEX/pub/ |
libvex_ir.h | 405 /* Primitive operations that are used in Unop, Binop, Triop and Qop [all...] |