Trait yaxpeax_core::arch::OperandDefinitions[][src]

pub trait OperandDefinitions<C> {
    type Update;
    type Dependence;
    fn updates(&self, ctx: &C) -> Vec<Self::Update>;
fn dependencies(&self, ctx: &C) -> Vec<Self::Dependence>; }

Associated Types

Required methods

Implementors