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) */
6978 /* sign: 1 bit */
6981 ULong sign = (imm8 >> 7) & 1;
6984 vassert(sign < (1ULL << 1));
6988 ULong res = (sign << (E+F)) | (exp << F) | frac;
7480 /* Generate IR that takes a V128 and sign- or zero-widens
7525 /* Generate IR that takes a V128 and sign- or zero-widens
9273 /* The shift encoding has opposite sign for the leftwards case.
10483 /* The shift encoding has opposite sign for the leftwards case.
10526 /* The shift encoding has opposite sign for the leftwards case.