Struct hazardflow_designs::gemmini::isa::RoCCInstruction
source · pub struct RoCCInstruction {
pub funct: U<7>,
pub rs2: U<5>,
pub rs1: U<5>,
pub xd: U<1>,
pub xs1: U<1>,
pub xs2: U<1>,
pub rd: U<5>,
}
Fields§
§funct: U<7>
§rs2: U<5>
§rs1: U<5>
§xd: U<1>
§xs1: U<1>
§xs2: U<1>
§rd: U<5>
Trait Implementations§
source§impl Clone for RoCCInstruction
impl Clone for RoCCInstruction
source§fn clone(&self) -> RoCCInstruction
fn clone(&self) -> RoCCInstruction
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 moresource§impl Debug for RoCCInstruction
impl Debug for RoCCInstruction
impl Copy for RoCCInstruction
Auto Trait Implementations§
impl RefUnwindSafe for RoCCInstruction
impl Send for RoCCInstruction
impl Sync for RoCCInstruction
impl Unpin for RoCCInstruction
impl UnwindSafe for RoCCInstruction
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