28.6.1. GCC inline assembly register variables

Used notably in some of the Linux system calls setups:

In x86, makes it possible to access variables not exposed with the one letter register constraints.

This feature notably useful for making system calls from C, see: Section 28.7, “Linux system calls”.