Files
vhdl/lib
jens 584ac47a8a - Bugfix: register bypass with same target register, used for unaligned loads (LWL, LWR), was incorrect.
Newlib's memcpy() (MIPS-optimized) uses this for unaligned copy.
  Consectutive load instructions without nops using same target register (which is legal) like
   lw $1, 0(mem)
   lwl $1, 1(mem)
  or
   lwl $1, 0(mem)
   lwr $1, 1(mem)
  or similar, lead to incorrect result. Now it's fixed.


git-svn-id: http://moon:8086/svn/vhdl/trunk@519 cc03376c-175c-47c8-b038-4cd826a8556b
2009-10-17 12:58:28 +00:00
..
2009-01-30 21:30:21 +00:00
2009-01-30 21:22:25 +00:00
2009-01-30 21:30:21 +00:00
2008-08-23 08:20:30 +00:00
2009-01-11 15:31:42 +00:00
2008-08-23 08:20:30 +00:00
2008-08-23 08:20:30 +00:00
del
2009-08-07 12:04:54 +00:00
2008-08-23 08:20:30 +00:00
2008-08-23 08:20:30 +00:00
2009-01-30 21:30:21 +00:00
2009-01-30 21:30:21 +00:00