Enum rsim::processor::isa_mods::vector::decode::RvvMopType [−][src]
Memory OPeration enum
Vector Load/Store operations have four variants:
- Unit-Stride, e.g. access contiguous memory, which has special-case versions (see [UnitStrideLoadOp, UnitStrideStoreOp])
- Variable Stride
- Indexed, which can be Ordered or Unordered
Variants
Strided(u64)
Show fields
Fields of Indexed
ordered: bool
Trait Implementations
impl Clone for RvvMopType
[src]
impl Clone for RvvMopType
[src]fn clone(&self) -> RvvMopType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<RvvMopType> for RvvMopType
[src]
impl PartialEq<RvvMopType> for RvvMopType
[src]