Enum peepmatic_test_operator::TestOperator[][src]

#[repr(u32)]
pub enum TestOperator {
Show 47 variants AdjustSpDown, AdjustSpDownImm, Band, BandImm, Bconst, Bint, Bor, BorImm, Brnz, Brz, Bxor, BxorImm, Iadd, IaddImm, Icmp, IcmpImm, Iconst, Ifcmp, IfcmpImm, Imul, ImulImm, Ireduce, IrsubImm, Ishl, IshlImm, Isub, Rotl, RotlImm, Rotr, RotrImm, Sdiv, SdivImm, Select, Sextend, Srem, SremImm, Sshr, SshrImm, Trapnz, Trapz, Udiv, UdivImm, Uextend, Urem, UremImm, Ushr, UshrImm,
}
Expand description

A TOperator type for use inside tests.

Variants

AdjustSpDown
AdjustSpDownImm
Band
BandImm
Bconst
Bint
Bor
BorImm
Brnz
Brz
Bxor
BxorImm
Iadd
IaddImm
Icmp
IcmpImm
Iconst
Ifcmp
IfcmpImm
Imul
ImulImm
Ireduce
IrsubImm
Ishl
IshlImm
Isub
Rotl
RotlImm
Rotr
RotrImm
Sdiv
SdivImm
Select
Sextend
Srem
SremImm
Sshr
SshrImm
Trapnz
Trapz
Udiv
UdivImm
Uextend
Urem
UremImm
Ushr
UshrImm

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Performs the conversion.

Performs the conversion.

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

Attempts to parse Self from parser, returning an error if it could not be parsed. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Get the result type of this operator.

Get the number of immediates this operator has.

Get the types of this operator’s immediates.

Get the number of parameters this operator has.

Get the types of this operator’s parameters.

Is this a bit width reducing instruction? Read more

Is this a bit width extending instruction? Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.