Add a move from CONST smalls(%val) to GPR.
authorGeorge Koehler <xkernigh@netscape.net>
Fri, 9 Dec 2016 23:40:14 +0000 (18:40 -0500)
committerGeorge Koehler <xkernigh@netscape.net>
Fri, 9 Dec 2016 23:40:14 +0000 (18:40 -0500)
commit436114fce4fd0ba6b27adae2c583ae2f259fcfe2
tree3b07a8e13e2bf7645988807e37c7f96ad95af8f1
parent17211eef475fcf91cda493c968c0565798f413a4
Add a move from CONST smalls(%val) to GPR.

This allows 'move {CONST, $1}, R3' with a small enough $1 to emit one
instruction (addi) instead of two instructions (addis, ori).  The
CONST token confusingly isn't in the CONST_ALL set.
mach/powerpc/ncg/table