Lines Matching +full:sub +full:- +full:function
14 * away by gas in -O mode. These nops are however required to fill delay
21 #include <asm/asm-eva.h>
40 * LEAF - declare leaf routine
46 .type symbol, @function; \
53 * NESTED - declare nested routine entry point
59 .type symbol, @function; \
66 * END - mark end of function
68 #define END(function) \ argument
70 .end function; \
71 .size function, .-function
74 * EXPORT - export definition of symbol
81 * FEXPORT - export definition of a function symbol
85 .type symbol, @function; \
89 * ABS - export absolute symbol
137 * Macros to handle different pointer/register sizes for 32/64-bit code
167 * How to add/sub/load/store/shift C int variables.
174 #define INT_SUB sub
204 * How to add/sub/load/store/shift C long variables.
211 #define LONG_SUB sub
257 * How to add/sub/load/store/shift pointers.
264 #define PTR_SUB sub