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

  /external/valgrind/main/VEX/priv/
ir_inject.c 43 #define triop(kind, a1, a2, a3) IRExpr_Triop(kind, a1, a2, a3) macro
222 data = triop(iricb.op, rounding_mode, opnd1, opnd2);
234 data = triop(iricb.op, opnd1, opnd2, opnd3);
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_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_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_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_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_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...]
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...]
guest_ppc_toIR.c 546 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) function
    [all...]
guest_arm_toIR.c 308 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) function
    [all...]
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...]
guest_x86_toIR.c 653 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) function
    [all...]
guest_amd64_toIR.c 253 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) function
    [all...]
guest_arm64_toIR.c 292 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) function
    [all...]
guest_s390_toIR.c 177 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3) function
    [all...]
guest_mips_toIR.c 883 static IRExpr *triop(IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3) function
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 428 #define triop(_op, _arg1, _arg2, _arg3) \ macro
    [all...]

Completed in 509 milliseconds