Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/powerpc/powerpc



Module Name:    src
Committed By:   phx
Date:           Wed Feb 20 19:12:13 UTC 2008

Modified Files:
        src/sys/arch/powerpc/powerpc: db_disasm.c

Log Message:
A few bug fixes, approved by garbled:
1. The 'S' operand field has to be swapped with the 'A' operand in the
   output, as long as it is not a store-instruction. To achieve that, I
   have introduced a new operand type Op_ST for the store instructions.
2. srawi has an immediate shift count as third operand, not a register.
3. extsh has only two operands, not three.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/arch/powerpc/powerpc/db_disasm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index