OSDN Git Service

* opcodes/arm-dis.c (coprocessor_opcodes): Add %A, %B, %k, convert
authorJulian Brown <julian@codesourcery.com>
Wed, 26 Apr 2006 15:40:55 +0000 (15:40 +0000)
committerJulian Brown <julian@codesourcery.com>
Wed, 26 Apr 2006 15:40:55 +0000 (15:40 +0000)
commit2a2f7441d6066809df91f7c0597f5ba70c9f518f
treedb80b8a764133ce2bed9f0d7881a49ae8c899583
parentb56a8b10909dfe237b866bb81d64cda60e1af535
* opcodes/arm-dis.c (coprocessor_opcodes): Add %A, %B, %k, convert
%<code>[zy] into %[zy]<code>.  Expand meaning of %<bitfield>['`?].
Add unified load/store instruction names.
(neon_opcode_table): New.
(arm_opcodes): Expand meaning of %<bitfield>['`?].
(arm_decode_bitfield): New.
(print_insn_coprocessor): Add pc argument. Add %A & %B specifiers.
Use arm_decode_bitfield and adjust numeric specifiers. Adjust %z & %y.
(print_insn_neon): New.
(print_insn_arm): Adjust print_insn_coprocessor call. Call
print_insn_neon. Use arm_decode_bitfield and adjust numeric specifiers.
(print_insn_thumb32): Likewise.
opcodes/ChangeLog
opcodes/arm-dis.c