Struct cranelift_codegen::isa::OperandConstraint [−][src]
pub struct OperandConstraint { pub kind: ConstraintKind, pub regclass: RegClass, }
Register constraint for a single value operand or instruction result.
Fields
kind: ConstraintKind
The kind of constraint.
regclass: RegClass
The register class of the operand.
This applies to all kinds of constraints, but with slightly different meaning.
Implementations
impl OperandConstraint
[src]
impl OperandConstraint
[src]Trait Implementations
impl PartialEq<OperandConstraint> for OperandConstraint
[src]
impl PartialEq<OperandConstraint> for OperandConstraint
[src]