Enum hazardflow_designs::cpu::riscv_isa::Op1Sel
source · pub enum Op1Sel {
Rs1,
Pc,
Imm,
}
Expand description
ALU first operand data selector.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Op1Sel
impl Send for Op1Sel
impl Sync for Op1Sel
impl Unpin for Op1Sel
impl UnwindSafe for Op1Sel
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