ack/mach/powerpc/as
George Koehler 3c1d2d79f0 Remove type quad, use type word_t in PowerPC as.
Type word_t is for encoding the machine instructions.  It only needs
32 bits for PowerPC.  It was long (which can have 32 or 64 bits), and
there was a second type quad (which was uint32_t).  Switch word_t to
uint32_t and replace quad with word_t.

Also change valu_t and ADDR_T away from long.
2017-01-30 16:15:02 -05:00
..
mach0.c Remove type quad, use type word_t in PowerPC as. 2017-01-30 16:15:02 -05:00
mach1.c Remove type quad, use type word_t in PowerPC as. 2017-01-30 16:15:02 -05:00
mach2.c Swap RA and RS when assembling "and", "or", and such instructions. 2017-01-30 15:47:09 -05:00
mach3.c Swap RA and RS when assembling "and", "or", and such instructions. 2017-01-30 15:47:09 -05:00
mach4.c Remove type quad, use type word_t in PowerPC as. 2017-01-30 16:15:02 -05:00
mach5.c Remove type quad, use type word_t in PowerPC as. 2017-01-30 16:15:02 -05:00