Crate pulley_interpreter

Crate pulley_interpreter 

Source
Expand description

The pulley bytecode for fast interpreters.

Re-exports§

pub use regs::*;
pub use imms::*;
pub use op::*;
pub use opcode::*;

Modules§

decode
Decoding support for pulley bytecode.
disas
Disassembly support for pulley bytecode.
encode
Encoding support for pulley bytecode.
imms
Immediates.
interp
Interpretation of pulley bytecode.
op
Pulley bytecode operations with their operands.
opcode
Pulley opcodes (without operands).
regs
Pulley registers.

Macros§

for_each_extended_op
Calls the given macro with each extended opcode.
for_each_op
Calls the given macro with each opcode.