Home | History | Annotate | Download | only in priv

Lines Matching defs:w16

1526             UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16;
1527 w16 &= 0xFF;
1528 e2 = IRExpr_Const(IRConst_U8( (UChar)w16 ));
1532 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16;
1533 w16 >>= 8;
1534 w16 &= 0xFF;
1535 e2 = IRExpr_Const(IRConst_U8( (UChar)w16 ));