Fix bug in SH3e ftrc instruction.
This commit is contained in:
parent
f2f232cde2
commit
db29ae72fc
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
start-sanitize-sh3e
|
||||
Thu Aug 31 12:35:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
|
||||
|
||||
* sh-opc.h (ftrc): Change FPUL_N to FPUL_M.
|
||||
|
||||
end-sanitize-sh3e
|
||||
Wed Aug 30 13:52:28 1995 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* sparc-opc.c (sparc_opcodes): Delete duplicate wr %y insn.
|
||||
|
|
|
@ -454,7 +454,7 @@ sh_opcode_info sh_table[] = {
|
|||
|
||||
/* 1111nnnnmmmm0001 fsub <F_REG_M>,<F_REG_N>*/{"fsub",{F_REG_M,F_REG_N},{HEX_F,REG_N,REG_M,HEX_1}},
|
||||
|
||||
/* 1111nnnn00111101 ftrc <F_REG_M>,FPUL*/{"ftrc",{F_REG_N,FPUL_N},{HEX_F,REG_N,HEX_3,HEX_D}},
|
||||
/* 1111nnnn00111101 ftrc <F_REG_M>,FPUL*/{"ftrc",{F_REG_N,FPUL_M},{HEX_F,REG_N,HEX_3,HEX_D}},
|
||||
|
||||
/* 1111nnnn01111101 ftst/nan <F_REG_N> */{"ftst/nan",{F_REG_N},{HEX_F,REG_N,HEX_7,HEX_D}},
|
||||
/* end-sanitize-sh3e */
|
||||
|
|
Loading…
Add table
Reference in a new issue