* 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)
commit3c504221d4453bbf8383985956b4b97331585dbd
tree70ce574464e1bf47e2683b3a0f026eaf322b5229
parent41afff9a417a80c3e54995a704dc3d9890aa7811
* 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
This page took 0.072881 seconds and 4 git commands to generate.