Enum UnaryRmROpcode
pub enum UnaryRmROpcode {
Bsr,
Bsf,
Lzcnt,
Tzcnt,
Popcnt,
}
Expand description
Unary operations requiring register or memory and register operands.
Variants§
Bsr
Bit-scan reverse.
Bsf
Bit-scan forward.
Lzcnt
Counts leading zeroes (Leading Zero CouNT).
Tzcnt
Counts trailing zeroes (Trailing Zero CouNT).
Popcnt
Counts the number of ones (POPulation CouNT).
Trait Implementations§
§impl Clone for UnaryRmROpcode
impl Clone for UnaryRmROpcode
§fn clone(&self) -> UnaryRmROpcode
fn clone(&self) -> UnaryRmROpcode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for UnaryRmROpcode
impl Debug for UnaryRmROpcode
§impl Display for UnaryRmROpcode
impl Display for UnaryRmROpcode
§impl PartialEq for UnaryRmROpcode
impl PartialEq for UnaryRmROpcode
impl StructuralPartialEq for UnaryRmROpcode
Auto Trait Implementations§
impl Freeze for UnaryRmROpcode
impl RefUnwindSafe for UnaryRmROpcode
impl Send for UnaryRmROpcode
impl Sync for UnaryRmROpcode
impl Unpin for UnaryRmROpcode
impl UnwindSafe for UnaryRmROpcode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)