Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1995-12-04 | * sh-opc.h (sh_arg_type): Added A_SSR and A_SPC. | J.T. Conklin | 1 | -9/+33 | |
(sh_table): Added many SH3 opcodes. * sh-dis.c (print_insn_shx): Added cases for A_SSR and A_SPC. | |||||
1995-08-31 | Fix bug in SH3e ftrc instruction. | Jim Wilson | 1 | -1/+1 | |
1995-08-30 | Add some blank lines to improve readability. | Jim Wilson | 1 | -4/+30 | |
1995-08-07 | * sh-dis.c (print_insn_shx): Handle new operand types F_REG_N, | Jeff Law | 1 | -8/+88 | |
F_REG_M, FPSCR_M, FPSCR_N, FPUL_M and FPUL_N. * sh-opc.h (sh_arg_type): Add new operand types. (sh_table): Add new opcodes from SH3E Floating Point ISA. sh3e stuff. Sanitized out for now. | |||||
1995-05-24 | Wed May 24 14:16:08 1995 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1 | -3/+6 | |
* sh-opc.h: Added bsrf and braf. | |||||
1994-11-24 | * sh-opc.h (mov.l gbr): Get direction right. | Steve Chamberlain | 1 | -0/+355 | |
* sh-dis.c (print_insn_shx): New function. (print_insn_shl, print_insn_sh): Call print_insn_shx to print opcodes with right byte order. |