Lines Matching refs:sign
816 static inline s64 value(int msb, int delta, int sign)
818 return sign * (1LL << msb) + delta;
847 * Pattern 1: all combinations of power-of-two magnitudes and sign,
867 * for each power-of-two magnitude and sign, where the magnitude is
2143 int bit, adj, sign;
2154 for (sign = -1; sign <= 1; sign += 2) {
2155 s64 imm = sign * ((1LL << bit) + adj);
5083 "ALU64_MOV_K: small negative sign extension",
5104 "ALU64_MOV_K: large negative sign extension",