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