MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / fixed_nonallocatable

Method fixed_nonallocatable

src/function.rs:460–462  ·  view source on GitHub ↗
(reg: PhysReg)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected