Home | History | Annotate | Download | only in priv

Lines Matching defs:s16

1074             /* signed */ Short s16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U8;
1075 s16 <<= 8;
1076 s16 >>= 8;
1077 e2 = IRExpr_Const(IRConst_U16( (UShort)s16) );