Available on crate feature
interp only.Expand description
Interpretation of pulley bytecode.
Structs§
- FRegVal
- An
fregister value: floats. - Machine
State - The machine state for a Pulley virtual machine: the various registers and stack.
- VRegVal
Non- pulley_disable_interp_simd - A
vregister value: vectors. - Vm
- A virtual machine for interpreting Pulley bytecode.
- XRegVal
- An
xregister value: integers.
Enums§
- Done
Reason - Reason that the pulley interpreter has ceased execution.
- RegType
- The type of a register in the Pulley machine state.
- Trap
Kind - Stored within
DoneReason::Trap. - Val
- A value that can be stored in a register.