Searched refs:A64_POP (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/arch/arm64/net/ |
| D | bpf_jit_comp.c | 343 emit(A64_POP(fp, A64_R(26), A64_SP), ctx); in build_epilogue() 346 emit(A64_POP(r8, r9, A64_SP), ctx); in build_epilogue() 347 emit(A64_POP(r6, r7, A64_SP), ctx); in build_epilogue() 350 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue()
|
| D | bpf_jit.h | 77 #define A64_POP(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, 16, LOAD, POST_INDEX) macro
|