Lines Matching +full:sub +full:- +full:function
1 /* SPDX-License-Identifier: GPL-2.0 */
11 * away by gas in -O mode. These nops are however required to fill delay
47 .type symbol, @function; \
52 * LEAF - declare leaf routine
57 .type symbol, @function; \
63 * NESTED - declare nested routine entry point
68 .type symbol, @function; \
74 * END - mark end of function
76 #define END(function) \ argument
77 .end function; \
78 .size function, .-function
81 * EXPORT - export definition of symbol
88 * FEXPORT - export definition of a function symbol
92 .type symbol, @function; \
96 * ABS - export absolute symbol
234 * Macros to handle different pointer/register sizes for 32/64-bit code
264 * How to add/sub/load/store/shift C int variables.
271 #define INT_SUB sub
301 * How to add/sub/load/store/shift C long variables.
308 #define LONG_SUB sub
350 * How to add/sub/load/store/shift pointers.
357 #define PTR_SUB sub