Add assembler support for fixing up arbitrary oris/addi pairs of instructions;
authorDavid Given <dg@cowlark.com>
Sat, 14 Jan 2017 23:15:01 +0000 (00:15 +0100)
committerDavid Given <dg@cowlark.com>
Sat, 14 Jan 2017 23:15:01 +0000 (00:15 +0100)
commit8edbff9795ef559eaefefefdf1760f57b3a926c8
tree9fc1940678a527f05d090889c6bc8a2d424ba892
parentfd83b09c587b4a2d92102cc4f734b12087d6cb25
Add assembler support for fixing up arbitrary oris/addi pairs of instructions;
this should allow oris/lwz constant value loads, which will save an opcode.
mach/powerpc/as/mach2.c
mach/powerpc/as/mach3.c
mach/powerpc/as/mach4.c
mach/powerpc/as/mach5.c
mach/powerpc/ncg/table
util/led/relocate.c