aboutsummaryrefslogtreecommitdiff
path: root/opcodes/sh-opc.h
AgeCommit message (Collapse)AuthorFilesLines
1995-08-31Fix bug in SH3e ftrc instruction.Jim Wilson1-1/+1
1995-08-30Add some blank lines to improve readability.Jim Wilson1-4/+30
1995-08-07 * sh-dis.c (print_insn_shx): Handle new operand types F_REG_N,Jeff Law1-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-24Wed May 24 14:16:08 1995 Steve Chamberlain <sac@slash.cygnus.com>Steve Chamberlain1-3/+6
* sh-opc.h: Added bsrf and braf.
1994-11-24 * sh-opc.h (mov.l gbr): Get direction right.Steve Chamberlain1-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.