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>
41 * LEAF - declare leaf routine
47 .type symbol, @function; \
54 * NESTED - declare nested routine entry point
60 .type symbol, @function; \
67 * END - mark end of function
69 #define END(function) \ argument
71 .end function; \
72 .size function, .-function
75 * EXPORT - export definition of symbol
82 * FEXPORT - export definition of a function symbol
86 .type symbol, @function; \
90 * ABS - export absolute symbol
138 * Macros to handle different pointer/register sizes for 32/64-bit code
168 * How to add/sub/load/store/shift C int variables.
175 #define INT_SUB sub
205 * How to add/sub/load/store/shift C long variables.
212 #define LONG_SUB sub
266 * How to add/sub/load/store/shift pointers.
273 #define PTR_SUB sub
333 * Using a branch-likely instruction to check the result of an sc instruction
335 * cause ll-sc sequences to execute non-atomically.