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

  /external/valgrind/main/VEX/priv/
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_mips_isel.c     [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_s390_isel.c 1546 IRTriop *triop = expr->Iex.Triop.details; local
1814 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_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...]
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...]
  /external/valgrind/main/memcheck/
mc_translate.c 422 #define triop(_op, _arg1, _arg2, _arg3) \ macro
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 400 /* Primitive operations that are used in Unop, Binop, Triop and Qop
    [all...]

Completed in 59 milliseconds