Searched refs:PAC_LEAF_PUSH_IP (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/machine/arm/ |
D | arm_asm.h | 76 # ifndef PAC_LEAF_PUSH_IP 77 # define PAC_LEAF_PUSH_IP 1 macro 80 # undef PAC_LEAF_PUSH_IP 81 # define PAC_LEAF_PUSH_IP 0 macro 170 .macro _prologue first=-1, last=-1, push_ip=PAC_LEAF_PUSH_IP, push_lr=0 286 .macro _epilogue first=-1, last=-1, push_ip=PAC_LEAF_PUSH_IP, push_lr=0 486 .macro prologue first, last, push_ip=PAC_LEAF_PUSH_IP, push_lr=0, align8=STACK_ALIGN_ENFORCE 494 .macro epilogue first, last, push_ip=PAC_LEAF_PUSH_IP, push_lr=0, align8=STACK_ALIGN_ENFORCE
|