gccint: Registers

1 
1 18.7 Register Usage
1 ===================
1 
1 This section explains how to describe what registers the target machine
1 has, and how (in general) they can be used.
1 
1  The description of which registers a specific instruction can use is
1 done with register classes; see ⇒Register Classes.  For
DONTPRINTYET 11 information on using registers to access a stack frame, see ⇒Frame
 Registers.  For passing values in registers, see *noteRegister
DONTPRINTYET 1DONTPRINTYET 11 information on using registers to access a stack frame, see ⇒Frame
 Registers.  For passing values in registers, see ⇒Register

 Arguments.  For returning values in registers, see *noteScalar
1DONTPRINTYET 1DONTPRINTYET 11 information on using registers to access a stack frame, see ⇒Frame
 Registers.  For passing values in registers, see ⇒Register

 Arguments.  For returning values in registers, see ⇒Scalar

 Return.
1 

Menu