(reg: PhysReg)
| 458 | #[inline] |
| 459 | #[must_use] |
| 460 | pub fn fixed_nonallocatable(reg: PhysReg) -> Self { |
| 461 | Self::new(OperandKind::NonAllocatable, OperandConstraint::Fixed(reg)) |
| 462 | } |
| 463 | |
| 464 | /// Returns the "kind" of this operand which describes how the operand is |
| 465 | /// used by the instruction. |
nothing calls this directly
no outgoing calls
no test coverage detected