1*60d1180bSTaylor Simpson /*
2*60d1180bSTaylor Simpson  *  Copyright(c) 2019-2021 Qualcomm Innovation Center, Inc. All Rights Reserved.
3*60d1180bSTaylor Simpson  *
4*60d1180bSTaylor Simpson  *  This program is free software; you can redistribute it and/or modify
5*60d1180bSTaylor Simpson  *  it under the terms of the GNU General Public License as published by
6*60d1180bSTaylor Simpson  *  the Free Software Foundation; either version 2 of the License, or
7*60d1180bSTaylor Simpson  *  (at your option) any later version.
8*60d1180bSTaylor Simpson  *
9*60d1180bSTaylor Simpson  *  This program is distributed in the hope that it will be useful,
10*60d1180bSTaylor Simpson  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
11*60d1180bSTaylor Simpson  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12*60d1180bSTaylor Simpson  *  GNU General Public License for more details.
13*60d1180bSTaylor Simpson  *
14*60d1180bSTaylor Simpson  *  You should have received a copy of the GNU General Public License
15*60d1180bSTaylor Simpson  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
16*60d1180bSTaylor Simpson  */
17*60d1180bSTaylor Simpson 
18*60d1180bSTaylor Simpson #ifndef HEXAGON_DECODE_EXT_MMVEC_H
19*60d1180bSTaylor Simpson #define HEXAGON_DECODE_EXT_MMVEC_H
20*60d1180bSTaylor Simpson 
21*60d1180bSTaylor Simpson void mmvec_ext_decode_checks(Packet *pkt, bool disas_only);
22*60d1180bSTaylor Simpson SlotMask mmvec_ext_decode_find_iclass_slots(int opcode);
23*60d1180bSTaylor Simpson 
24*60d1180bSTaylor Simpson #endif
25