« Previous | Next » 

Revision 8a94cfb0

ID8a94cfb05ea9a8991c832236b4174d354025a7b7

Added by Anton Blanchard almost 11 years ago

tcg-ppc64: Fix RLDCL opcode

The rldcl instruction doesn't have an sh field, so the minor opcode
is shifted 1 bit. We were using the XO30 macro which shifted the
minor opcode 2 bits.

Remove XO30 and add MD30 and MDS30 macros which match the
Power ISA categories.

Cc:
Signed-off-by: Anton Blanchard <>
Signed-off-by: Richard Henderson <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences