PPC64LE: Fix the cache clear instructions.
Created by: kbrenneman
This fixes a crash that shows up in the code generation for PPC64LE dispatch stubs.
The problem was that the asm block was trying to use an output variable instead of an input variable, so it would end up trying to use the wrong address for a couple of the instructions.