Home
last modified time | relevance | path

Searched refs:XX_LAST_OPCODE (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dopcodes.h24 XX_LAST_OPCODE enumerator
48 extern const OpcodeEncoding opcode_encodings[XX_LAST_OPCODE];
H A Dgen_dectree_import.c49 const char * const opcode_syntax[XX_LAST_OPCODE] = {
111 for (i = 0; i < XX_LAST_OPCODE; i++) { in gen_iset_table()
127 for (i = 0; i < XX_LAST_OPCODE; i++) { in gen_tags_list()
H A Dattribs.h30 extern DECLARE_BITMAP(opcode_attribs[XX_LAST_OPCODE], A_ZZ_LASTATTRIB);
H A Dopcodes.c40 DECLARE_BITMAP(opcode_attribs[XX_LAST_OPCODE], A_ZZ_LASTATTRIB);
H A Dtranslate.c43 static const AnalyzeInsn opcode_analyze[XX_LAST_OPCODE] = {