pub enum RV32FInstruction {
Show 26 variants
FaddS,
FclassS,
FcvtSW,
FcvtSWu,
FcvtWS,
FcvtWuS,
FdivS,
FeqS,
FleS,
FltS,
Flw,
FmaddS,
FmaxS,
FminS,
FmsubS,
FmulS,
FmvSX,
FmvXS,
FnmaddS,
FnmsubS,
FsgnjS,
FsgnjnS,
FsgnjxS,
FsqrtS,
FsubS,
Fsw,
}
Variants§
FaddS
FclassS
FcvtSW
FcvtSWu
FcvtWS
FcvtWuS
FdivS
FeqS
FleS
FltS
Flw
FmaddS
FmaxS
FminS
FmsubS
FmulS
FmvSX
FmvXS
FnmaddS
FnmsubS
FsgnjS
FsgnjnS
FsgnjxS
FsqrtS
FsubS
Fsw
Trait Implementations§
source§impl Clone for RV32FInstruction
impl Clone for RV32FInstruction
source§fn clone(&self) -> RV32FInstruction
fn clone(&self) -> RV32FInstruction
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 RV32FInstruction
impl Debug for RV32FInstruction
source§impl<'_derivative_strum> From<&'_derivative_strum RV32FInstruction> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum RV32FInstruction> for &'static str
source§fn from(x: &'_derivative_strum RV32FInstruction) -> &'static str
fn from(x: &'_derivative_strum RV32FInstruction) -> &'static str
Converts to this type from the input type.
source§impl From<RV32FInstruction> for &'static str
impl From<RV32FInstruction> for &'static str
source§fn from(x: RV32FInstruction) -> &'static str
fn from(x: RV32FInstruction) -> &'static str
Converts to this type from the input type.
source§impl From<RV32FInstruction> for ParserRISCVInstOp
impl From<RV32FInstruction> for ParserRISCVInstOp
source§fn from(inst: RV32FInstruction) -> Self
fn from(inst: RV32FInstruction) -> Self
Converts to this type from the input type.
source§impl FromStr for RV32FInstruction
impl FromStr for RV32FInstruction
source§impl Hash for RV32FInstruction
impl Hash for RV32FInstruction
source§impl PartialEq for RV32FInstruction
impl PartialEq for RV32FInstruction
source§fn eq(&self, other: &RV32FInstruction) -> bool
fn eq(&self, other: &RV32FInstruction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&str> for RV32FInstruction
impl TryFrom<&str> for RV32FInstruction
impl Copy for RV32FInstruction
impl Eq for RV32FInstruction
impl StructuralPartialEq for RV32FInstruction
Auto Trait Implementations§
impl Freeze for RV32FInstruction
impl RefUnwindSafe for RV32FInstruction
impl Send for RV32FInstruction
impl Sync for RV32FInstruction
impl Unpin for RV32FInstruction
impl UnwindSafe for RV32FInstruction
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request