Name opcodes statically in isa/x86. Closes #1051 (#1079)

This commit is contained in:
Sean Stangl
2019-09-25 19:59:49 -06:00
committed by GitHub
parent 8c3072c774
commit 3d5346a90b
4 changed files with 770 additions and 511 deletions

View File

@@ -9,6 +9,7 @@ use crate::shared::Definitions as SharedDefinitions;
mod encodings;
mod instructions;
mod legalize;
mod opcodes;
mod recipes;
mod registers;
mod settings;