Home | History | Annotate | Download | only in doc

Lines Matching full:pseudo

140 There are four predeclared symbols that refer to pseudo-registers.
143 The set of pseudo-registers is the same for all architectures:
168 All user-defined symbols are written as offsets to the pseudo-registers
173 The <code>SB</code> pseudo-register can be thought of as the origin of memory, so the symbol <code>foo(SB)</code>
183 The <code>FP</code> pseudo-register is a virtual frame pointer
185 The compilers maintain a virtual frame pointer and refer to the arguments on the stack as offsets from that pseudo-register.
196 pseudo-register, not a hardware
209 The <code>SP</code> pseudo-register is a virtual stack pointer
224 the first refers to the virtual stack pointer pseudo-register,
301 The last instruction in a <code>TEXT</code> block must be some sort of jump, usually a <code>RET</code> (pseudo-)instruction.
328 static base pseudo-register <code>SB</code>.
472 These annotations use pseudo-instructions defined in the standard
489 executing the pseudo-instruction <code>GO_RESULTS_INITIALIZED</code>.
507 pseudo-instruction <code>NO_LOCAL_POINTERS</code>.
663 allows general addressing forms and pseudo-operations like <code>DIV</code> or <code>MOD</code>