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§

decodedecode
Decoding support for pulley bytecode.
disasdisas
Disassembly support for pulley bytecode.
encodeencode
Encoding support for pulley bytecode.
imms
Immediates.
interpinterp
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.