pub fn build_tree(def: &ValidatedDef) -> DecodeNodeExpand description
Build an optimal dispatch tree from validated instructions.
The tree is constructed recursively, choosing bit ranges that best partition the instruction candidates at each level.
pub fn build_tree(def: &ValidatedDef) -> DecodeNodeBuild an optimal dispatch tree from validated instructions.
The tree is constructed recursively, choosing bit ranges that best partition the instruction candidates at each level.