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]

Inline assembly constraints for a specific register


How can I specify a constraint for a specific register, for example r8 on x86_64?

I can specify any of rax, rbx, rcx, and rdx using a,b, c, and d. But what about the rest of the register file?

--
error compiling committee.c: too many arguments to function


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