Skip to content
Snippets Groups Projects
Commit 17560e93 authored by Richard Henderson's avatar Richard Henderson
Browse files

decodetree: Initial support for variable-length ISAs


Assuming that the ISA clearly describes how to determine
the length of the instruction, and the ISA has a reasonable
maximum instruction length, the input to the decoder can be
right-justified in an appropriate insn word.

This is not 100% convenient, as out-of-line %fields are
numbered relative to the maximum instruction length, but
this appears to still be usable.

Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent a6ae2383
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment