[PATCH] Update mtfsf and mtfsfi instructions to support new optional operands.

Alan Modra amodra@bigpond.net.au
Thu Jan 22 01:54:00 GMT 2009


On Wed, Jan 21, 2009 at 05:19:02PM -0600, Ryan Arnold wrote:
> Perhaps I can put .machine power6 in the asm file where this is used.

Best would be

 .machine push
 .machine power6
source that needs power6 insn
 .machine pop

You could also use ".machine any" in place of ".machine power6" above,
which would continue to use the default encoding for branches ("y" vs
"at" bits), and mfcr, if you happened to have such insns before the
pop.

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list