OSDN Git Service

* avr-dis.c (reg_fmul_d): New. Extract destination register from
authorDenis Chertykov <denisc@overta.ru>
Mon, 1 May 2000 08:45:11 +0000 (08:45 +0000)
committerDenis Chertykov <denisc@overta.ru>
Mon, 1 May 2000 08:45:11 +0000 (08:45 +0000)
commit40984dcd84d722c64124fa7e03f091bb218d6121
treecf6efddf0c5a532756339ba04d2fb84db9913e7f
parent677ec84e4d9fd1523044ed3f9ebc7a1093767e45
* avr-dis.c (reg_fmul_d): New. Extract destination register from
FMUL instruction.
(reg_fmul_r): New. Extract source register from FMUL instruction.
(reg_muls_d): New. Extract destination register from MULS instruction.
(reg_muls_r): New. Extract source register from MULS instruction.
(reg_movw_d): New. Extract destination register from MOVW instruction.
(reg_movw_r): New. Extract source register from MOVW instruction.
(print_insn_avr): Handle MOVW, MULS, MULSU, FMUL, FMULS, FMULSU,
EICALL, EIJMP, LPM r,Z, ELPM r,Z, SPM, ESPM instructions.
opcodes/ChangeLog
opcodes/avr-dis.c