Lines Matching defs:sign
1725 // TODO(plind): sign-extend and zero-extend not implmented properly
2438 // Extracting sign, exponent and mantissa from the input float
2439 uint32_t sign = (classed >> 31) & 1;
2472 DCHECK(sign == 0 || sign == 1);
2473 posSubnorm = (sign == 0);
2474 negSubnorm = (sign == 1);
2482 DCHECK(sign == 0 || sign == 1);
2483 posNorm = (sign == 0);
2484 negNorm = (sign == 1);
3045 // Extracting sign, exponent and mantissa from the input double
3046 uint32_t sign = (classed >> 63) & 1;
3079 DCHECK(sign == 0 || sign == 1);
3080 posSubnorm = (sign == 0);
3081 negSubnorm = (sign == 1);
3089 DCHECK(sign == 0 || sign == 1);
3090 posNorm = (sign == 0);
3091 negNorm = (sign == 1);
3428 // Sign-extend the 32-bit result.
3718 // Sign-extend result of 32bit operation into 64bit register.
3742 // Sign-extend result of 32bit operation into 64bit register.
4114 // Sign extended immediate.
4391 // Sign-extend result of 32bit operation into 64bit register.
4422 // Sign-extend result of 32bit operation into 64bit register.
4552 // Set sign.
4561 // Set sign.