* m32c.cpu (f-dsp-8-s24, Dsp-8-s24): New.
(mov-dspsp-dst-defn, mov-src-dspsp-defn, mov16-dspsp-dst-defn, mov16-src-dspsp-defn, mov32-dspsp-dst-defn, mov32-src-dspsp-defn): dsp8[sp] is signed. (mov.WL:S #imm,A0/A1): dsp24 is signed (i.e. -0x800000..0xffffff). (mov.BW:S r0,r1): Fix typo r1l->r1. (tst): Allow :G suffix. * m32c.opc (parse_signed24): New, for -0x800000..0xffffff. * m32c-asm.c: Regenerate. * m32c-desc.c: Regenerate. * m32c-desc.h: Regenerate. * m32c-dis.c: Regenerate. * m32c-ibld.c: Regenerate. * m32c-opc.c: Regenerate. * m32c-opc.h: Regenerate.
Showing
- cpu/ChangeLog 11 additions, 0 deletionscpu/ChangeLog
- cpu/m32c.cpu 49 additions, 36 deletionscpu/m32c.cpu
- cpu/m32c.opc 20 additions, 0 deletionscpu/m32c.opc
- opcodes/ChangeLog 10 additions, 0 deletionsopcodes/ChangeLog
- opcodes/m32c-asm.c 23 additions, 0 deletionsopcodes/m32c-asm.c
- opcodes/m32c-desc.c 423 additions, 418 deletionsopcodes/m32c-desc.c
- opcodes/m32c-desc.h 212 additions, 212 deletionsopcodes/m32c-desc.h
- opcodes/m32c-dis.c 3 additions, 0 deletionsopcodes/m32c-dis.c
- opcodes/m32c-ibld.c 27 additions, 0 deletionsopcodes/m32c-ibld.c
- opcodes/m32c-opc.c 880 additions, 880 deletionsopcodes/m32c-opc.c
- opcodes/m32c-opc.h 2 additions, 1 deletionopcodes/m32c-opc.h
Loading
Please register or sign in to comment