Home | History | Annotate | Download | only in useful

Lines Matching refs:Unop

737 #define unop(_op, _arg)          IRExpr_Unop((_op),(_arg))
844 /* unop(Iop_Neg8, a1)))); */
854 /* unop(Iop_Neg16, a1)))); */
864 /* unop(Iop_Neg32, a1)))); */
924 assignNew(mce, Ity_I8, unop(Iop_Not8, data)),
936 assignNew(mce, Ity_I16, unop(Iop_Not16, data)),
948 assignNew(mce, Ity_I32, unop(Iop_Not32, data)),
960 assignNew(mce, Ity_I64, unop(Iop_Not64, data)),
972 assignNew(mce, Ity_V128, unop(Iop_NotV128, data)),
1012 return assignNew(mce, Ity_I8, unop(Iop_1Sto8, tmp1));
1014 return assignNew(mce, Ity_I16, unop(Iop_1Sto16, tmp1));
1016 return assignNew(mce, Ity_I32, unop(Iop_1Sto32, tmp1));
1018 return assignNew(mce, Ity_I64, unop(Iop_1Sto64, tmp1));
1020 tmp1 = assignNew(mce, Ity_I64, unop(Iop_1Sto64, tmp1));
1365 assignNew(mce,ty, unop(opNOT, qaa))));
1370 assignNew(mce,ty, unop(opNOT, qbb))));
1401 return assignNew(mce, Ity_V128, unop(Iop_CmpNEZ8x16, at));
1406 return assignNew(mce, Ity_V128, unop(Iop_CmpNEZ16x8, at));
1411 return assignNew(mce, Ity_V128, unop(Iop_CmpNEZ32x4, at));
1416 return assignNew(mce, Ity_V128, unop(Iop_CmpNEZ64x2, at));
1483 at = assignNew(mce, Ity_I32, unop(Iop_V128to32, at));
1494 at = assignNew(mce, Ity_I32, unop(Iop_V128to32, vatomX));
1529 at = assignNew(mce, Ity_I64, unop(Iop_V128to64, at));
1540 at = assignNew(mce, Ity_I64, unop(Iop_V128to64, vatomX));
1984 return assignNew(mce, Ity_V128, unop(op, vatom));
2005 return assignNew(mce, Ity_I64, unop(op, vatom));
2014 return assignNew(mce, Ity_I32, unop(op, vatom));
2020 return assignNew(mce, Ity_I16, unop(op, vatom));
2025 return assignNew(mce, Ity_I8, unop(op, vatom));
2028 return assignNew(mce, Ity_I1, unop(Iop_32to1, vatom));
2185 return expr2vbits_Unop( mce, e->Iex.Unop.op, e->Iex.Unop.arg );
2228 case Ity_I16: return assignNew(mce, tyH, unop(Iop_16Uto32, vatom));
2229 case Ity_I8: return assignNew(mce, tyH, unop(Iop_8Uto32, vatom));
2311 vdataLo64 = assignNew(mce, Ity_I64, unop(Iop_V128to64, vdata));
2318 vdataHi64 = assignNew(mce, Ity_I64, unop(Iop_V128HIto64, vdata));
2581 return isBogusAtom(e->Iex.Unop.arg);