Home | History | Annotate | Download | only in priv

Lines Matching full:s16

1422             /* signed */ Short s16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U8;
1423 s16 <<= 8;
1424 s16 >>= 8;
1425 e2 = IRExpr_Const(IRConst_U16( (UShort)s16) );