Expand description
The model
attempts to document HashX program generation choices,
separate from the main body of the program generator.
Constants§
- BRANCH_
MASK_ 🔒BIT_ WEIGHT - Masks for
super::Instruction::Branch
always have a constant number of bits set. - IMMEDIATE_
SRC_ 🔒OPS_ TABLE - Opcode choices for
OpcodeSelector::ImmediateSrc
- NORMAL_
OPS_ 🔒TABLE - Opcode choices for
OpcodeSelector::Normal
- WIDE_
MUL_ 🔒OPS_ TABLE - Opcode choices for
OpcodeSelector::WideMul
Functions§
- choose_
opcode_ 🔒selector - Choose the next
OpcodeSelector
.