Searched refs:A64_PUSH (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/arm64/net/ |
| D | bpf_jit_comp.c | 186 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue() 190 emit(A64_PUSH(r6, r7, A64_SP), ctx); in build_prologue() 191 emit(A64_PUSH(r8, r9, A64_SP), ctx); in build_prologue() 193 emit(A64_PUSH(tmp1, tmp2, A64_SP), ctx); in build_prologue() 196 emit(A64_PUSH(fp, A64_R(26), A64_SP), ctx); in build_prologue() 526 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_insn() 680 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_insn()
|
| D | bpf_jit.h | 81 #define A64_PUSH(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, -16, STORE, PRE_INDEX) macro
|