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>
22 #include <asm/isa-rev.h>
42 * LEAF - declare leaf routine
48 .type symbol, @function; \
55 * NESTED - declare nested routine entry point
61 .type symbol, @function; \
68 * END - mark end of function
70 #define END(function) \
72 .end function; \
73 .size function, .-function
76 * EXPORT - export definition of symbol
83 * FEXPORT - export definition of a function symbol
87 .type symbol, @function; \
91 * ABS - export absolute symbol
141 * Macros to handle different pointer/register sizes for 32/64-bit code
171 * How to add/sub/load/store/shift C int variables.
178 #define INT_SUB sub
208 * How to add/sub/load/store/shift C long variables.
215 #define LONG_SUB sub
269 * How to add/sub/load/store/shift pointers.
276 #define PTR_SUB sub
336 * Using a branch-likely instruction to check the result of an sc instruction
338 * cause ll-sc sequences to execute non-atomically.