Enum cardinal_codegen::instruction::Opcode [−][src]
pub enum Opcode {
Show 24 variants
Add,
Sub,
Mul,
Div,
Mod,
BitAnd,
BitOr,
BitXor,
BitLeft,
BitRight,
BitNot,
TestEq,
TestNeq,
TestGt,
TestGtEq,
TestLt,
TestLtEq,
Not,
Or,
And,
Jmp,
Set,
Call,
Ret,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Opcode
impl UnwindSafe for Opcode
Blanket Implementations
Mutably borrows from an owned value. Read more