Searched refs:extra_space (Results 1 – 2 of 2) sorted by relevance
21 .macro SAVE_ALL_ARGS_INCREASE_FRAME extra_space argument23 stp x0, x1, [sp, #-(ALL_ARGS_SIZE + \extra_space)]!24 .cfi_adjust_cfa_offset (ALL_ARGS_SIZE + \extra_space)34 .macro RESTORE_ALL_ARGS_DECREASE_FRAME extra_space argument42 ldp x0, x1, [sp], #(ALL_ARGS_SIZE + \extra_space)43 .cfi_adjust_cfa_offset -(ALL_ARGS_SIZE + \extra_space)
24 .macro SAVE_ALL_ARGS_INCREASE_FRAME extra_space argument26 INCREASE_FRAME (ALL_ARGS_SIZE + \extra_space)50 .macro RESTORE_ALL_ARGS_DECREASE_FRAME extra_space argument71 DECREASE_FRAME (ALL_ARGS_SIZE + \extra_space)