Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/net/
H A Dbpf_jit_comp.c522 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue()
523 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in build_prologue()
543 emit(A64_MOV(1, A64_FP, A64_R(2)), ctx); in build_prologue()
551 emit(A64_SUB_I(1, A64_SP, A64_FP, 96), ctx); in build_prologue()
1005 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue()
2335 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in prepare_trampoline()
2339 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline()
2340 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in prepare_trampoline()
2430 emit(A64_MOV(1, A64_SP, A64_FP), ctx); in prepare_trampoline()
2433 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline()
[all …]
H A Dbpf_jit.h14 #define A64_FP AARCH64_INSN_REG_FP macro