Home | History | Annotate | Download | only in coregrind

Lines Matching defs:con

286    Long        delta, con;
313 # define GET_CONST(con) \
314 (sizeof_SP==4 ? (Long)(Int)(con->Ico.U32) \
315 : (Long)(con->Ico.U64))
426 con = GET_CONST(e->Iex.Binop.arg2->Iex.Const.con);
429 add_SP_alias(st->Ist.WrTmp.tmp, delta + con);
431 add_SP_alias(st->Ist.WrTmp.tmp, delta - con);