Searched defs:w16 (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h72 UShort w16[8]; member in union:__anon32260
82 UShort w16[16]; member in union:__anon32261
/external/valgrind/main/VEX/priv/
H A Dir_opt.c1526 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; local
1527 w16 &= 0xFF;
1528 e2 = IRExpr_Const(IRConst_U8( (UChar)w16 ));
1532 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; local
1533 w16 >>= 8;
1534 w16 &= 0xFF;
1535 e2 = IRExpr_Const(IRConst_U8( (UChar)w16 ));

Completed in 266 milliseconds