Kip Walker
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
disasm/disasm.cc
|
|
|
@ -889,6 +889,12 @@ void disassembler_t::add_instructions(const isa_parser_t* isa) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (isa->extension_enabled(EXT_ZBC)) { |
|
|
|
DEFINE_RTYPE(clmul); |
|
|
|
DEFINE_RTYPE(clmulh); |
|
|
|
DEFINE_RTYPE(clmulr); |
|
|
|
} |
|
|
|
|
|
|
|
if (isa->extension_enabled(EXT_ZBS)) { |
|
|
|
DEFINE_RTYPE(bclr); |
|
|
|
DEFINE_RTYPE(binv); |
|
|
|
|