Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/net/
H A Dbpf_jit_comp.c232 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue()
233 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in build_prologue()
352 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue()
H A Dbpf_jit.h14 #define A64_FP AARCH64_INSN_REG_FP macro