diff options
Diffstat (limited to 'inc/instr.h')
-rw-r--r-- | inc/instr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/instr.h b/inc/instr.h index 98a1f0e..c4f5e37 100644 --- a/inc/instr.h +++ b/inc/instr.h @@ -64,6 +64,8 @@ enum Mnemonic { namespace instr { extern const std::unordered_map<unsigned int, Mnemonic> mnemonic_map; +bool is_vector_type(Mnemonic m); +bool is_logical_type(Mnemonic m); } // namespace instr #endif /* INSTR_H_INCLUDED */ |