Searched refs:A64_PUSH (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 232 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue() 236 emit(A64_PUSH(r6, r7, A64_SP), ctx); in build_prologue() 237 emit(A64_PUSH(r8, r9, A64_SP), ctx); in build_prologue() 238 emit(A64_PUSH(fp, tcc, A64_SP), ctx); in build_prologue()
|
| H A D | bpf_jit.h | 75 #define A64_PUSH(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, -16, STORE, PRE_INDEX) macro
|