Home
last modified time | relevance | path

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

/linux/arch/arm64/net/
H A Dbpf_jit_comp.c520 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue()
521 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in build_prologue()
541 emit(A64_MOV(1, A64_FP, A64_R(2)), ctx); in build_prologue()
549 emit(A64_SUB_I(1, A64_SP, A64_FP, 96), ctx); in build_prologue()
881 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue()
2204 emit(A64_PUSH(A64_FP, A64_R(9), A64_SP), ctx); in prepare_trampoline()
2205 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in prepare_trampoline()
2209 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline()
2210 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in prepare_trampoline()
2300 emit(A64_MOV(1, A64_SP, A64_FP), ctx); in prepare_trampoline()
[all …]
H A Dbpf_jit.h14 #define A64_FP AARCH64_INSN_REG_FP macro