Searched refs:ARG (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/ppc/
H A Dasm_help.h116 * ARG(n) -- stack offset to n'th argument
119 * The first argument is ARG(1).
125 #define ARG(n) ((((n) - 1) * 4) + 24) macro
178 * NOTE WELL: ARG's and VAR's start at 1, NOT 0. Why ??? (FIXME)
183 #define ARG_IN(n) (ARG(n) + __framesize)
184 #define ARG_OUT(n) (ARG(n) + 0)

Completed in 18 milliseconds