Home | History | Annotate | Download | only in priv

Lines Matching full:signs

4859       /* If the trap shows signs of being unconditional, don't
4913 /* If the trap shows signs of being unconditional, don't
8687 IRTemp signs = IRTemp_INVALID;
8830 signs = newTemp(Ity_V128);
8838 assign( signs, binop(Iop_CmpGT8Sx16, mkexpr(zeros), mkexpr(vB)) );
8840 binop(Iop_InterleaveHI8x16, mkexpr(signs), mkexpr(vB)) );
8845 assign( signs, binop(Iop_CmpGT16Sx8, mkexpr(zeros), mkexpr(vB)) );
8847 binop(Iop_InterleaveHI16x8, mkexpr(signs), mkexpr(vB)) );
8852 assign( signs, binop(Iop_CmpGT8Sx16, mkexpr(zeros), mkexpr(vB)) );
8854 binop(Iop_InterleaveLO8x16, mkexpr(signs), mkexpr(vB)) );
8859 assign( signs, binop(Iop_CmpGT16Sx8, mkexpr(zeros), mkexpr(vB)) );
8861 binop(Iop_InterleaveLO16x8, mkexpr(signs), mkexpr(vB)) );