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

  /external/valgrind/main/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))));
2409 IRTriop* triop = ex->Iex.Triop.details; local
    [all...]
host_mips_isel.c     [all...]
ir_defs.c 1216 IRTriop *triop = e->Iex.Triop.details; local
1738 IRTriop* triop = LibVEX_Alloc(sizeof(IRTriop)); local
2199 IRTriop *triop = e->Iex.Triop.details; local
3487 IRTriop* triop; local
3688 IRTriop* triop = expr->Iex.Triop.details; local
3883 IRTriop *triop = expr->Iex.Triop.details; local
    [all...]
host_s390_isel.c 1993 IRTriop *triop = expr->Iex.Triop.details; local
2329 IRTriop *triop = expr->Iex.Triop.details; local
2643 IRTriop *triop = expr->Iex.Triop.details; local
3182 IRTriop *triop = expr->Iex.Triop.details; local
    [all...]
host_arm64_isel.c 5895 IRTriop* triop = e->Iex.Triop.details; local
6099 IRTriop* triop = e->Iex.Triop.details; local
6274 IRTriop* triop = e->Iex.Triop.details; local
    [all...]
host_amd64_isel.c 1877 IRTriop *triop = e->Iex.Triop.details; local
2818 IRTriop *triop = e->Iex.Triop.details; local
2911 IRTriop *triop = e->Iex.Triop.details; local
3657 IRTriop *triop = e->Iex.Triop.details; local
4175 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 3910 IRTriop *triop = e->Iex.Triop.details; local
4359 IRTriop *triop = e->Iex.Triop.details; local
4590 IRTriop *triop = e->Iex.Triop.details; local
5200 IRTriop *triop = e->Iex.Triop.details; local
    [all...]
host_arm_isel.c 3710 IRTriop *triop = e->Iex.Triop.details; local
5291 IRTriop *triop = e->Iex.Triop.details; local
5476 IRTriop *triop = e->Iex.Triop.details; local
5618 IRTriop *triop = e->Iex.Triop.details; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 428 #define triop(_op, _arg1, _arg2, _arg3) \ macro
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 404 /* Primitive operations that are used in Unop, Binop, Triop and Qop
    [all...]

Completed in 439 milliseconds