Remove imm_with_name

It is only used once to rename an imm field to mask
This commit is contained in:
bjorn3
2021-10-31 18:48:07 +01:00
parent 74261ccd79
commit 2fbd57e9e2
5 changed files with 6 additions and 15 deletions

View File

@@ -101,7 +101,7 @@ impl Formats {
shuffle: Builder::new("Shuffle")
.value()
.value()
.imm_with_name("mask", &imm.uimm128)
.imm(&imm.uimm128)
.build(),
int_compare: Builder::new("IntCompare")