Home | History | Annotate | Download | only in priv

Lines Matching defs:w16

1451             UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16;
1452 w16 &= 0xFF;
1453 e2 = IRExpr_Const(IRConst_U8( (UChar)w16 ));
1457 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16;
1458 w16 >>= 8;
1459 w16 &= 0xFF;
1460 e2 = IRExpr_Const(IRConst_U8( (UChar)w16 ));