Home | History | Annotate | Download | only in priv

Lines Matching refs:signs

5980       /* If the trap shows signs of being unconditional, don't
6034 /* If the trap shows signs of being unconditional, don't
17025 IRTemp signs = IRTemp_INVALID;
17211 signs = newTemp(Ity_V128);
17219 assign( signs, binop(Iop_CmpGT8Sx16, mkexpr(zeros), mkexpr(vB)) );
17221 binop(Iop_InterleaveHI8x16, mkexpr(signs), mkexpr(vB)) );
17226 assign( signs, binop(Iop_CmpGT16Sx8, mkexpr(zeros), mkexpr(vB)) );
17228 binop(Iop_InterleaveHI16x8, mkexpr(signs), mkexpr(vB)) );
17233 assign( signs, binop(Iop_CmpGT8Sx16, mkexpr(zeros), mkexpr(vB)) );
17235 binop(Iop_InterleaveLO8x16, mkexpr(signs), mkexpr(vB)) );
17240 assign( signs, binop(Iop_CmpGT16Sx8, mkexpr(zeros), mkexpr(vB)) );
17242 binop(Iop_InterleaveLO16x8, mkexpr(signs), mkexpr(vB)) );
17314 assign( signs, binop(Iop_CmpGT32Sx4, mkexpr(zeros), mkexpr(vB)) );
17316 binop(Iop_InterleaveHI32x4, mkexpr(signs), mkexpr(vB)) );
17321 assign( signs, binop(Iop_CmpGT32Sx4, mkexpr(zeros), mkexpr(vB)) );
17323 binop(Iop_InterleaveLO32x4, mkexpr(signs), mkexpr(vB)) );