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

  /external/valgrind/main/VEX/priv/
ir_defs.c     [all...]
ir_opt.c 302 IRExpr_Triop(ex->Iex.Triop.op,
303 flatten_Expr(bb, ex->Iex.Triop.arg1),
304 flatten_Expr(bb, ex->Iex.Triop.arg2),
305 flatten_Expr(bb, ex->Iex.Triop.arg3))));
    [all...]
host_amd64_isel.c     [all...]
host_s390_isel.c     [all...]
host_arm_isel.c     [all...]
host_x86_isel.c 777 if (e->Iex.Triop.op == Iop_PRemC3210F64
778 || e->Iex.Triop.op == Iop_PRem1C3210F64) {
781 HReg srcL = iselDblExpr(env, e->Iex.Triop.arg2);
782 HReg srcR = iselDblExpr(env, e->Iex.Triop.arg3);
    [all...]
host_ppc_isel.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 411 #define triop(_op, _arg1, _arg2, _arg3) \ macro
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 392 /* Primitive operations that are used in Unop, Binop, Triop and Qop
    [all...]

Completed in 44 milliseconds