Home
last modified time | relevance | path

Searched defs:triop (Results 1 – 18 of 18) sorted by relevance

/external/valgrind/VEX/priv/
Dir_inject.c44 #define triop(kind, a1, a2, a3) IRExpr_Triop(kind, a1, a2, a3) macro
Dir_defs.c1329 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
Dhost_amd64_isel.c1876 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
Dhost_s390_isel.c1996 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
Dhost_ppc_isel.c4173 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
Dhost_arm64_isel.c2948 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
Dhost_x86_isel.c892 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
Dhost_arm_isel.c3876 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
Dir_opt.c321 IRTriop* triop = ex->Iex.Triop.details; in flatten_Expr() local
2475 IRTriop* triop = ex->Iex.Triop.details; in subst_Expr() local
Dguest_mips_toIR.c892 static IRExpr *triop(IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3) in triop() function
Dguest_x86_toIR.c653 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) in triop() function
Dguest_arm_toIR.c316 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) in triop() function
Dguest_arm64_toIR.c286 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) in triop() function
Dguest_ppc_toIR.c628 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) in triop() function
Dguest_s390_toIR.c168 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3) in triop() function
Dguest_amd64_toIR.c253 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 ) in triop() function
/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py602 def triop(name, ty, const_expr): function
/external/valgrind/memcheck/
Dmc_translate.c436 #define triop(_op, _arg1, _arg2, _arg3) \ macro