/external/valgrind/VEX/priv/ |
D | ir_inject.c | 44 #define triop(kind, a1, a2, a3) IRExpr_Triop(kind, a1, a2, a3) macro
|
D | ir_defs.c | 1329 const IRTriop *triop = e->Iex.Triop.details; in ppIRExpr() local 1857 IRTriop* triop = LibVEX_Alloc_inline(sizeof(IRTriop)); in IRExpr_Triop() local 2362 const IRTriop *triop = e->Iex.Triop.details; in deepCopyIRExpr() local 3737 const IRTriop* triop; in isFlatIRStmt() local 3959 const IRTriop* triop = expr->Iex.Triop.details; in useBeforeDef_Expr() local 4207 const IRTriop *triop = expr->Iex.Triop.details; in tcExpr() local
|
D | host_amd64_isel.c | 1876 IRTriop *triop = e->Iex.Triop.details; in iselIntExpr_R_wrk() local 2817 IRTriop *triop = e->Iex.Triop.details; in iselDblExpr_wrk() local 2910 IRTriop *triop = e->Iex.Triop.details; in iselDblExpr_wrk() local 3659 IRTriop *triop = e->Iex.Triop.details; in iselVecExpr_wrk() local 4177 IRTriop *triop = e->Iex.Triop.details; in iselDVecExpr_wrk() local
|
D | host_s390_isel.c | 1996 IRTriop *triop = expr->Iex.Triop.details; in s390_isel_float128_expr_wrk() local 2368 IRTriop *triop = expr->Iex.Triop.details; in s390_isel_float_expr_wrk() local 2684 IRTriop *triop = expr->Iex.Triop.details; in s390_isel_dfp128_expr_wrk() local 3223 IRTriop *triop = expr->Iex.Triop.details; in s390_isel_dfp_expr_wrk() local
|
D | host_ppc_isel.c | 4173 IRTriop *triop = e->Iex.Triop.details; in iselDblExpr_wrk() local 4693 IRTriop *triop = e->Iex.Triop.details; in iselFp128Expr_wrk() local 5023 IRTriop *triop = e->Iex.Triop.details; in iselDfp64Expr_wrk() local 5262 IRTriop *triop = e->Iex.Triop.details; in iselDfp128Expr_wrk() local 6082 IRTriop *triop = e->Iex.Triop.details; in iselVecExpr_wrk() local
|
D | host_arm64_isel.c | 2948 IRTriop* triop = e->Iex.Triop.details; in iselV128Expr_wrk() local 3147 IRTriop* triop = e->Iex.Triop.details; in iselDblExpr_wrk() local 3331 IRTriop* triop = e->Iex.Triop.details; in iselFltExpr_wrk() local
|
D | host_x86_isel.c | 892 IRTriop *triop = e->Iex.Triop.details; in iselIntExpr_R_wrk() local 3069 IRTriop *triop = e->Iex.Triop.details; in iselDblExpr_wrk() local 3794 IRTriop *triop = e->Iex.Triop.details; in iselVecExpr_wrk() local
|
D | host_arm_isel.c | 3876 IRTriop *triop = e->Iex.Triop.details; in iselNeon64Expr_wrk() local 5427 IRTriop *triop = e->Iex.Triop.details; in iselNeonExpr_wrk() local 5642 IRTriop *triop = e->Iex.Triop.details; in iselDblExpr_wrk() local 5814 IRTriop *triop = e->Iex.Triop.details; in iselFltExpr_wrk() local
|
D | ir_opt.c | 321 IRTriop* triop = ex->Iex.Triop.details; in flatten_Expr() local 2475 IRTriop* triop = ex->Iex.Triop.details; in subst_Expr() local
|
D | guest_mips_toIR.c | 892 static IRExpr *triop(IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3) in triop() function
|
D | guest_x86_toIR.c | 653 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) in triop() function
|
D | guest_arm_toIR.c | 316 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) in triop() function
|
D | guest_arm64_toIR.c | 286 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) in triop() function
|
D | guest_ppc_toIR.c | 628 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) in triop() function
|
D | guest_s390_toIR.c | 168 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3) in triop() function
|
D | guest_amd64_toIR.c | 253 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) in triop() function
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opcodes.py | 602 def triop(name, ty, const_expr): function
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 436 #define triop(_op, _arg1, _arg2, _arg3) \ macro
|