[meta] Use the Rust crate for opcodes/inst_builder code generation;

This commit is contained in:
Benjamin Bouvier
2019-03-11 19:50:31 +01:00
parent b5595aadd2
commit 9b156fd9bb
4 changed files with 44 additions and 817 deletions

View File

@@ -40,8 +40,8 @@ pub fn generate(isas: &Vec<isa::Isa>, out_dir: &str) -> Result<(), error::Error>
gen_inst::generate(
all_inst_groups,
&shared_defs.format_registry,
"new_opcodes.rs",
"new_inst_builder.rs",
"opcodes.rs",
"inst_builder.rs",
&out_dir,
)?;