This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]