Lines Matching defs:sign
146 /* Sign extend a N-bit value up to 64 bits, by copying
2672 /* determine extension bits (sign, zero or dest register) */
7007 /* sign: 1 bit */
7010 ULong sign = (imm8 >> 7) & 1;
7013 vassert(sign < (1ULL << 1));
7017 ULong res = (sign << (E+F)) | (exp << F) | frac;
7509 /* Generate IR that takes a V128 and sign- or zero-widens
7554 /* Generate IR that takes a V128 and sign- or zero-widens
9302 /* The shift encoding has opposite sign for the leftwards case.
10512 /* The shift encoding has opposite sign for the leftwards case.
10555 /* The shift encoding has opposite sign for the leftwards case.