powerpc: Fix register order of a few emit helpers
authorDoug Nazar <nazard@nazar.ca>
Fri, 13 Sep 2019 23:32:24 +0000 (19:32 -0400)
committerDoug Nazar <nazard@nazar.ca>
Fri, 13 Sep 2019 23:55:13 +0000 (19:55 -0400)
commitd3723a51089f669c79a22f9d6e0ec932c7fb4750
treec3a01c295d0a09fac6741ac0c399c4ec8d81129b
parente08c304aaba21111155350ae4cfa1fa21a087cae
powerpc: Fix register order of a few emit helpers

Two emit helpers had their parameters in the wrong location in
the generated opcode. Hasn't mattered because they were using
the same register for source & dest.

Constant flags are now at the end, so the label should be marked
forward, not backward.
orc/orcpowerpc.c
orc/orcrules-altivec.c