Marius Strobl 2181f8f5be MFC: r204974, r205002
- The OPSZ macro actually only does the right thing for int32 and int64
  operands but not for double and extended double ones. Instead of trying
  to fix the macro just nuke it and unroll the loops in the correct way
  though as extended double operands turn out to be the only special case.
- For FxTO{s,d,q} the source operand is int64 so rs2 has to be re-decoded
  after setting type accordingly as it's generally decoded using the low
  2 bits as the type, which are 0 for these three instructions.
- Similarly, in case of F{s,d,q}TOx the target is int64 so rd has to be
  re-decoded using not only the operand mask appropriate for int64 but
  also the correct register number encoding.
- Use const where appropriate.
- Wrap long lines.

Submitted by:	Peter Jeremy (partly)
2010-03-15 18:32:57 +00:00
..
2009-06-23 14:11:41 +00:00
2010-01-31 18:38:03 +00:00
2009-08-28 19:48:06 +00:00
2010-03-04 07:12:44 +00:00
2009-06-23 14:11:41 +00:00
2009-12-17 20:41:27 +00:00
2007-06-03 17:20:27 +00:00
2009-12-24 20:35:01 +00:00
2009-06-23 14:11:41 +00:00
2010-02-18 10:55:42 +00:00
2009-12-30 16:37:58 +00:00
2010-03-03 21:47:25 +00:00
2010-03-15 18:32:57 +00:00
2010-03-12 06:56:51 +00:00
2010-02-09 13:07:32 +00:00
2010-03-07 00:07:00 +00:00
2009-11-01 20:24:17 +00:00