pub enum Rv64ZknhInstruction<Reg> {
Sha256Sig0 {
rd: Reg,
rs1: Reg,
},
Sha256Sig1 {
rd: Reg,
rs1: Reg,
},
Sha256Sum0 {
rd: Reg,
rs1: Reg,
},
Sha256Sum1 {
rd: Reg,
rs1: Reg,
},
Sha512Sig0 {
rd: Reg,
rs1: Reg,
},
Sha512Sig1 {
rd: Reg,
rs1: Reg,
},
Sha512Sum0 {
rd: Reg,
rs1: Reg,
},
Sha512Sum1 {
rd: Reg,
rs1: Reg,
},
}Variants§
Trait Implementations§
Source§impl<Reg: Clone> Clone for Rv64ZknhInstruction<Reg>
impl<Reg: Clone> Clone for Rv64ZknhInstruction<Reg>
Source§fn clone(&self) -> Rv64ZknhInstruction<Reg>
fn clone(&self) -> Rv64ZknhInstruction<Reg>
Returns a duplicate 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 moreSource§impl<Reg: Debug> Debug for Rv64ZknhInstruction<Reg>
impl<Reg: Debug> Debug for Rv64ZknhInstruction<Reg>
Source§impl<Reg> Display for Rv64ZknhInstruction<Reg>where
Reg: Display,
impl<Reg> Display for Rv64ZknhInstruction<Reg>where
Reg: Display,
§impl<Reg> Instruction for Rv64ZknhInstruction<Reg>
impl<Reg> Instruction for Rv64ZknhInstruction<Reg>
Source§impl<Reg: PartialEq> PartialEq for Rv64ZknhInstruction<Reg>
impl<Reg: PartialEq> PartialEq for Rv64ZknhInstruction<Reg>
impl<Reg: Copy> Copy for Rv64ZknhInstruction<Reg>
impl<Reg: Eq> Eq for Rv64ZknhInstruction<Reg>
impl<Reg> StructuralPartialEq for Rv64ZknhInstruction<Reg>
Auto Trait Implementations§
impl<Reg> Freeze for Rv64ZknhInstruction<Reg>where
Reg: Freeze,
impl<Reg> RefUnwindSafe for Rv64ZknhInstruction<Reg>where
Reg: RefUnwindSafe,
impl<Reg> Send for Rv64ZknhInstruction<Reg>where
Reg: Send,
impl<Reg> Sync for Rv64ZknhInstruction<Reg>where
Reg: Sync,
impl<Reg> Unpin for Rv64ZknhInstruction<Reg>where
Reg: Unpin,
impl<Reg> UnwindSafe for Rv64ZknhInstruction<Reg>where
Reg: UnwindSafe,
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