Home | History | Annotate | Download | only in priv

Lines Matching full:w16

1174             UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16;
1175 w16 &= 0xFF;
1176 e2 = IRExpr_Const(IRConst_U8( (UChar)w16 ));
1180 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16;
1181 w16 >>= 8;
1182 w16 &= 0xFF;
1183 e2 = IRExpr_Const(IRConst_U8( (UChar)w16 ));