Home | History | Annotate | Download | only in priv

Lines Matching full:signs

5697       /* If the trap shows signs of being unconditional, don't
5751 /* If the trap shows signs of being unconditional, don't
15692 IRTemp signs = IRTemp_INVALID;
15837 signs = newTemp(Ity_V128);
15845 assign( signs, binop(Iop_CmpGT8Sx16, mkexpr(zeros), mkexpr(vB)) );
15847 binop(Iop_InterleaveHI8x16, mkexpr(signs), mkexpr(vB)) );
15852 assign( signs, binop(Iop_CmpGT16Sx8, mkexpr(zeros), mkexpr(vB)) );
15854 binop(Iop_InterleaveHI16x8, mkexpr(signs), mkexpr(vB)) );
15859 assign( signs, binop(Iop_CmpGT8Sx16, mkexpr(zeros), mkexpr(vB)) );
15861 binop(Iop_InterleaveLO8x16, mkexpr(signs), mkexpr(vB)) );
15866 assign( signs, binop(Iop_CmpGT16Sx8, mkexpr(zeros), mkexpr(vB)) );
15868 binop(Iop_InterleaveLO16x8, mkexpr(signs), mkexpr(vB)) );