Searched refs:A64_PUSH (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/arch/arm64/net/ |
D | bpf_jit_comp.c | 212 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue() 216 emit(A64_PUSH(r6, r7, A64_SP), ctx); in build_prologue() 217 emit(A64_PUSH(r8, r9, A64_SP), ctx); in build_prologue() 218 emit(A64_PUSH(fp, tcc, A64_SP), ctx); in build_prologue()
|
D | bpf_jit.h | 75 #define A64_PUSH(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, -16, STORE, PRE_INDEX) macro
|