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

  /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))));
2472 IRTriop* triop = ex->Iex.Triop.details; local
    [all...]
host_mips_isel.c     [all...]
ir_defs.c 1302 const IRTriop *triop = e->Iex.Triop.details; local
1827 IRTriop* triop = LibVEX_Alloc_inline(sizeof(IRTriop)); local
2293 const IRTriop *triop = e->Iex.Triop.details; local
3633 const IRTriop* triop; local
3839 const IRTriop* triop = expr->Iex.Triop.details; local
4035 const IRTriop *triop = expr->Iex.Triop.details; local
    [all...]
host_s390_isel.c 1996 IRTriop *triop = expr->Iex.Triop.details; local
2332 IRTriop *triop = expr->Iex.Triop.details; local
2646 IRTriop *triop = expr->Iex.Triop.details; local
3185 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 4032 IRTriop *triop = e->Iex.Triop.details; local
4491 IRTriop *triop = e->Iex.Triop.details; local
4730 IRTriop *triop = e->Iex.Triop.details; local
5399 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...]

Completed in 153 milliseconds