Browse Source

* ppc-instructions (sync): Add L field.

cgen-1_1-branch
Nathan Froyd 18 years ago
parent
commit
7631938e96
  1. 4
      sim/ppc/ChangeLog
  2. 2
      sim/ppc/ppc-instructions

4
sim/ppc/ChangeLog

@ -1,3 +1,7 @@
2009-01-12 Nathan Froyd <froydnj@codesourcery.com>
* ppc-instructions (sync): Add L field.
2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* ppc-instructions, ppc-spr-table: Add ability

2
sim/ppc/ppc-instructions

@ -2494,7 +2494,7 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia,
}
PPC_INSN_INT(0, (RA_BITMASK & ~1) | RB_BITMASK | RS_BITMASK, 1/*Rc*/);
0.31,6./,11./,16./,21.598,31./:X::sync:Synchronize
0.31,6./,9.L,11./,16./,21.598,31./:X::sync:Synchronize
*601: PPC_UNIT_IU, PPC_UNIT_IU, 1, 1, 0
*603: PPC_UNIT_SRU, PPC_UNIT_SRU, 1, 1, 0
*603e:PPC_UNIT_SRU, PPC_UNIT_SRU, 1, 1, 0

Loading…
Cancel
Save