Trait yaxpeax_core::arch::x86_64::semantic::DFGAccessExt[][src]

pub trait DFGAccessExt<V: Value> where
    Self: DFGLocationQuery<V, amd64>,
    V: Debug
{ fn effective_address(&self, operand: &Operand) -> V { ... }
fn read_operand(&self, instr: &Instruction, operand: &Operand) -> V { ... }
fn load(&self, addr: &V, width: usize) -> V { ... } }

Provided methods

Implementors