binutils-gdb/opcodes
Nick Clifton 795b8e6bf3 * include/opcode/tic6x.h: add tic6x_coding_dreg_(msb|lsb) field coding type in
order to encode separately the msb and lsb of a register pair ; this will be
needed to encode the opcodes the same
way as Ti assembler does.

* gas/config/tc-tic6x.c: handle tic6x_coding_dreg_(msb|lsb)  field coding types
and use it to encode register pair numbers when required.

* opcodes/tic6x-dis.c: decodes opcodes that have individual msb and lsb halves
in src1 & src2 fields ; discard the src1 (lsb) value and only use src2 (msb),
discarding bit 0, to follow what Ti SDK does in that case as any value in the
src1 field yields the same output with SDK disassembler.

* include/opcode/tic6x-opcode-table.h: modify absdp, dpint, dpsp, dptrunc,
rcpdp and rsqrdp opcodes to use the new field coding types.

* gas/testsuite/gas/tic6x/insns-c674x.d, gas/testsuite/gas/tic6x/insns-c674x.s
: add test case for the newly generated opcode but keep the old ones as they
seem legit as per Ti disassembler output.
2013-03-20 16:36:34 +00:00
..
po * po/POTFILES.in: Regenerate. 2013-02-04 06:04:33 +00:00
.gitignore bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore 2010-12-09 09:03:18 +00:00
ChangeLog * include/opcode/tic6x.h: add tic6x_coding_dreg_(msb|lsb) field coding type in 2013-03-20 16:36:34 +00:00
ChangeLog-0001 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-0203 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2004 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2005 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2006 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2007 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2008 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2009 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2010 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2011 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2012 opcodes/ChangeLog 2013-01-02 13:13:36 +00:00
ChangeLog-9297 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-9899 Add copyright notices 2012-12-10 12:48:03 +00:00
MAINTAINERS Add copyright notices 2012-12-17 16:56:12 +00:00
Makefile.am 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
Makefile.in 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
aarch64-asm-2.c include/opcode/ 2013-02-28 19:18:40 +00:00
aarch64-asm.c include/opcode/ 2013-01-30 15:43:32 +00:00
aarch64-asm.h Add support for 64-bit ARM architecture: AArch64 2012-08-13 14:52:54 +00:00
aarch64-dis-2.c include/opcode/ 2013-02-28 19:18:40 +00:00
aarch64-dis.c include/opcode/ 2013-01-30 15:43:32 +00:00
aarch64-dis.h Add support for 64-bit ARM architecture: AArch64 2012-08-13 14:52:54 +00:00
aarch64-gen.c include/opcode/ 2013-01-30 15:43:32 +00:00
aarch64-opc-2.c include/opcode/ 2013-02-28 19:18:40 +00:00
aarch64-opc.c opcodes/ 2013-02-14 18:12:51 +00:00
aarch64-opc.h Remove trailing redundant `;' 2012-11-09 08:29:34 +00:00
aarch64-tbl.h include/opcode/ 2013-02-28 19:18:40 +00:00
aclocal.m4 include/opcode/ 2012-08-13 14:26:14 +00:00
alpha-dis.c PR 14072 2012-05-17 15:13:28 +00:00
alpha-opc.c PR 14072 2012-05-17 15:13:28 +00:00
arc-dis.c * aarch64-asm.c (aarch64_ins_ldst_reglist): Initialize 2012-10-18 06:53:16 +00:00
arc-dis.h
arc-ext.c
arc-ext.h
arc-opc.c
arm-dis.c Add support for AArch32 CRC instruction in ARMv8. 2013-03-11 11:09:33 +00:00
avr-dis.c PR 14072 2012-05-17 15:13:28 +00:00
bfin-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
cgen-asm.c * frv.opc (parse_uhi16): Fix handling of %hi operator on 64-bit 2011-12-15 10:21:51 +00:00
cgen-asm.in fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
cgen-bitset.c
cgen-dis.c
cgen-dis.in * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
cgen-ibld.in
cgen-opc.c PR 14072 2012-05-17 15:13:28 +00:00
cgen.sh
config.in * config.in: Disable sanity check for kfreebsd. 2012-09-10 22:30:57 +00:00
configure 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
configure.com Add copyright notices 2012-12-17 16:56:12 +00:00
configure.in 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
cr16-dis.c oops - typo correction. 2013-01-07 15:10:18 +00:00
cr16-opc.c * cr16-opc.c (cr16_instruction): Fix typo in comment. 2010-04-06 15:41:43 +00:00
cris-dis.c PR 14072 2012-05-17 15:13:28 +00:00
cris-opc.c
crx-dis.c PR 14072 2012-05-17 15:13:28 +00:00
crx-opc.c gas/ 2012-02-27 06:37:40 +00:00
d10v-dis.c PR 14072 2012-05-17 15:13:28 +00:00
d10v-opc.c PR 14072 2012-05-17 15:13:28 +00:00
d30v-dis.c PR 14072 2012-05-17 15:13:28 +00:00
d30v-opc.c PR 14072 2012-05-17 15:13:28 +00:00
dep-in.sed
dis-buf.c * dis-buf.c (buffer_read_memory): Give error for reading just 2010-03-23 15:59:45 +00:00
dis-init.c
disassemble.c 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
dlx-dis.c * src/opcodes/dlx-dis.c (print_insn_dlx): Use dlx_insn type for 2010-09-10 13:00:54 +00:00
epiphany-asm.c cpu: 2011-10-26 12:46:04 +00:00
epiphany-desc.c 2012-11-30 Oleg Raikhman <oleg@adapteva.com> 2012-11-30 17:54:58 +00:00
epiphany-desc.h 2012-11-30 Oleg Raikhman <oleg@adapteva.com> 2012-11-30 17:54:58 +00:00
epiphany-dis.c bfd: 2011-10-25 11:18:16 +00:00
epiphany-ibld.c bfd: 2011-10-25 11:18:16 +00:00
epiphany-opc.c 2012-11-30 Oleg Raikhman <oleg@adapteva.com> 2012-11-30 17:54:58 +00:00
epiphany-opc.h cpu: 2011-10-26 12:46:04 +00:00
fr30-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
fr30-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
fr30-desc.h cgen/ 2010-10-09 06:50:23 +00:00
fr30-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
fr30-ibld.c
fr30-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
fr30-opc.h
frv-asm.c * frv.opc (parse_uhi16): Fix handling of %hi operator on 64-bit 2011-12-15 10:21:51 +00:00
frv-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
frv-desc.h cgen/ 2010-10-09 06:50:23 +00:00
frv-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
frv-ibld.c
frv-opc.c Fix build with -DDEBUG=7 2010-10-08 14:00:50 +00:00
frv-opc.h
h8300-dis.c * h8300-dis.c: Fix printf arg warnings. 2012-08-01 00:41:35 +00:00
h8500-dis.c PR 14072 2012-05-17 15:13:28 +00:00
h8500-opc.h
hppa-dis.c PR binutils/13135 2012-07-24 12:56:47 +00:00
i370-dis.c PR 14072 2012-05-17 15:13:28 +00:00
i370-opc.c PR 14072 2012-05-17 15:13:28 +00:00
i386-dis.c Implement Intel SMAP instructions 2013-02-19 19:10:31 +00:00
i386-gen.c Implement Intel SMAP instructions 2013-02-19 19:10:31 +00:00
i386-init.h Implement Intel SMAP instructions 2013-02-19 19:10:31 +00:00
i386-opc.c
i386-opc.h Implement Intel SMAP instructions 2013-02-19 19:10:31 +00:00
i386-opc.tbl Implement Intel SMAP instructions 2013-02-19 19:10:31 +00:00
i386-reg.tbl Add RegRex64 to riz 2013-03-02 01:57:48 +00:00
i386-tbl.h Add RegRex64 to riz 2013-03-02 01:57:48 +00:00
i860-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
i960-dis.c * h8300-dis.c: Fix printf arg warnings. 2012-08-01 00:41:35 +00:00
ia64-asmtab.c Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-asmtab.h Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
ia64-gen.c Remove trailing redundant `;' 2012-11-09 08:29:34 +00:00
ia64-ic.tbl Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-opc-a.c
ia64-opc-b.c
ia64-opc-d.c
ia64-opc-f.c
ia64-opc-i.c Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-opc-m.c Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-opc-x.c
ia64-opc.c * ia64-opc.c: Remove #include "ansidecl.h". 2012-05-18 05:31:15 +00:00
ia64-opc.h Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-raw.tbl Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-war.tbl
ia64-waw.tbl Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ip2k-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
ip2k-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
ip2k-desc.h cgen/ 2010-10-09 06:50:23 +00:00
ip2k-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
ip2k-ibld.c
ip2k-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
ip2k-opc.h
iq2000-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
iq2000-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
iq2000-desc.h cgen/ 2010-10-09 06:50:23 +00:00
iq2000-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
iq2000-ibld.c
iq2000-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
iq2000-opc.h
lm32-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
lm32-desc.c PR binutils/15241 2013-03-08 17:25:12 +00:00
lm32-desc.h cgen/ 2010-10-09 06:50:23 +00:00
lm32-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
lm32-ibld.c
lm32-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
lm32-opc.h
lm32-opinst.c * lm32-opinst.c: Regenerate. 2010-02-13 04:38:57 +00:00
m32c-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
m32c-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
m32c-desc.h cgen/ 2010-10-09 06:50:23 +00:00
m32c-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
m32c-ibld.c * m32c.cpu (f-dsp-8-s24): Mask high byte after shifting it. 2010-07-03 04:09:56 +00:00
m32c-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
m32c-opc.h
m32r-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
m32r-desc.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
m32r-desc.h cgen/ 2010-10-09 06:50:23 +00:00
m32r-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
m32r-ibld.c
m32r-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
m32r-opc.h
m32r-opinst.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
m68hc11-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
m68hc11-opc.c * config/tc-m68hc11.c: Add S12X and XGATE co-processor support. 2012-05-15 12:55:51 +00:00
m68k-dis.c PR binutils/13135 2012-07-24 12:56:47 +00:00
m68k-opc.c * gas/testsuite/gas/m68k/pmove.s, gas/testsuite/gas/m68k/pmove.d: New test. 2012-01-16 23:19:20 +00:00
m88k-dis.c
m10200-dis.c PR 14072 2012-05-17 15:13:28 +00:00
m10200-opc.c
m10300-dis.c PR 14072 2012-05-17 15:13:28 +00:00
m10300-opc.c
makefile.vms Add copyright notices 2012-12-17 16:56:12 +00:00
mcore-dis.c
mcore-opc.h
mep-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
mep-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
mep-desc.h cgen/ 2010-10-09 06:50:23 +00:00
mep-dis.c cgen/ 2010-06-28 14:41:59 +00:00
mep-ibld.c
mep-opc.c cgen/ 2010-10-09 06:50:23 +00:00
mep-opc.h
metag-dis.c * metag-dis.c: Initialize outf->bytes_per_chunk to 4 2013-02-15 14:54:28 +00:00
microblaze-dis.c opcodes/Changelog: 2012-11-29 21:09:01 +00:00
microblaze-dis.h
microblaze-opc.h opcodes/Changelog: 2012-11-29 21:09:01 +00:00
microblaze-opcm.h Add swap byte (swapb) and swap halfword (swaph) opcodes. 2012-11-21 17:54:11 +00:00
micromips-opc.c opcodes/ 2012-09-18 14:19:04 +00:00
mips-dis.c Eliminate warning message. 2013-03-12 15:19:23 +00:00
mips-opc.c gas/ 2013-02-09 10:24:20 +00:00
mips16-opc.c PR 14072 2012-05-17 15:13:28 +00:00
mmix-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
mmix-opc.c
moxie-dis.c Don't abort() when disassembling bad moxie instructions. 2012-09-28 03:53:39 +00:00
moxie-opc.c Don't abort() when disassembling bad moxie instructions. 2012-09-28 03:53:39 +00:00
msp430-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
mt-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
mt-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
mt-desc.h cgen/ 2010-10-09 06:50:23 +00:00
mt-dis.c cpu/ 2012-02-27 06:57:57 +00:00
mt-ibld.c
mt-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
mt-opc.h
nios2-dis.c 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
nios2-opc.c 2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-03-12 02:41:26 +00:00
ns32k-dis.c
opc2c.c
openrisc-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
openrisc-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
openrisc-desc.h cgen/ 2010-10-09 06:50:23 +00:00
openrisc-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
openrisc-ibld.c
openrisc-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
openrisc-opc.h
opintl.h
or32-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
or32-opc.c PR 14072 2012-05-17 15:13:28 +00:00
pdp11-dis.c * h8300-dis.c: Fix printf arg warnings. 2012-08-01 00:41:35 +00:00
pdp11-opc.c
pj-dis.c PR 14072 2012-05-17 15:13:28 +00:00
pj-opc.c
ppc-dis.c include/opcode/ 2013-01-11 02:25:36 +00:00
ppc-opc.c include/opcode/ 2013-01-11 02:25:36 +00:00
rl78-decode.c * rl78-decode.opc (rl78_decode_opcode): Fix typo. 2013-02-27 03:00:44 +00:00
rl78-decode.opc * rl78-decode.opc (rl78_decode_opcode): Fix typo. 2013-02-27 03:00:44 +00:00
rl78-dis.c * rl78-decode.opc (rl78_decode_opcode): Merge %e and %[01] 2012-08-15 22:37:56 +00:00
rx-decode.c * po/POTFILES.in: Regenerate. 2013-02-04 06:04:33 +00:00
rx-decode.opc Add copyright notices 2012-12-17 16:56:12 +00:00
rx-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
s390-dis.c PR 14072 2012-05-17 15:13:28 +00:00
s390-mkopc.c opcodes/ 2012-11-29 23:42:03 +00:00
s390-opc.c 2012-10-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 2012-10-26 09:41:55 +00:00
s390-opc.txt 2012-11-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 2012-11-20 11:58:30 +00:00
score-dis.c
score-opc.h
score7-dis.c
sh-dis.c * h8300-dis.c: Fix printf arg warnings. 2012-08-01 00:41:35 +00:00
sh-opc.h
sh64-dis.c PR 14072 2012-05-17 15:13:28 +00:00
sh64-opc.c
sh64-opc.h
sparc-dis.c PR binutils/13135 2012-07-24 12:56:47 +00:00
sparc-opc.c Fix sparc opcode encoding for 4-arg crypto instructions. 2012-08-21 23:00:36 +00:00
spu-dis.c PR 14072 2012-05-17 15:13:28 +00:00
spu-opc.c
stamp-h.in
sysdep.h PR 14072 2012-05-17 15:13:28 +00:00
tic4x-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
tic6x-dis.c * include/opcode/tic6x.h: add tic6x_coding_dreg_(msb|lsb) field coding type in 2013-03-20 16:36:34 +00:00
tic30-dis.c PR 14072 2012-05-17 15:13:28 +00:00
tic54x-dis.c * tic54x-dis.c (print_instruction): Don't use K&R style. 2012-10-18 15:28:06 +00:00
tic54x-opc.c
tic80-dis.c PR 14072 2012-05-17 15:13:28 +00:00
tic80-opc.c PR 14072 2012-05-17 15:13:28 +00:00
tilegx-dis.c PR 14072 2012-05-17 15:13:28 +00:00
tilegx-opc.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
tilepro-dis.c PR 14072 2012-05-17 15:13:28 +00:00
tilepro-opc.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
v850-dis.c Add support for V850E3V5 architecture 2013-01-24 11:14:05 +00:00
v850-opc.c Add support for V850E3V5 architecture 2013-01-24 11:14:05 +00:00
vax-dis.c PR 14072 2012-05-17 15:13:28 +00:00
w65-dis.c PR 14072 2012-05-17 15:13:28 +00:00
w65-opc.h
xc16x-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
xc16x-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
xc16x-desc.h cgen/ 2010-10-09 06:50:23 +00:00
xc16x-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
xc16x-ibld.c
xc16x-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
xc16x-opc.h
xgate-dis.c gas/config/ 2012-07-05 19:37:52 +00:00
xgate-opc.c gas/config/ 2012-07-05 19:37:52 +00:00
xstormy16-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
xstormy16-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
xstormy16-desc.h cgen/ 2010-10-09 06:50:23 +00:00
xstormy16-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
xstormy16-ibld.c
xstormy16-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
xstormy16-opc.h
xtensa-dis.c PR 14072 2012-05-17 15:13:28 +00:00
z8k-dis.c
z8k-opc.h gas/testsuite: 2012-10-26 08:14:07 +00:00
z8kgen.c gas/testsuite: 2012-10-26 08:14:07 +00:00
z80-dis.c