Enum llhd::inst::Mnemonic [] [src]

pub enum Mnemonic {
    Unary(UnaryMnemonic),
    Binary(BinaryMnemonic),
    Call,
    Inst,
    Cmp,
    Wait,
    Ret,
    Br,
    Phi,
    Sig,
    Prb,
    Drv,
    Halt,
}

Variants

Methods

impl Mnemonic
[src]

[src]

Convert the mnemonic to its textual representation.

Trait Implementations

impl Clone for Mnemonic
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Mnemonic
[src]

impl PartialEq for Mnemonic
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Mnemonic
[src]