diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-10-26 03:43:48 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-10-26 03:43:48 +0000 |
commit | e514a9d64262fcceccd85180b20b7adc3c4a5eed (patch) | |
tree | 15fda31e24d9ce88756ba5e4d3c6a54711e8648e /sim/mips/mips.igen | |
parent | 4c1102fd195c4ec6aaff893d5d4df4fc5faa0fc1 (diff) | |
download | gdb-e514a9d64262fcceccd85180b20b7adc3c4a5eed.zip gdb-e514a9d64262fcceccd85180b20b7adc3c4a5eed.tar.gz gdb-e514a9d64262fcceccd85180b20b7adc3c4a5eed.tar.bz2 |
import gdb-1999-10-25 snapshot
Diffstat (limited to 'sim/mips/mips.igen')
-rw-r--r-- | sim/mips/mips.igen | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sim/mips/mips.igen b/sim/mips/mips.igen index 6d92d4a..be554f5 100644 --- a/sim/mips/mips.igen +++ b/sim/mips/mips.igen @@ -702,9 +702,6 @@ - - - 000000,5.RS,5.RT,5.RD,00000,101100:SPECIAL:64::DADD "dadd r<RD>, r<RS>, r<RT>" *mipsIII: @@ -3108,6 +3105,7 @@ 110101,5.BASE,5.FT,16.OFFSET:COP1:64::LDC1 "ldc1 f<FT>, <OFFSET>(r<BASE>)" +*mipsI: *mipsII: *mipsIII: *mipsIV: @@ -3465,8 +3463,8 @@ } 010001,10,3.FMT,00000,5.FS,5.FD,010101:COP1:32::RECIP.fmt -*mipsIV: "recip.%s<FMT> f<FD>, f<FS>" +*mipsIV: *vr5000: { unsigned32 instruction = instruction_0; @@ -3545,6 +3543,7 @@ 111101,5.BASE,5.FT,16.OFFSET:COP1:64::SDC1 "sdc1 f<FT>, <OFFSET>(r<BASE>)" +*mipsI: *mipsII: *mipsIII: *mipsIV: |