HomeSort by relevance Sort by last modified time
    Searched refs:triop (Results 1 - 14 of 14) sorted by null

  /external/valgrind/main/VEX/priv/
guest_mips_toIR.c 610 static IRExpr *triop(IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3) function
    [all...]
ir_defs.c 1066 IRTriop *triop = e->Iex.Triop.details; local
1533 IRTriop* triop = LibVEX_Alloc(sizeof(IRTriop)); local
1943 IRTriop *triop = e->Iex.Triop.details; local
3023 IRTriop* triop; local
3214 IRTriop* triop = expr->Iex.Triop.details; local
3379 IRTriop *triop = expr->Iex.Triop.details; local
    [all...]
host_amd64_isel.c 1718 IRTriop *triop = e->Iex.Triop.details; local
2570 IRTriop *triop = e->Iex.Triop.details; local
2615 IRTriop *triop = e->Iex.Triop.details; local
    [all...]
host_s390_isel.c 1546 IRTriop *triop = expr->Iex.Triop.details; local
1814 IRTriop *triop = expr->Iex.Triop.details; local
    [all...]
host_ppc_isel.c 3595 IRTriop *triop = e->Iex.Triop.details; local
3993 IRTriop *triop = e->Iex.Triop.details; local
4173 IRTriop *triop = e->Iex.Triop.details; local
    [all...]
host_arm_isel.c 3620 IRTriop *triop = e->Iex.Triop.details; local
5269 IRTriop *triop = e->Iex.Triop.details; local
5439 IRTriop *triop = e->Iex.Triop.details; local
5584 IRTriop *triop = e->Iex.Triop.details; local
    [all...]
guest_arm_toIR.c 305 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) function
    [all...]
guest_ppc_toIR.c 532 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) function
    [all...]
ir_opt.c 314 IRTriop* triop = ex->Iex.Triop.details; local
317 IRExpr_Triop(triop->op,
318 flatten_Expr(bb, triop->arg1),
319 flatten_Expr(bb, triop->arg2),
320 flatten_Expr(bb, triop->arg3))));
2268 IRTriop* triop = ex->Iex.Triop.details; local
    [all...]
host_x86_isel.c 792 IRTriop *triop = e->Iex.Triop.details; local
795 if (triop->op == Iop_PRemC3210F64
796 || triop->op == Iop_PRem1C3210F64) {
799 HReg srcL = iselDblExpr(env, triop->arg2);
800 HReg srcR = iselDblExpr(env, triop->arg3);
2962 IRTriop *triop = e->Iex.Triop.details; local
    [all...]
guest_s390_toIR.c 173 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3) function
    [all...]
guest_x86_toIR.c 656 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) function
    [all...]
guest_amd64_toIR.c 258 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) function
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 422 #define triop(_op, _arg1, _arg2, _arg3) \ macro
    [all...]

Completed in 639 milliseconds