Declaring x86_64 registers as input in gcc inline assembler



Hi,

the gcc inline assembler allows to declare input and output registers
with its extended syntax. Since I want to bind a variable to a specific
register, I have to use a constraint like "a", "b", "S" and so on. But
how can I constrain it to one of the new registers r8-r15. Is there any
new letter for those?

Bye,
Johannes

.