Home
last modified time | relevance | path

Searched refs:A64_SP (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm64/net/
Dbpf_jit_comp.c186 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue()
187 emit(A64_MOV(1, A64_FP, 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()
199 emit(A64_MOV(1, fp, A64_SP), ctx); in build_prologue()
202 emit(A64_SUB_I(1, A64_SP, A64_SP, STACK_SIZE), ctx); in build_prologue()
221 emit(A64_ADD_I(1, A64_SP, A64_SP, STACK_SIZE), ctx); in build_epilogue()
224 emit(A64_POP(fp, A64_R(26), A64_SP), ctx); in build_epilogue()
[all …]
Dbpf_jit.h28 #define A64_SP AARCH64_INSN_REG_SP macro