ack/mach/powerpc
George Koehler 29cb008faa In powerpc table, fix macros los() and his().
Change the operator in his() from a - minus to a + plus.  When los(n)
becomes negative, then his(n) needs to add 0x10000, not subtract it.

Also change los(n) to do the sign extension, because smalls(los(n))
should be true, not false.

Also change hi(n) and lo(n) to wrap n in parentheses, as (n), because
these are macros and n might still contain operators.
2016-10-14 23:59:26 -04:00
..
as Rename our pseudo-opcode 'la' to 'li32'. 2016-09-18 17:03:23 -04:00
libem Rewrite fef 8 in powerpc assembly. 2016-09-29 15:52:54 -04:00
libend Mostly add support for the experimental and largely broken linuxppc platform. 2016-09-15 23:12:03 +02:00
ncg In powerpc table, fix macros los() and his(). 2016-10-14 23:59:26 -04:00
top Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00