This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: Specify named registers for ARM inline asm


On 30/05/15 10:15, Jeremy Hall wrote:
> For ARM, is there a way to directly load a named register in inline asm?

Use explicit register variables for your arguments.

See 6.44.2, Specifying Registers for Local Variables.

Andrew.



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