Get the physical register representation.
(&self)
| 51 | |
| 52 | /// Get the physical register representation. |
| 53 | pub(super) fn inner(&self) -> PReg { |
| 54 | self.0 |
| 55 | } |
| 56 | |
| 57 | /// Get the register class. |
| 58 | pub fn class(&self) -> RegClass { |
no outgoing calls
no test coverage detected