We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697f510 commit 8391771Copy full SHA for 8391771
disasm/disasm.cc
@@ -2217,7 +2217,7 @@ void disassembler_t::add_instructions(const isa_parser_t* isa)
2217
DEFINE_R1TYPE(sm3p1);
2218
}
2219
2220
- if (isa->extension_enabled(EXT_ZVKB) || isa->extension_enabled(EXT_ZVBB)) {
+ if (isa->extension_enabled(EXT_ZVKB)) {
2221
#define DEFINE_VECTOR_VIU_ZIMM6(code) \
2222
add_vector_viu_z6_insn(this, #code, match_##code, mask_##code)
2223
#define DISASM_VECTOR_VV_VX(name) \
0 commit comments