Home
last modified time | relevance | path

Searched refs:Iex_VECRET (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h1911 Iex_VECRET, enumerator
2152 return e->tag == Iex_VECRET || e->tag == Iex_BBPTR; in is_IRExpr_VECRET_or_BBPTR()
/external/valgrind/VEX/priv/
Dir_defs.c1360 case Iex_VECRET: in ppIRExpr()
1884 e->tag = Iex_VECRET; in IRExpr_VECRET()
2322 case Iex_VECRET: in deepCopyIRExpr()
3578 case Iex_VECRET: in typeOfIRExpr()
4387 if (UNLIKELY(arg->tag == Iex_VECRET)) { in tcStmt()
Dhost_x86_isel.c349 if (UNLIKELY(arg->tag == Iex_VECRET)) { in pushArg()
511 if (UNLIKELY(arg->tag == Iex_VECRET)) { in doHelperCall()
588 if (UNLIKELY(arg->tag == Iex_VECRET)) { in doHelperCall()
612 if (UNLIKELY(arg->tag == Iex_VECRET)) { in doHelperCall()
Dhost_arm64_isel.c561 if (UNLIKELY(arg->tag == Iex_VECRET)) { in doHelperCall()
660 else if (arg->tag == Iex_VECRET) { in doHelperCall()
697 else if (arg->tag == Iex_VECRET) { in doHelperCall()
Dhost_mips_isel.c444 if (UNLIKELY(arg->tag == Iex_VECRET)) { in doHelperCall()
543 } else if (arg->tag == Iex_VECRET) { in doHelperCall()
580 else if (arg->tag == Iex_VECRET) { in doHelperCall()
Dhost_tilegx_isel.c242 if (UNLIKELY(arg->tag == Iex_VECRET)) { in doHelperCall()
Dhost_ppc_isel.c856 else if (UNLIKELY(arg->tag == Iex_VECRET)) { in doHelperCall()
887 vassert(arg->tag != Iex_VECRET); in doHelperCall()
961 else if (UNLIKELY(arg->tag == Iex_VECRET)) { in doHelperCall()
Dhost_arm_isel.c465 if (UNLIKELY(arg->tag == Iex_VECRET)) { in doHelperCall()
562 else if (arg->tag == Iex_VECRET) { in doHelperCall()
610 else if (arg->tag == Iex_VECRET) { in doHelperCall()
Dhost_amd64_isel.c370 vassert(e->tag != Iex_VECRET); in iselIntExpr_single_instruction()
618 else if (UNLIKELY(arg->tag == Iex_VECRET)) { in doHelperCall()
Dhost_s390_isel.c554 if (UNLIKELY(args[i]->tag == Iex_VECRET)) { in doHelperCall()