Home | History | Annotate | Download | only in mips64

Lines Matching defs:sign

1730 // TODO(plind): sign-extend and zero-extend not implmented properly
2546 // Extracting sign, exponent and mantissa from the input float
2547 uint32_t sign = (classed >> 31) & 1;
2580 DCHECK(sign == 0 || sign == 1);
2581 posSubnorm = (sign == 0);
2582 negSubnorm = (sign == 1);
2590 DCHECK(sign == 0 || sign == 1);
2591 posNorm = (sign == 0);
2592 negNorm = (sign == 1);
3049 // Extracting sign, exponent and mantissa from the input double
3050 uint32_t sign = (classed >> 63) & 1;
3083 DCHECK(sign == 0 || sign == 1);
3084 posSubnorm = (sign == 0);
3085 negSubnorm = (sign == 1);
3093 DCHECK(sign == 0 || sign == 1);
3094 posNorm = (sign == 0);
3095 negNorm = (sign == 1);
3432 // Sign-extend the 32-bit result.
3450 // Sign-extend the 64-bit result.
3466 // Sign-extend the 64-bit result.
3750 // Sign-extend result of 32bit operation into 64bit register.
3774 // Sign-extend result of 32bit operation into 64bit register.
3985 // Extending sign
3998 // Extending sign
4023 // Extending sign
4206 // Sign extended immediate.
4474 // Sign-extend result of 32bit operation into 64bit register.
4505 // Sign-extend result of 32bit operation into 64bit register.
4678 // Set sign.
4687 // Set sign.