(&self)
| 652 | /// Check if the TF upper-most bit is set. |
| 653 | #[inline(always)] |
| 654 | const fn first_flag(&self) -> bool { |
| 655 | self.0 >> 31 == 1 |
| 656 | } |
| 657 | |
| 658 | /// Check if the TF second-upper-most bit is set. |
| 659 | #[inline(always)] |
no outgoing calls
no test coverage detected