pub enum RV32FOpToken {
Show 40 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,
FabsS,
FgeS,
FgtS,
FmvS,
FmvWX,
FmvXW,
FnegS,
Frcsr,
Frflags,
Frrm,
Frsr,
Fsflags,
Fsrm,
Fsrr,
}
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
FabsS
FgeS
FgtS
FmvS
FmvWX
FmvXW
FnegS
Frcsr
Frflags
Frrm
Frsr
Fsflags
Fsrm
Fsrr
Implementations§
Trait Implementations§
source§impl Clone for RV32FOpToken
impl Clone for RV32FOpToken
source§fn clone(&self) -> RV32FOpToken
fn clone(&self) -> RV32FOpToken
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 RV32FOpToken
impl Debug for RV32FOpToken
source§impl<'_derivative_strum> From<&'_derivative_strum RV32FOpToken> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum RV32FOpToken> for &'static str
source§fn from(x: &'_derivative_strum RV32FOpToken) -> &'static str
fn from(x: &'_derivative_strum RV32FOpToken) -> &'static str
Converts to this type from the input type.
source§impl From<RV32FOpToken> for &'static str
impl From<RV32FOpToken> for &'static str
source§fn from(x: RV32FOpToken) -> &'static str
fn from(x: RV32FOpToken) -> &'static str
Converts to this type from the input type.
source§impl From<RV32FOpToken> for RISCVOpToken
impl From<RV32FOpToken> for RISCVOpToken
source§fn from(op: RV32FOpToken) -> RISCVOpToken
fn from(op: RV32FOpToken) -> RISCVOpToken
Converts to this type from the input type.
source§impl Hash for RV32FOpToken
impl Hash for RV32FOpToken
source§impl PartialEq for RV32FOpToken
impl PartialEq for RV32FOpToken
source§fn eq(&self, other: &RV32FOpToken) -> bool
fn eq(&self, other: &RV32FOpToken) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RV32FOpToken
impl Eq for RV32FOpToken
impl StructuralPartialEq for RV32FOpToken
Auto Trait Implementations§
impl Freeze for RV32FOpToken
impl RefUnwindSafe for RV32FOpToken
impl Send for RV32FOpToken
impl Sync for RV32FOpToken
impl Unpin for RV32FOpToken
impl UnwindSafe for RV32FOpToken
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