Searched refs:_frame_size (Results 1 – 1 of 1) sorted by relevance
41 * _frame_size: requested space for caller to use. Must be a mutliple44 .macro func_prologue _frame_size=0 argument 45 .if \_frame_size & 0xf52 .if \_frame_size53 sub sp, sp, #\_frame_size66 * _frame_size: the value passed to func_prologue68 .macro func_epilogue _frame_size=0 argument 70 .if \_frame_size71 add sp, sp, #\_frame_size