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

  /external/valgrind/VEX/priv/
ir_inject.c 43 #define triop(kind, a1, a2, a3) IRExpr_Triop(kind, a1, a2, a3) macro
223 data = triop(iricb.op, rounding_mode, opnd1, opnd2);
235 data = triop(iricb.op, opnd1, opnd2, opnd3);
ir_defs.c 1303 const IRTriop *triop = e->Iex.Triop.details; local
1831 IRTriop* triop = LibVEX_Alloc_inline(sizeof(IRTriop)); local
2297 const IRTriop *triop = e->Iex.Triop.details; local
3639 const IRTriop* triop; local
3845 const IRTriop* triop = expr->Iex.Triop.details; local
4041 const IRTriop *triop = expr->Iex.Triop.details; local
    [all...]
host_ppc_isel.c 4034 IRTriop *triop = e->Iex.Triop.details; local
4493 IRTriop *triop = e->Iex.Triop.details; local
4732 IRTriop *triop = e->Iex.Triop.details; local
5401 IRTriop *triop = e->Iex.Triop.details; local
    [all...]
host_s390_isel.c 1996 IRTriop *triop = expr->Iex.Triop.details; local
2368 IRTriop *triop = expr->Iex.Triop.details; local
2684 IRTriop *triop = expr->Iex.Triop.details; local
3223 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_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...]
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 615 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) function
    [all...]
guest_arm64_toIR.c 285 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))));
2474 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_s390_toIR.c 168 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3) function
    [all...]
guest_mips_toIR.c 889 static IRExpr *triop(IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3) function
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 436 #define triop(_op, _arg1, _arg2, _arg3) \ macro
    [all...]
  /external/libxml2/
Makefile.am     [all...]

Completed in 5687 milliseconds