Enum binaryninja::llil::RegisterOrConstant
[−]Variants
Register(usize, Register<R>)
Constant(usize, u64)
Trait Implementations
impl<R: Clone + ArchReg> Clone for RegisterOrConstant<R>
impl<R: Clone + ArchReg> Clone for RegisterOrConstant<R>
fn clone(&self) -> RegisterOrConstant<R>
fn clone(&self) -> RegisterOrConstant<R>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl<'a, R: ArchReg, A: 'a + Architecture> Liftable<'a, A> for RegisterOrConstant<R>where
R: LiftableWithSize<'a, A, Result = ValueExpr> + Into<Register<R>>,
impl<'a, R: ArchReg, A: 'a + Architecture> Liftable<'a, A> for RegisterOrConstant<R>where
R: LiftableWithSize<'a, A, Result = ValueExpr> + Into<Register<R>>,
type Result = ValueExpr
fn lift(
il: &'a Function<A, Mutable, NonSSA<LiftedNonSSA>>,
reg: Self
) -> Expression<'a, A, Mutable, NonSSA<LiftedNonSSA>, Self::Result>
impl<'a, R: ArchReg, A: 'a + Architecture> LiftableWithSize<'a, A> for RegisterOrConstant<R>where
R: LiftableWithSize<'a, A> + Into<Register<R>>,
impl<'a, R: ArchReg, A: 'a + Architecture> LiftableWithSize<'a, A> for RegisterOrConstant<R>where
R: LiftableWithSize<'a, A> + Into<Register<R>>,
fn lift_with_size(
il: &'a Function<A, Mutable, NonSSA<LiftedNonSSA>>,
reg: Self,
size: usize
) -> Expression<'a, A, Mutable, NonSSA<LiftedNonSSA>, ValueExpr>
impl<R: Copy + ArchReg> Copy for RegisterOrConstant<R>
Auto Trait Implementations
impl<R> RefUnwindSafe for RegisterOrConstant<R>where
R: RefUnwindSafe,
impl<R> Send for RegisterOrConstant<R>where
R: Send,
impl<R> Sync for RegisterOrConstant<R>where
R: Sync,
impl<R> Unpin for RegisterOrConstant<R>where
R: Unpin,
impl<R> UnwindSafe for RegisterOrConstant<R>where
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more