Struct hazardflow_designs::cpu::branch_predictor::Bp
source · pub struct Bp {
pub bht: Bht,
pub btb: Btb,
}
Expand description
Branch predictor with BHT and BTB.
Fields§
§bht: Bht
BHT.
btb: Btb
BTB.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Bp
impl Send for Bp
impl Sync for Bp
impl Unpin for Bp
impl UnwindSafe for Bp
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