Lines Matching full:ushort
1350 e2 = IRExpr_Const(IRConst_U16( (UShort)s16) );
1415 e2 = IRExpr_Const(IRConst_U16( (UShort)w64 ));
1451 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16;
1457 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16;
1542 UShort v128 = e->Iex.Unop.arg->Iex.Const.con->Ico.V128;
1551 UShort v128 = e->Iex.Unop.arg->Iex.Const.con->Ico.V128;
1943 UShort arg1 = e->Iex.Binop.arg1->Iex.Const.con->Ico.V128;
1944 UShort arg2 = e->Iex.Binop.arg2->Iex.Const.con->Ico.V128;
4484 /* Given uses :: array of UShort, indexed by IRTemp
4488 static void aoccCount_Expr ( UShort* uses, IRExpr* e )
4550 /* Given uses :: array of UShort, indexed by IRTemp
4554 static void aoccCount_Stmt ( UShort* uses, IRStmt* st )
4974 UShort* uses = LibVEX_Alloc(n_tmps * sizeof(UShort));