Home
last modified time | relevance | path

Searched refs:IRConst_V256 (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h321 extern IRConst* IRConst_V256 ( UInt );
/external/valgrind/VEX/priv/
Dir_defs.c1747 IRConst* IRConst_V256 ( UInt con ) in IRConst_V256() function
2259 case Ico_V256: return IRConst_V256(c->Ico.V256); in deepCopyIRConst()
Dir_opt.c1268 case Iop_AndV256: return IRExpr_Const(IRConst_V256(0)); in mkZeroOfPrimopResultType()
2058 e2 = IRExpr_Const(IRConst_V256(0)); in fold_Expr()
/external/valgrind/memcheck/
Dmc_translate.c409 case Ity_V256: return IRExpr_Const(IRConst_V256(0x00000000)); in definedOfType()
5060 c = IRConst_V256(V_BITS32_DEFINED); break; in do_shadow_Store()