123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749 |
- /* CPU data for fr30.
- THIS FILE IS MACHINE GENERATED WITH CGEN.
- Copyright (C) 1996-2015 Free Software Foundation, Inc.
- This file is part of the GNU Binutils and/or GDB, the GNU debugger.
- This file is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3, or (at your option)
- any later version.
- It is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
- License for more details.
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
- */
- #include "sysdep.h"
- #include <stdio.h>
- #include <stdarg.h>
- #include "ansidecl.h"
- #include "bfd.h"
- #include "symcat.h"
- #include "fr30-desc.h"
- #include "fr30-opc.h"
- #include "opintl.h"
- #include "libiberty.h"
- #include "xregex.h"
- /* Attributes. */
- static const CGEN_ATTR_ENTRY bool_attr[] =
- {
- { "#f", 0 },
- { "#t", 1 },
- { 0, 0 }
- };
- static const CGEN_ATTR_ENTRY MACH_attr[] ATTRIBUTE_UNUSED =
- {
- { "base", MACH_BASE },
- { "fr30", MACH_FR30 },
- { "max", MACH_MAX },
- { 0, 0 }
- };
- static const CGEN_ATTR_ENTRY ISA_attr[] ATTRIBUTE_UNUSED =
- {
- { "fr30", ISA_FR30 },
- { "max", ISA_MAX },
- { 0, 0 }
- };
- const CGEN_ATTR_TABLE fr30_cgen_ifield_attr_table[] =
- {
- { "MACH", & MACH_attr[0], & MACH_attr[0] },
- { "VIRTUAL", &bool_attr[0], &bool_attr[0] },
- { "PCREL-ADDR", &bool_attr[0], &bool_attr[0] },
- { "ABS-ADDR", &bool_attr[0], &bool_attr[0] },
- { "RESERVED", &bool_attr[0], &bool_attr[0] },
- { "SIGN-OPT", &bool_attr[0], &bool_attr[0] },
- { "SIGNED", &bool_attr[0], &bool_attr[0] },
- { 0, 0, 0 }
- };
- const CGEN_ATTR_TABLE fr30_cgen_hardware_attr_table[] =
- {
- { "MACH", & MACH_attr[0], & MACH_attr[0] },
- { "VIRTUAL", &bool_attr[0], &bool_attr[0] },
- { "CACHE-ADDR", &bool_attr[0], &bool_attr[0] },
- { "PC", &bool_attr[0], &bool_attr[0] },
- { "PROFILE", &bool_attr[0], &bool_attr[0] },
- { 0, 0, 0 }
- };
- const CGEN_ATTR_TABLE fr30_cgen_operand_attr_table[] =
- {
- { "MACH", & MACH_attr[0], & MACH_attr[0] },
- { "VIRTUAL", &bool_attr[0], &bool_attr[0] },
- { "PCREL-ADDR", &bool_attr[0], &bool_attr[0] },
- { "ABS-ADDR", &bool_attr[0], &bool_attr[0] },
- { "SIGN-OPT", &bool_attr[0], &bool_attr[0] },
- { "SIGNED", &bool_attr[0], &bool_attr[0] },
- { "NEGATIVE", &bool_attr[0], &bool_attr[0] },
- { "RELAX", &bool_attr[0], &bool_attr[0] },
- { "SEM-ONLY", &bool_attr[0], &bool_attr[0] },
- { "HASH-PREFIX", &bool_attr[0], &bool_attr[0] },
- { 0, 0, 0 }
- };
- const CGEN_ATTR_TABLE fr30_cgen_insn_attr_table[] =
- {
- { "MACH", & MACH_attr[0], & MACH_attr[0] },
- { "ALIAS", &bool_attr[0], &bool_attr[0] },
- { "VIRTUAL", &bool_attr[0], &bool_attr[0] },
- { "UNCOND-CTI", &bool_attr[0], &bool_attr[0] },
- { "COND-CTI", &bool_attr[0], &bool_attr[0] },
- { "SKIP-CTI", &bool_attr[0], &bool_attr[0] },
- { "DELAY-SLOT", &bool_attr[0], &bool_attr[0] },
- { "RELAXABLE", &bool_attr[0], &bool_attr[0] },
- { "RELAXED", &bool_attr[0], &bool_attr[0] },
- { "NO-DIS", &bool_attr[0], &bool_attr[0] },
- { "PBB", &bool_attr[0], &bool_attr[0] },
- { "NOT-IN-DELAY-SLOT", &bool_attr[0], &bool_attr[0] },
- { 0, 0, 0 }
- };
- /* Instruction set variants. */
- static const CGEN_ISA fr30_cgen_isa_table[] = {
- { "fr30", 16, 16, 16, 48 },
- { 0, 0, 0, 0, 0 }
- };
- /* Machine variants. */
- static const CGEN_MACH fr30_cgen_mach_table[] = {
- { "fr30", "fr30", MACH_FR30, 0 },
- { 0, 0, 0, 0 }
- };
- static CGEN_KEYWORD_ENTRY fr30_cgen_opval_gr_names_entries[] =
- {
- { "r0", 0, {0, {{{0, 0}}}}, 0, 0 },
- { "r1", 1, {0, {{{0, 0}}}}, 0, 0 },
- { "r2", 2, {0, {{{0, 0}}}}, 0, 0 },
- { "r3", 3, {0, {{{0, 0}}}}, 0, 0 },
- { "r4", 4, {0, {{{0, 0}}}}, 0, 0 },
- { "r5", 5, {0, {{{0, 0}}}}, 0, 0 },
- { "r6", 6, {0, {{{0, 0}}}}, 0, 0 },
- { "r7", 7, {0, {{{0, 0}}}}, 0, 0 },
- { "r8", 8, {0, {{{0, 0}}}}, 0, 0 },
- { "r9", 9, {0, {{{0, 0}}}}, 0, 0 },
- { "r10", 10, {0, {{{0, 0}}}}, 0, 0 },
- { "r11", 11, {0, {{{0, 0}}}}, 0, 0 },
- { "r12", 12, {0, {{{0, 0}}}}, 0, 0 },
- { "r13", 13, {0, {{{0, 0}}}}, 0, 0 },
- { "r14", 14, {0, {{{0, 0}}}}, 0, 0 },
- { "r15", 15, {0, {{{0, 0}}}}, 0, 0 },
- { "ac", 13, {0, {{{0, 0}}}}, 0, 0 },
- { "fp", 14, {0, {{{0, 0}}}}, 0, 0 },
- { "sp", 15, {0, {{{0, 0}}}}, 0, 0 }
- };
- CGEN_KEYWORD fr30_cgen_opval_gr_names =
- {
- & fr30_cgen_opval_gr_names_entries[0],
- 19,
- 0, 0, 0, 0, ""
- };
- static CGEN_KEYWORD_ENTRY fr30_cgen_opval_cr_names_entries[] =
- {
- { "cr0", 0, {0, {{{0, 0}}}}, 0, 0 },
- { "cr1", 1, {0, {{{0, 0}}}}, 0, 0 },
- { "cr2", 2, {0, {{{0, 0}}}}, 0, 0 },
- { "cr3", 3, {0, {{{0, 0}}}}, 0, 0 },
- { "cr4", 4, {0, {{{0, 0}}}}, 0, 0 },
- { "cr5", 5, {0, {{{0, 0}}}}, 0, 0 },
- { "cr6", 6, {0, {{{0, 0}}}}, 0, 0 },
- { "cr7", 7, {0, {{{0, 0}}}}, 0, 0 },
- { "cr8", 8, {0, {{{0, 0}}}}, 0, 0 },
- { "cr9", 9, {0, {{{0, 0}}}}, 0, 0 },
- { "cr10", 10, {0, {{{0, 0}}}}, 0, 0 },
- { "cr11", 11, {0, {{{0, 0}}}}, 0, 0 },
- { "cr12", 12, {0, {{{0, 0}}}}, 0, 0 },
- { "cr13", 13, {0, {{{0, 0}}}}, 0, 0 },
- { "cr14", 14, {0, {{{0, 0}}}}, 0, 0 },
- { "cr15", 15, {0, {{{0, 0}}}}, 0, 0 }
- };
- CGEN_KEYWORD fr30_cgen_opval_cr_names =
- {
- & fr30_cgen_opval_cr_names_entries[0],
- 16,
- 0, 0, 0, 0, ""
- };
- static CGEN_KEYWORD_ENTRY fr30_cgen_opval_dr_names_entries[] =
- {
- { "tbr", 0, {0, {{{0, 0}}}}, 0, 0 },
- { "rp", 1, {0, {{{0, 0}}}}, 0, 0 },
- { "ssp", 2, {0, {{{0, 0}}}}, 0, 0 },
- { "usp", 3, {0, {{{0, 0}}}}, 0, 0 },
- { "mdh", 4, {0, {{{0, 0}}}}, 0, 0 },
- { "mdl", 5, {0, {{{0, 0}}}}, 0, 0 }
- };
- CGEN_KEYWORD fr30_cgen_opval_dr_names =
- {
- & fr30_cgen_opval_dr_names_entries[0],
- 6,
- 0, 0, 0, 0, ""
- };
- static CGEN_KEYWORD_ENTRY fr30_cgen_opval_h_ps_entries[] =
- {
- { "ps", 0, {0, {{{0, 0}}}}, 0, 0 }
- };
- CGEN_KEYWORD fr30_cgen_opval_h_ps =
- {
- & fr30_cgen_opval_h_ps_entries[0],
- 1,
- 0, 0, 0, 0, ""
- };
- static CGEN_KEYWORD_ENTRY fr30_cgen_opval_h_r13_entries[] =
- {
- { "r13", 0, {0, {{{0, 0}}}}, 0, 0 }
- };
- CGEN_KEYWORD fr30_cgen_opval_h_r13 =
- {
- & fr30_cgen_opval_h_r13_entries[0],
- 1,
- 0, 0, 0, 0, ""
- };
- static CGEN_KEYWORD_ENTRY fr30_cgen_opval_h_r14_entries[] =
- {
- { "r14", 0, {0, {{{0, 0}}}}, 0, 0 }
- };
- CGEN_KEYWORD fr30_cgen_opval_h_r14 =
- {
- & fr30_cgen_opval_h_r14_entries[0],
- 1,
- 0, 0, 0, 0, ""
- };
- static CGEN_KEYWORD_ENTRY fr30_cgen_opval_h_r15_entries[] =
- {
- { "r15", 0, {0, {{{0, 0}}}}, 0, 0 }
- };
- CGEN_KEYWORD fr30_cgen_opval_h_r15 =
- {
- & fr30_cgen_opval_h_r15_entries[0],
- 1,
- 0, 0, 0, 0, ""
- };
- /* The hardware table. */
- #define A(a) (1 << CGEN_HW_##a)
- const CGEN_HW_ENTRY fr30_cgen_hw_table[] =
- {
- { "h-memory", HW_H_MEMORY, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-sint", HW_H_SINT, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-uint", HW_H_UINT, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-addr", HW_H_ADDR, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-iaddr", HW_H_IADDR, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-pc", HW_H_PC, CGEN_ASM_NONE, 0, { 0|A(PROFILE)|A(PC), { { { (1<<MACH_BASE), 0 } } } } },
- { "h-gr", HW_H_GR, CGEN_ASM_KEYWORD, (PTR) & fr30_cgen_opval_gr_names, { 0|A(CACHE_ADDR)|A(PROFILE), { { { (1<<MACH_BASE), 0 } } } } },
- { "h-cr", HW_H_CR, CGEN_ASM_KEYWORD, (PTR) & fr30_cgen_opval_cr_names, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-dr", HW_H_DR, CGEN_ASM_KEYWORD, (PTR) & fr30_cgen_opval_dr_names, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-ps", HW_H_PS, CGEN_ASM_KEYWORD, (PTR) & fr30_cgen_opval_h_ps, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-r13", HW_H_R13, CGEN_ASM_KEYWORD, (PTR) & fr30_cgen_opval_h_r13, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-r14", HW_H_R14, CGEN_ASM_KEYWORD, (PTR) & fr30_cgen_opval_h_r14, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-r15", HW_H_R15, CGEN_ASM_KEYWORD, (PTR) & fr30_cgen_opval_h_r15, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-nbit", HW_H_NBIT, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-zbit", HW_H_ZBIT, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-vbit", HW_H_VBIT, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-cbit", HW_H_CBIT, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-ibit", HW_H_IBIT, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-sbit", HW_H_SBIT, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-tbit", HW_H_TBIT, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-d0bit", HW_H_D0BIT, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-d1bit", HW_H_D1BIT, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-ccr", HW_H_CCR, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-scr", HW_H_SCR, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { "h-ilm", HW_H_ILM, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { 0, 0, CGEN_ASM_NONE, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } }
- };
- #undef A
- /* The instruction field table. */
- #define A(a) (1 << CGEN_IFLD_##a)
- const CGEN_IFLD fr30_cgen_ifld_table[] =
- {
- { FR30_F_NIL, "f-nil", 0, 0, 0, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_ANYOF, "f-anyof", 0, 0, 0, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_OP1, "f-op1", 0, 16, 0, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_OP2, "f-op2", 0, 16, 4, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_OP3, "f-op3", 0, 16, 8, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_OP4, "f-op4", 0, 16, 12, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_OP5, "f-op5", 0, 16, 4, 1, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_CC, "f-cc", 0, 16, 4, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_CCC, "f-ccc", 16, 16, 0, 8, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_RJ, "f-Rj", 0, 16, 8, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_RI, "f-Ri", 0, 16, 12, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_RS1, "f-Rs1", 0, 16, 8, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_RS2, "f-Rs2", 0, 16, 12, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_RJC, "f-Rjc", 16, 16, 8, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_RIC, "f-Ric", 16, 16, 12, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_CRJ, "f-CRj", 16, 16, 8, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_CRI, "f-CRi", 16, 16, 12, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_U4, "f-u4", 0, 16, 8, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_U4C, "f-u4c", 0, 16, 12, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_I4, "f-i4", 0, 16, 8, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_M4, "f-m4", 0, 16, 8, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_U8, "f-u8", 0, 16, 8, 8, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_I8, "f-i8", 0, 16, 4, 8, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_I20_4, "f-i20-4", 0, 16, 8, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_I20_16, "f-i20-16", 16, 16, 0, 16, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_I20, "f-i20", 0, 0, 0, 0,{ 0|A(VIRTUAL), { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_I32, "f-i32", 16, 32, 0, 32, { 0|A(SIGN_OPT), { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_UDISP6, "f-udisp6", 0, 16, 8, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_DISP8, "f-disp8", 0, 16, 4, 8, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_DISP9, "f-disp9", 0, 16, 4, 8, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_DISP10, "f-disp10", 0, 16, 4, 8, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_S10, "f-s10", 0, 16, 8, 8, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_U10, "f-u10", 0, 16, 8, 8, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_REL9, "f-rel9", 0, 16, 8, 8, { 0|A(PCREL_ADDR), { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_DIR8, "f-dir8", 0, 16, 8, 8, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_DIR9, "f-dir9", 0, 16, 8, 8, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_DIR10, "f-dir10", 0, 16, 8, 8, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_REL12, "f-rel12", 0, 16, 5, 11, { 0|A(PCREL_ADDR), { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_REGLIST_HI_ST, "f-reglist_hi_st", 0, 16, 8, 8, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_REGLIST_LOW_ST, "f-reglist_low_st", 0, 16, 8, 8, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_REGLIST_HI_LD, "f-reglist_hi_ld", 0, 16, 8, 8, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { FR30_F_REGLIST_LOW_LD, "f-reglist_low_ld", 0, 16, 8, 8, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- { 0, 0, 0, 0, 0, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } }
- };
- #undef A
- /* multi ifield declarations */
- const CGEN_MAYBE_MULTI_IFLD FR30_F_I20_MULTI_IFIELD [];
- /* multi ifield definitions */
- const CGEN_MAYBE_MULTI_IFLD FR30_F_I20_MULTI_IFIELD [] =
- {
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_I20_4] } },
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_I20_16] } },
- { 0, { (const PTR) 0 } }
- };
- /* The operand table. */
- #define A(a) (1 << CGEN_OPERAND_##a)
- #define OPERAND(op) FR30_OPERAND_##op
- const CGEN_OPERAND fr30_cgen_operand_table[] =
- {
- /* pc: program counter */
- { "pc", FR30_OPERAND_PC, HW_H_PC, 0, 0,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_NIL] } },
- { 0|A(SEM_ONLY), { { { (1<<MACH_BASE), 0 } } } } },
- /* Ri: destination register */
- { "Ri", FR30_OPERAND_RI, HW_H_GR, 12, 4,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_RI] } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* Rj: source register */
- { "Rj", FR30_OPERAND_RJ, HW_H_GR, 8, 4,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_RJ] } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* Ric: target register coproc insn */
- { "Ric", FR30_OPERAND_RIC, HW_H_GR, 12, 4,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_RIC] } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* Rjc: source register coproc insn */
- { "Rjc", FR30_OPERAND_RJC, HW_H_GR, 8, 4,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_RJC] } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* CRi: coprocessor register */
- { "CRi", FR30_OPERAND_CRI, HW_H_CR, 12, 4,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_CRI] } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* CRj: coprocessor register */
- { "CRj", FR30_OPERAND_CRJ, HW_H_CR, 8, 4,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_CRJ] } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* Rs1: dedicated register */
- { "Rs1", FR30_OPERAND_RS1, HW_H_DR, 8, 4,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_RS1] } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* Rs2: dedicated register */
- { "Rs2", FR30_OPERAND_RS2, HW_H_DR, 12, 4,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_RS2] } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* R13: General Register 13 */
- { "R13", FR30_OPERAND_R13, HW_H_R13, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* R14: General Register 14 */
- { "R14", FR30_OPERAND_R14, HW_H_R14, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* R15: General Register 15 */
- { "R15", FR30_OPERAND_R15, HW_H_R15, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* ps: Program Status register */
- { "ps", FR30_OPERAND_PS, HW_H_PS, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* u4: 4 bit unsigned immediate */
- { "u4", FR30_OPERAND_U4, HW_H_UINT, 8, 4,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_U4] } },
- { 0|A(HASH_PREFIX), { { { (1<<MACH_BASE), 0 } } } } },
- /* u4c: 4 bit unsigned immediate */
- { "u4c", FR30_OPERAND_U4C, HW_H_UINT, 12, 4,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_U4C] } },
- { 0|A(HASH_PREFIX), { { { (1<<MACH_BASE), 0 } } } } },
- /* u8: 8 bit unsigned immediate */
- { "u8", FR30_OPERAND_U8, HW_H_UINT, 8, 8,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_U8] } },
- { 0|A(HASH_PREFIX), { { { (1<<MACH_BASE), 0 } } } } },
- /* i8: 8 bit unsigned immediate */
- { "i8", FR30_OPERAND_I8, HW_H_UINT, 4, 8,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_I8] } },
- { 0|A(HASH_PREFIX), { { { (1<<MACH_BASE), 0 } } } } },
- /* udisp6: 6 bit unsigned immediate */
- { "udisp6", FR30_OPERAND_UDISP6, HW_H_UINT, 8, 4,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_UDISP6] } },
- { 0|A(HASH_PREFIX), { { { (1<<MACH_BASE), 0 } } } } },
- /* disp8: 8 bit signed immediate */
- { "disp8", FR30_OPERAND_DISP8, HW_H_SINT, 4, 8,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_DISP8] } },
- { 0|A(HASH_PREFIX), { { { (1<<MACH_BASE), 0 } } } } },
- /* disp9: 9 bit signed immediate */
- { "disp9", FR30_OPERAND_DISP9, HW_H_SINT, 4, 8,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_DISP9] } },
- { 0|A(HASH_PREFIX), { { { (1<<MACH_BASE), 0 } } } } },
- /* disp10: 10 bit signed immediate */
- { "disp10", FR30_OPERAND_DISP10, HW_H_SINT, 4, 8,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_DISP10] } },
- { 0|A(HASH_PREFIX), { { { (1<<MACH_BASE), 0 } } } } },
- /* s10: 10 bit signed immediate */
- { "s10", FR30_OPERAND_S10, HW_H_SINT, 8, 8,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_S10] } },
- { 0|A(HASH_PREFIX), { { { (1<<MACH_BASE), 0 } } } } },
- /* u10: 10 bit unsigned immediate */
- { "u10", FR30_OPERAND_U10, HW_H_UINT, 8, 8,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_U10] } },
- { 0|A(HASH_PREFIX), { { { (1<<MACH_BASE), 0 } } } } },
- /* i32: 32 bit immediate */
- { "i32", FR30_OPERAND_I32, HW_H_UINT, 0, 32,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_I32] } },
- { 0|A(HASH_PREFIX)|A(SIGN_OPT), { { { (1<<MACH_BASE), 0 } } } } },
- /* m4: 4 bit negative immediate */
- { "m4", FR30_OPERAND_M4, HW_H_SINT, 8, 4,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_M4] } },
- { 0|A(HASH_PREFIX), { { { (1<<MACH_BASE), 0 } } } } },
- /* i20: 20 bit immediate */
- { "i20", FR30_OPERAND_I20, HW_H_UINT, 0, 20,
- { 2, { (const PTR) &FR30_F_I20_MULTI_IFIELD[0] } },
- { 0|A(HASH_PREFIX)|A(VIRTUAL), { { { (1<<MACH_BASE), 0 } } } } },
- /* dir8: 8 bit direct address */
- { "dir8", FR30_OPERAND_DIR8, HW_H_UINT, 8, 8,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_DIR8] } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* dir9: 9 bit direct address */
- { "dir9", FR30_OPERAND_DIR9, HW_H_UINT, 8, 8,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_DIR9] } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* dir10: 10 bit direct address */
- { "dir10", FR30_OPERAND_DIR10, HW_H_UINT, 8, 8,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_DIR10] } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* label9: 9 bit pc relative address */
- { "label9", FR30_OPERAND_LABEL9, HW_H_IADDR, 8, 8,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_REL9] } },
- { 0|A(PCREL_ADDR), { { { (1<<MACH_BASE), 0 } } } } },
- /* label12: 12 bit pc relative address */
- { "label12", FR30_OPERAND_LABEL12, HW_H_IADDR, 5, 11,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_REL12] } },
- { 0|A(PCREL_ADDR), { { { (1<<MACH_BASE), 0 } } } } },
- /* reglist_low_ld: 8 bit low register mask for ldm */
- { "reglist_low_ld", FR30_OPERAND_REGLIST_LOW_LD, HW_H_UINT, 8, 8,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_REGLIST_LOW_LD] } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* reglist_hi_ld: 8 bit high register mask for ldm */
- { "reglist_hi_ld", FR30_OPERAND_REGLIST_HI_LD, HW_H_UINT, 8, 8,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_REGLIST_HI_LD] } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* reglist_low_st: 8 bit low register mask for stm */
- { "reglist_low_st", FR30_OPERAND_REGLIST_LOW_ST, HW_H_UINT, 8, 8,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_REGLIST_LOW_ST] } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* reglist_hi_st: 8 bit high register mask for stm */
- { "reglist_hi_st", FR30_OPERAND_REGLIST_HI_ST, HW_H_UINT, 8, 8,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_REGLIST_HI_ST] } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* cc: condition codes */
- { "cc", FR30_OPERAND_CC, HW_H_UINT, 4, 4,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_CC] } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* ccc: coprocessor calc */
- { "ccc", FR30_OPERAND_CCC, HW_H_UINT, 0, 8,
- { 0, { (const PTR) &fr30_cgen_ifld_table[FR30_F_CCC] } },
- { 0|A(HASH_PREFIX), { { { (1<<MACH_BASE), 0 } } } } },
- /* nbit: negative bit */
- { "nbit", FR30_OPERAND_NBIT, HW_H_NBIT, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0|A(SEM_ONLY), { { { (1<<MACH_BASE), 0 } } } } },
- /* vbit: overflow bit */
- { "vbit", FR30_OPERAND_VBIT, HW_H_VBIT, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0|A(SEM_ONLY), { { { (1<<MACH_BASE), 0 } } } } },
- /* zbit: zero bit */
- { "zbit", FR30_OPERAND_ZBIT, HW_H_ZBIT, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0|A(SEM_ONLY), { { { (1<<MACH_BASE), 0 } } } } },
- /* cbit: carry bit */
- { "cbit", FR30_OPERAND_CBIT, HW_H_CBIT, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0|A(SEM_ONLY), { { { (1<<MACH_BASE), 0 } } } } },
- /* ibit: interrupt bit */
- { "ibit", FR30_OPERAND_IBIT, HW_H_IBIT, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0|A(SEM_ONLY), { { { (1<<MACH_BASE), 0 } } } } },
- /* sbit: stack bit */
- { "sbit", FR30_OPERAND_SBIT, HW_H_SBIT, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0|A(SEM_ONLY), { { { (1<<MACH_BASE), 0 } } } } },
- /* tbit: trace trap bit */
- { "tbit", FR30_OPERAND_TBIT, HW_H_TBIT, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0|A(SEM_ONLY), { { { (1<<MACH_BASE), 0 } } } } },
- /* d0bit: division 0 bit */
- { "d0bit", FR30_OPERAND_D0BIT, HW_H_D0BIT, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0|A(SEM_ONLY), { { { (1<<MACH_BASE), 0 } } } } },
- /* d1bit: division 1 bit */
- { "d1bit", FR30_OPERAND_D1BIT, HW_H_D1BIT, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0|A(SEM_ONLY), { { { (1<<MACH_BASE), 0 } } } } },
- /* ccr: condition code bits */
- { "ccr", FR30_OPERAND_CCR, HW_H_CCR, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0|A(SEM_ONLY), { { { (1<<MACH_BASE), 0 } } } } },
- /* scr: system condition bits */
- { "scr", FR30_OPERAND_SCR, HW_H_SCR, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0|A(SEM_ONLY), { { { (1<<MACH_BASE), 0 } } } } },
- /* ilm: interrupt level mask */
- { "ilm", FR30_OPERAND_ILM, HW_H_ILM, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0|A(SEM_ONLY), { { { (1<<MACH_BASE), 0 } } } } },
- /* sentinel */
- { 0, 0, 0, 0, 0,
- { 0, { (const PTR) 0 } },
- { 0, { { { (1<<MACH_BASE), 0 } } } } }
- };
- #undef A
- /* The instruction table. */
- #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
- #define A(a) (1 << CGEN_INSN_##a)
- static const CGEN_IBASE fr30_cgen_insn_table[MAX_INSNS] =
- {
- /* Special null first entry.
- A `num' value of zero is thus invalid.
- Also, the special `invalid' insn resides here. */
- { 0, 0, 0, 0, { 0, { { { (1<<MACH_BASE), 0 } } } } },
- /* add $Rj,$Ri */
- {
- FR30_INSN_ADD, "add", "add", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* add $u4,$Ri */
- {
- FR30_INSN_ADDI, "addi", "add", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* add2 $m4,$Ri */
- {
- FR30_INSN_ADD2, "add2", "add2", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* addc $Rj,$Ri */
- {
- FR30_INSN_ADDC, "addc", "addc", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* addn $Rj,$Ri */
- {
- FR30_INSN_ADDN, "addn", "addn", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* addn $u4,$Ri */
- {
- FR30_INSN_ADDNI, "addni", "addn", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* addn2 $m4,$Ri */
- {
- FR30_INSN_ADDN2, "addn2", "addn2", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* sub $Rj,$Ri */
- {
- FR30_INSN_SUB, "sub", "sub", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* subc $Rj,$Ri */
- {
- FR30_INSN_SUBC, "subc", "subc", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* subn $Rj,$Ri */
- {
- FR30_INSN_SUBN, "subn", "subn", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* cmp $Rj,$Ri */
- {
- FR30_INSN_CMP, "cmp", "cmp", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* cmp $u4,$Ri */
- {
- FR30_INSN_CMPI, "cmpi", "cmp", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* cmp2 $m4,$Ri */
- {
- FR30_INSN_CMP2, "cmp2", "cmp2", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* and $Rj,$Ri */
- {
- FR30_INSN_AND, "and", "and", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* or $Rj,$Ri */
- {
- FR30_INSN_OR, "or", "or", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* eor $Rj,$Ri */
- {
- FR30_INSN_EOR, "eor", "eor", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* and $Rj,@$Ri */
- {
- FR30_INSN_ANDM, "andm", "and", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* andh $Rj,@$Ri */
- {
- FR30_INSN_ANDH, "andh", "andh", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* andb $Rj,@$Ri */
- {
- FR30_INSN_ANDB, "andb", "andb", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* or $Rj,@$Ri */
- {
- FR30_INSN_ORM, "orm", "or", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* orh $Rj,@$Ri */
- {
- FR30_INSN_ORH, "orh", "orh", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* orb $Rj,@$Ri */
- {
- FR30_INSN_ORB, "orb", "orb", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* eor $Rj,@$Ri */
- {
- FR30_INSN_EORM, "eorm", "eor", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* eorh $Rj,@$Ri */
- {
- FR30_INSN_EORH, "eorh", "eorh", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* eorb $Rj,@$Ri */
- {
- FR30_INSN_EORB, "eorb", "eorb", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bandl $u4,@$Ri */
- {
- FR30_INSN_BANDL, "bandl", "bandl", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* borl $u4,@$Ri */
- {
- FR30_INSN_BORL, "borl", "borl", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* beorl $u4,@$Ri */
- {
- FR30_INSN_BEORL, "beorl", "beorl", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bandh $u4,@$Ri */
- {
- FR30_INSN_BANDH, "bandh", "bandh", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* borh $u4,@$Ri */
- {
- FR30_INSN_BORH, "borh", "borh", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* beorh $u4,@$Ri */
- {
- FR30_INSN_BEORH, "beorh", "beorh", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* btstl $u4,@$Ri */
- {
- FR30_INSN_BTSTL, "btstl", "btstl", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* btsth $u4,@$Ri */
- {
- FR30_INSN_BTSTH, "btsth", "btsth", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* mul $Rj,$Ri */
- {
- FR30_INSN_MUL, "mul", "mul", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* mulu $Rj,$Ri */
- {
- FR30_INSN_MULU, "mulu", "mulu", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* mulh $Rj,$Ri */
- {
- FR30_INSN_MULH, "mulh", "mulh", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* muluh $Rj,$Ri */
- {
- FR30_INSN_MULUH, "muluh", "muluh", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* div0s $Ri */
- {
- FR30_INSN_DIV0S, "div0s", "div0s", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* div0u $Ri */
- {
- FR30_INSN_DIV0U, "div0u", "div0u", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* div1 $Ri */
- {
- FR30_INSN_DIV1, "div1", "div1", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* div2 $Ri */
- {
- FR30_INSN_DIV2, "div2", "div2", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* div3 */
- {
- FR30_INSN_DIV3, "div3", "div3", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* div4s */
- {
- FR30_INSN_DIV4S, "div4s", "div4s", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* lsl $Rj,$Ri */
- {
- FR30_INSN_LSL, "lsl", "lsl", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* lsl $u4,$Ri */
- {
- FR30_INSN_LSLI, "lsli", "lsl", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* lsl2 $u4,$Ri */
- {
- FR30_INSN_LSL2, "lsl2", "lsl2", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* lsr $Rj,$Ri */
- {
- FR30_INSN_LSR, "lsr", "lsr", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* lsr $u4,$Ri */
- {
- FR30_INSN_LSRI, "lsri", "lsr", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* lsr2 $u4,$Ri */
- {
- FR30_INSN_LSR2, "lsr2", "lsr2", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* asr $Rj,$Ri */
- {
- FR30_INSN_ASR, "asr", "asr", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* asr $u4,$Ri */
- {
- FR30_INSN_ASRI, "asri", "asr", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* asr2 $u4,$Ri */
- {
- FR30_INSN_ASR2, "asr2", "asr2", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ldi:8 $i8,$Ri */
- {
- FR30_INSN_LDI8, "ldi8", "ldi:8", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ldi:20 $i20,$Ri */
- {
- FR30_INSN_LDI20, "ldi20", "ldi:20", 32,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ldi:32 $i32,$Ri */
- {
- FR30_INSN_LDI32, "ldi32", "ldi:32", 48,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ld @$Rj,$Ri */
- {
- FR30_INSN_LD, "ld", "ld", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* lduh @$Rj,$Ri */
- {
- FR30_INSN_LDUH, "lduh", "lduh", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ldub @$Rj,$Ri */
- {
- FR30_INSN_LDUB, "ldub", "ldub", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ld @($R13,$Rj),$Ri */
- {
- FR30_INSN_LDR13, "ldr13", "ld", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* lduh @($R13,$Rj),$Ri */
- {
- FR30_INSN_LDR13UH, "ldr13uh", "lduh", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ldub @($R13,$Rj),$Ri */
- {
- FR30_INSN_LDR13UB, "ldr13ub", "ldub", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ld @($R14,$disp10),$Ri */
- {
- FR30_INSN_LDR14, "ldr14", "ld", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* lduh @($R14,$disp9),$Ri */
- {
- FR30_INSN_LDR14UH, "ldr14uh", "lduh", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ldub @($R14,$disp8),$Ri */
- {
- FR30_INSN_LDR14UB, "ldr14ub", "ldub", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ld @($R15,$udisp6),$Ri */
- {
- FR30_INSN_LDR15, "ldr15", "ld", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ld @$R15+,$Ri */
- {
- FR30_INSN_LDR15GR, "ldr15gr", "ld", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ld @$R15+,$Rs2 */
- {
- FR30_INSN_LDR15DR, "ldr15dr", "ld", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ld @$R15+,$ps */
- {
- FR30_INSN_LDR15PS, "ldr15ps", "ld", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* st $Ri,@$Rj */
- {
- FR30_INSN_ST, "st", "st", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* sth $Ri,@$Rj */
- {
- FR30_INSN_STH, "sth", "sth", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* stb $Ri,@$Rj */
- {
- FR30_INSN_STB, "stb", "stb", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* st $Ri,@($R13,$Rj) */
- {
- FR30_INSN_STR13, "str13", "st", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* sth $Ri,@($R13,$Rj) */
- {
- FR30_INSN_STR13H, "str13h", "sth", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* stb $Ri,@($R13,$Rj) */
- {
- FR30_INSN_STR13B, "str13b", "stb", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* st $Ri,@($R14,$disp10) */
- {
- FR30_INSN_STR14, "str14", "st", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* sth $Ri,@($R14,$disp9) */
- {
- FR30_INSN_STR14H, "str14h", "sth", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* stb $Ri,@($R14,$disp8) */
- {
- FR30_INSN_STR14B, "str14b", "stb", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* st $Ri,@($R15,$udisp6) */
- {
- FR30_INSN_STR15, "str15", "st", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* st $Ri,@-$R15 */
- {
- FR30_INSN_STR15GR, "str15gr", "st", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* st $Rs2,@-$R15 */
- {
- FR30_INSN_STR15DR, "str15dr", "st", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* st $ps,@-$R15 */
- {
- FR30_INSN_STR15PS, "str15ps", "st", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* mov $Rj,$Ri */
- {
- FR30_INSN_MOV, "mov", "mov", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* mov $Rs1,$Ri */
- {
- FR30_INSN_MOVDR, "movdr", "mov", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* mov $ps,$Ri */
- {
- FR30_INSN_MOVPS, "movps", "mov", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* mov $Ri,$Rs1 */
- {
- FR30_INSN_MOV2DR, "mov2dr", "mov", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* mov $Ri,$ps */
- {
- FR30_INSN_MOV2PS, "mov2ps", "mov", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* jmp @$Ri */
- {
- FR30_INSN_JMP, "jmp", "jmp", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(UNCOND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* jmp:d @$Ri */
- {
- FR30_INSN_JMPD, "jmpd", "jmp:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(UNCOND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* call @$Ri */
- {
- FR30_INSN_CALLR, "callr", "call", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(UNCOND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* call:d @$Ri */
- {
- FR30_INSN_CALLRD, "callrd", "call:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(UNCOND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* call $label12 */
- {
- FR30_INSN_CALL, "call", "call", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(UNCOND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* call:d $label12 */
- {
- FR30_INSN_CALLD, "calld", "call:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(UNCOND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ret */
- {
- FR30_INSN_RET, "ret", "ret", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(UNCOND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ret:d */
- {
- FR30_INSN_RET_D, "ret:d", "ret:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(UNCOND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* int $u8 */
- {
- FR30_INSN_INT, "int", "int", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(UNCOND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* inte */
- {
- FR30_INSN_INTE, "inte", "inte", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(UNCOND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* reti */
- {
- FR30_INSN_RETI, "reti", "reti", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bra:d $label9 */
- {
- FR30_INSN_BRAD, "brad", "bra:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(UNCOND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bra $label9 */
- {
- FR30_INSN_BRA, "bra", "bra", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(UNCOND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bno:d $label9 */
- {
- FR30_INSN_BNOD, "bnod", "bno:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bno $label9 */
- {
- FR30_INSN_BNO, "bno", "bno", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* beq:d $label9 */
- {
- FR30_INSN_BEQD, "beqd", "beq:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* beq $label9 */
- {
- FR30_INSN_BEQ, "beq", "beq", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bne:d $label9 */
- {
- FR30_INSN_BNED, "bned", "bne:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bne $label9 */
- {
- FR30_INSN_BNE, "bne", "bne", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bc:d $label9 */
- {
- FR30_INSN_BCD, "bcd", "bc:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bc $label9 */
- {
- FR30_INSN_BC, "bc", "bc", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bnc:d $label9 */
- {
- FR30_INSN_BNCD, "bncd", "bnc:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bnc $label9 */
- {
- FR30_INSN_BNC, "bnc", "bnc", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bn:d $label9 */
- {
- FR30_INSN_BND, "bnd", "bn:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bn $label9 */
- {
- FR30_INSN_BN, "bn", "bn", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bp:d $label9 */
- {
- FR30_INSN_BPD, "bpd", "bp:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bp $label9 */
- {
- FR30_INSN_BP, "bp", "bp", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bv:d $label9 */
- {
- FR30_INSN_BVD, "bvd", "bv:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bv $label9 */
- {
- FR30_INSN_BV, "bv", "bv", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bnv:d $label9 */
- {
- FR30_INSN_BNVD, "bnvd", "bnv:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bnv $label9 */
- {
- FR30_INSN_BNV, "bnv", "bnv", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* blt:d $label9 */
- {
- FR30_INSN_BLTD, "bltd", "blt:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* blt $label9 */
- {
- FR30_INSN_BLT, "blt", "blt", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bge:d $label9 */
- {
- FR30_INSN_BGED, "bged", "bge:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bge $label9 */
- {
- FR30_INSN_BGE, "bge", "bge", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ble:d $label9 */
- {
- FR30_INSN_BLED, "bled", "ble:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ble $label9 */
- {
- FR30_INSN_BLE, "ble", "ble", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bgt:d $label9 */
- {
- FR30_INSN_BGTD, "bgtd", "bgt:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bgt $label9 */
- {
- FR30_INSN_BGT, "bgt", "bgt", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bls:d $label9 */
- {
- FR30_INSN_BLSD, "blsd", "bls:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bls $label9 */
- {
- FR30_INSN_BLS, "bls", "bls", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bhi:d $label9 */
- {
- FR30_INSN_BHID, "bhid", "bhi:d", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI)|A(DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* bhi $label9 */
- {
- FR30_INSN_BHI, "bhi", "bhi", 16,
- { 0|A(NOT_IN_DELAY_SLOT)|A(COND_CTI), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* dmov $R13,@$dir10 */
- {
- FR30_INSN_DMOVR13, "dmovr13", "dmov", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* dmovh $R13,@$dir9 */
- {
- FR30_INSN_DMOVR13H, "dmovr13h", "dmovh", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* dmovb $R13,@$dir8 */
- {
- FR30_INSN_DMOVR13B, "dmovr13b", "dmovb", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* dmov @$R13+,@$dir10 */
- {
- FR30_INSN_DMOVR13PI, "dmovr13pi", "dmov", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* dmovh @$R13+,@$dir9 */
- {
- FR30_INSN_DMOVR13PIH, "dmovr13pih", "dmovh", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* dmovb @$R13+,@$dir8 */
- {
- FR30_INSN_DMOVR13PIB, "dmovr13pib", "dmovb", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* dmov @$R15+,@$dir10 */
- {
- FR30_INSN_DMOVR15PI, "dmovr15pi", "dmov", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* dmov @$dir10,$R13 */
- {
- FR30_INSN_DMOV2R13, "dmov2r13", "dmov", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* dmovh @$dir9,$R13 */
- {
- FR30_INSN_DMOV2R13H, "dmov2r13h", "dmovh", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* dmovb @$dir8,$R13 */
- {
- FR30_INSN_DMOV2R13B, "dmov2r13b", "dmovb", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* dmov @$dir10,@$R13+ */
- {
- FR30_INSN_DMOV2R13PI, "dmov2r13pi", "dmov", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* dmovh @$dir9,@$R13+ */
- {
- FR30_INSN_DMOV2R13PIH, "dmov2r13pih", "dmovh", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* dmovb @$dir8,@$R13+ */
- {
- FR30_INSN_DMOV2R13PIB, "dmov2r13pib", "dmovb", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* dmov @$dir10,@-$R15 */
- {
- FR30_INSN_DMOV2R15PD, "dmov2r15pd", "dmov", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ldres @$Ri+,$u4 */
- {
- FR30_INSN_LDRES, "ldres", "ldres", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* stres $u4,@$Ri+ */
- {
- FR30_INSN_STRES, "stres", "stres", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* copop $u4c,$ccc,$CRj,$CRi */
- {
- FR30_INSN_COPOP, "copop", "copop", 32,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* copld $u4c,$ccc,$Rjc,$CRi */
- {
- FR30_INSN_COPLD, "copld", "copld", 32,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* copst $u4c,$ccc,$CRj,$Ric */
- {
- FR30_INSN_COPST, "copst", "copst", 32,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* copsv $u4c,$ccc,$CRj,$Ric */
- {
- FR30_INSN_COPSV, "copsv", "copsv", 32,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* nop */
- {
- FR30_INSN_NOP, "nop", "nop", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* andccr $u8 */
- {
- FR30_INSN_ANDCCR, "andccr", "andccr", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* orccr $u8 */
- {
- FR30_INSN_ORCCR, "orccr", "orccr", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* stilm $u8 */
- {
- FR30_INSN_STILM, "stilm", "stilm", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* addsp $s10 */
- {
- FR30_INSN_ADDSP, "addsp", "addsp", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* extsb $Ri */
- {
- FR30_INSN_EXTSB, "extsb", "extsb", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* extub $Ri */
- {
- FR30_INSN_EXTUB, "extub", "extub", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* extsh $Ri */
- {
- FR30_INSN_EXTSH, "extsh", "extsh", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* extuh $Ri */
- {
- FR30_INSN_EXTUH, "extuh", "extuh", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ldm0 ($reglist_low_ld) */
- {
- FR30_INSN_LDM0, "ldm0", "ldm0", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* ldm1 ($reglist_hi_ld) */
- {
- FR30_INSN_LDM1, "ldm1", "ldm1", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* stm0 ($reglist_low_st) */
- {
- FR30_INSN_STM0, "stm0", "stm0", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* stm1 ($reglist_hi_st) */
- {
- FR30_INSN_STM1, "stm1", "stm1", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* enter $u10 */
- {
- FR30_INSN_ENTER, "enter", "enter", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- /* leave */
- {
- FR30_INSN_LEAVE, "leave", "leave", 16,
- { 0, { { { (1<<MACH_BASE), 0 } } } }
- },
- /* xchb @$Rj,$Ri */
- {
- FR30_INSN_XCHB, "xchb", "xchb", 16,
- { 0|A(NOT_IN_DELAY_SLOT), { { { (1<<MACH_BASE), 0 } } } }
- },
- };
- #undef OP
- #undef A
- /* Initialize anything needed to be done once, before any cpu_open call. */
- static void
- init_tables (void)
- {
- }
- static const CGEN_MACH * lookup_mach_via_bfd_name (const CGEN_MACH *, const char *);
- static void build_hw_table (CGEN_CPU_TABLE *);
- static void build_ifield_table (CGEN_CPU_TABLE *);
- static void build_operand_table (CGEN_CPU_TABLE *);
- static void build_insn_table (CGEN_CPU_TABLE *);
- static void fr30_cgen_rebuild_tables (CGEN_CPU_TABLE *);
- /* Subroutine of fr30_cgen_cpu_open to look up a mach via its bfd name. */
- static const CGEN_MACH *
- lookup_mach_via_bfd_name (const CGEN_MACH *table, const char *name)
- {
- while (table->name)
- {
- if (strcmp (name, table->bfd_name) == 0)
- return table;
- ++table;
- }
- abort ();
- }
- /* Subroutine of fr30_cgen_cpu_open to build the hardware table. */
- static void
- build_hw_table (CGEN_CPU_TABLE *cd)
- {
- int i;
- int machs = cd->machs;
- const CGEN_HW_ENTRY *init = & fr30_cgen_hw_table[0];
- /* MAX_HW is only an upper bound on the number of selected entries.
- However each entry is indexed by it's enum so there can be holes in
- the table. */
- const CGEN_HW_ENTRY **selected =
- (const CGEN_HW_ENTRY **) xmalloc (MAX_HW * sizeof (CGEN_HW_ENTRY *));
- cd->hw_table.init_entries = init;
- cd->hw_table.entry_size = sizeof (CGEN_HW_ENTRY);
- memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
- /* ??? For now we just use machs to determine which ones we want. */
- for (i = 0; init[i].name != NULL; ++i)
- if (CGEN_HW_ATTR_VALUE (&init[i], CGEN_HW_MACH)
- & machs)
- selected[init[i].type] = &init[i];
- cd->hw_table.entries = selected;
- cd->hw_table.num_entries = MAX_HW;
- }
- /* Subroutine of fr30_cgen_cpu_open to build the hardware table. */
- static void
- build_ifield_table (CGEN_CPU_TABLE *cd)
- {
- cd->ifld_table = & fr30_cgen_ifld_table[0];
- }
- /* Subroutine of fr30_cgen_cpu_open to build the hardware table. */
- static void
- build_operand_table (CGEN_CPU_TABLE *cd)
- {
- int i;
- int machs = cd->machs;
- const CGEN_OPERAND *init = & fr30_cgen_operand_table[0];
- /* MAX_OPERANDS is only an upper bound on the number of selected entries.
- However each entry is indexed by it's enum so there can be holes in
- the table. */
- const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected));
- cd->operand_table.init_entries = init;
- cd->operand_table.entry_size = sizeof (CGEN_OPERAND);
- memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
- /* ??? For now we just use mach to determine which ones we want. */
- for (i = 0; init[i].name != NULL; ++i)
- if (CGEN_OPERAND_ATTR_VALUE (&init[i], CGEN_OPERAND_MACH)
- & machs)
- selected[init[i].type] = &init[i];
- cd->operand_table.entries = selected;
- cd->operand_table.num_entries = MAX_OPERANDS;
- }
- /* Subroutine of fr30_cgen_cpu_open to build the hardware table.
- ??? This could leave out insns not supported by the specified mach/isa,
- but that would cause errors like "foo only supported by bar" to become
- "unknown insn", so for now we include all insns and require the app to
- do the checking later.
- ??? On the other hand, parsing of such insns may require their hardware or
- operand elements to be in the table [which they mightn't be]. */
- static void
- build_insn_table (CGEN_CPU_TABLE *cd)
- {
- int i;
- const CGEN_IBASE *ib = & fr30_cgen_insn_table[0];
- CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN));
- memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN));
- for (i = 0; i < MAX_INSNS; ++i)
- insns[i].base = &ib[i];
- cd->insn_table.init_entries = insns;
- cd->insn_table.entry_size = sizeof (CGEN_IBASE);
- cd->insn_table.num_init_entries = MAX_INSNS;
- }
- /* Subroutine of fr30_cgen_cpu_open to rebuild the tables. */
- static void
- fr30_cgen_rebuild_tables (CGEN_CPU_TABLE *cd)
- {
- int i;
- CGEN_BITSET *isas = cd->isas;
- unsigned int machs = cd->machs;
- cd->int_insn_p = CGEN_INT_INSN_P;
- /* Data derived from the isa spec. */
- #define UNSET (CGEN_SIZE_UNKNOWN + 1)
- cd->default_insn_bitsize = UNSET;
- cd->base_insn_bitsize = UNSET;
- cd->min_insn_bitsize = 65535; /* Some ridiculously big number. */
- cd->max_insn_bitsize = 0;
- for (i = 0; i < MAX_ISAS; ++i)
- if (cgen_bitset_contains (isas, i))
- {
- const CGEN_ISA *isa = & fr30_cgen_isa_table[i];
- /* Default insn sizes of all selected isas must be
- equal or we set the result to 0, meaning "unknown". */
- if (cd->default_insn_bitsize == UNSET)
- cd->default_insn_bitsize = isa->default_insn_bitsize;
- else if (isa->default_insn_bitsize == cd->default_insn_bitsize)
- ; /* This is ok. */
- else
- cd->default_insn_bitsize = CGEN_SIZE_UNKNOWN;
- /* Base insn sizes of all selected isas must be equal
- or we set the result to 0, meaning "unknown". */
- if (cd->base_insn_bitsize == UNSET)
- cd->base_insn_bitsize = isa->base_insn_bitsize;
- else if (isa->base_insn_bitsize == cd->base_insn_bitsize)
- ; /* This is ok. */
- else
- cd->base_insn_bitsize = CGEN_SIZE_UNKNOWN;
- /* Set min,max insn sizes. */
- if (isa->min_insn_bitsize < cd->min_insn_bitsize)
- cd->min_insn_bitsize = isa->min_insn_bitsize;
- if (isa->max_insn_bitsize > cd->max_insn_bitsize)
- cd->max_insn_bitsize = isa->max_insn_bitsize;
- }
- /* Data derived from the mach spec. */
- for (i = 0; i < MAX_MACHS; ++i)
- if (((1 << i) & machs) != 0)
- {
- const CGEN_MACH *mach = & fr30_cgen_mach_table[i];
- if (mach->insn_chunk_bitsize != 0)
- {
- if (cd->insn_chunk_bitsize != 0 && cd->insn_chunk_bitsize != mach->insn_chunk_bitsize)
- {
- fprintf (stderr, "fr30_cgen_rebuild_tables: conflicting insn-chunk-bitsize values: `%d' vs. `%d'\n",
- cd->insn_chunk_bitsize, mach->insn_chunk_bitsize);
- abort ();
- }
- cd->insn_chunk_bitsize = mach->insn_chunk_bitsize;
- }
- }
- /* Determine which hw elements are used by MACH. */
- build_hw_table (cd);
- /* Build the ifield table. */
- build_ifield_table (cd);
- /* Determine which operands are used by MACH/ISA. */
- build_operand_table (cd);
- /* Build the instruction table. */
- build_insn_table (cd);
- }
- /* Initialize a cpu table and return a descriptor.
- It's much like opening a file, and must be the first function called.
- The arguments are a set of (type/value) pairs, terminated with
- CGEN_CPU_OPEN_END.
- Currently supported values:
- CGEN_CPU_OPEN_ISAS: bitmap of values in enum isa_attr
- CGEN_CPU_OPEN_MACHS: bitmap of values in enum mach_attr
- CGEN_CPU_OPEN_BFDMACH: specify 1 mach using bfd name
- CGEN_CPU_OPEN_ENDIAN: specify endian choice
- CGEN_CPU_OPEN_END: terminates arguments
- ??? Simultaneous multiple isas might not make sense, but it's not (yet)
- precluded. */
- CGEN_CPU_DESC
- fr30_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
- {
- CGEN_CPU_TABLE *cd = (CGEN_CPU_TABLE *) xmalloc (sizeof (CGEN_CPU_TABLE));
- static int init_p;
- CGEN_BITSET *isas = 0; /* 0 = "unspecified" */
- unsigned int machs = 0; /* 0 = "unspecified" */
- enum cgen_endian endian = CGEN_ENDIAN_UNKNOWN;
- va_list ap;
- if (! init_p)
- {
- init_tables ();
- init_p = 1;
- }
- memset (cd, 0, sizeof (*cd));
- va_start (ap, arg_type);
- while (arg_type != CGEN_CPU_OPEN_END)
- {
- switch (arg_type)
- {
- case CGEN_CPU_OPEN_ISAS :
- isas = va_arg (ap, CGEN_BITSET *);
- break;
- case CGEN_CPU_OPEN_MACHS :
- machs = va_arg (ap, unsigned int);
- break;
- case CGEN_CPU_OPEN_BFDMACH :
- {
- const char *name = va_arg (ap, const char *);
- const CGEN_MACH *mach =
- lookup_mach_via_bfd_name (fr30_cgen_mach_table, name);
- machs |= 1 << mach->num;
- break;
- }
- case CGEN_CPU_OPEN_ENDIAN :
- endian = va_arg (ap, enum cgen_endian);
- break;
- default :
- fprintf (stderr, "fr30_cgen_cpu_open: unsupported argument `%d'\n",
- arg_type);
- abort (); /* ??? return NULL? */
- }
- arg_type = va_arg (ap, enum cgen_cpu_open_arg);
- }
- va_end (ap);
- /* Mach unspecified means "all". */
- if (machs == 0)
- machs = (1 << MAX_MACHS) - 1;
- /* Base mach is always selected. */
- machs |= 1;
- if (endian == CGEN_ENDIAN_UNKNOWN)
- {
- /* ??? If target has only one, could have a default. */
- fprintf (stderr, "fr30_cgen_cpu_open: no endianness specified\n");
- abort ();
- }
- cd->isas = cgen_bitset_copy (isas);
- cd->machs = machs;
- cd->endian = endian;
- /* FIXME: for the sparc case we can determine insn-endianness statically.
- The worry here is where both data and insn endian can be independently
- chosen, in which case this function will need another argument.
- Actually, will want to allow for more arguments in the future anyway. */
- cd->insn_endian = endian;
- /* Table (re)builder. */
- cd->rebuild_tables = fr30_cgen_rebuild_tables;
- fr30_cgen_rebuild_tables (cd);
- /* Default to not allowing signed overflow. */
- cd->signed_overflow_ok_p = 0;
- return (CGEN_CPU_DESC) cd;
- }
- /* Cover fn to fr30_cgen_cpu_open to handle the simple case of 1 isa, 1 mach.
- MACH_NAME is the bfd name of the mach. */
- CGEN_CPU_DESC
- fr30_cgen_cpu_open_1 (const char *mach_name, enum cgen_endian endian)
- {
- return fr30_cgen_cpu_open (CGEN_CPU_OPEN_BFDMACH, mach_name,
- CGEN_CPU_OPEN_ENDIAN, endian,
- CGEN_CPU_OPEN_END);
- }
- /* Close a cpu table.
- ??? This can live in a machine independent file, but there's currently
- no place to put this file (there's no libcgen). libopcodes is the wrong
- place as some simulator ports use this but they don't use libopcodes. */
- void
- fr30_cgen_cpu_close (CGEN_CPU_DESC cd)
- {
- unsigned int i;
- const CGEN_INSN *insns;
- if (cd->macro_insn_table.init_entries)
- {
- insns = cd->macro_insn_table.init_entries;
- for (i = 0; i < cd->macro_insn_table.num_init_entries; ++i, ++insns)
- if (CGEN_INSN_RX ((insns)))
- regfree (CGEN_INSN_RX (insns));
- }
- if (cd->insn_table.init_entries)
- {
- insns = cd->insn_table.init_entries;
- for (i = 0; i < cd->insn_table.num_init_entries; ++i, ++insns)
- if (CGEN_INSN_RX (insns))
- regfree (CGEN_INSN_RX (insns));
- }
- if (cd->macro_insn_table.init_entries)
- free ((CGEN_INSN *) cd->macro_insn_table.init_entries);
- if (cd->insn_table.init_entries)
- free ((CGEN_INSN *) cd->insn_table.init_entries);
- if (cd->hw_table.entries)
- free ((CGEN_HW_ENTRY *) cd->hw_table.entries);
- if (cd->operand_table.entries)
- free ((CGEN_HW_ENTRY *) cd->operand_table.entries);
- free (cd);
- }
|