ack/mach/powerpc/as
George Koehler b8c921ca70 Allow mfspr, mtspr with a register number.
PowerPC has a few hundred special-purpose registers.  The assembler
had only accepted the names "xer", "lr", "ctr".  Most programs use
only those three SPRs.  If I add more names, they would almost never
get used, and they might conflict with labels.

I want to use "mfspr r3, 0x3f0" and "mtspr 0x3f0, r3" in
plat/qemu/boot.s to access register hid0 from supervisor mode.
2016-12-07 17:28:00 -05:00
..
mach0.c Add li and mr pseudoinstructions. 2016-10-18 00:21:32 +02:00
mach1.c Archival checkin (semi-working code). 2007-11-02 18:56:58 +00:00
mach2.c Allow mfspr, mtspr with a register number. 2016-12-07 17:28:00 -05:00
mach3.c Merge from default (merging in George Koehler's PowerPC changes). 2016-10-29 22:40:40 +02:00
mach4.c Allow mfspr, mtspr with a register number. 2016-12-07 17:28:00 -05:00
mach5.c Archival checkin (semi-working code). 2007-11-02 18:56:58 +00:00