Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/net/
Dbpf_jit_comp.c507 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue()
508 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in build_prologue()
528 emit(A64_MOV(1, A64_FP, A64_R(2)), ctx); in build_prologue()
536 emit(A64_SUB_I(1, A64_SP, A64_FP, 96), ctx); in build_prologue()
874 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue()
2195 emit(A64_PUSH(A64_FP, A64_R(9), A64_SP), ctx); in prepare_trampoline()
2196 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in prepare_trampoline()
2199 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline()
2200 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in prepare_trampoline()
2290 emit(A64_MOV(1, A64_SP, A64_FP), ctx); in prepare_trampoline()
[all …]
Dbpf_jit.h14 #define A64_FP AARCH64_INSN_REG_FP macro