Searched refs:A64_FP (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 566 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue() 567 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in build_prologue() 587 emit(A64_MOV(1, A64_FP, A64_R(2)), ctx); in build_prologue() 595 emit(A64_SUB_I(1, A64_SP, A64_FP, 96), ctx); in build_prologue() 1057 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue() 2484 emit(A64_LDR64I(tmp, A64_FP, soff), ctx); in save_args() 2632 emit(A64_PUSH(A64_FP, A64_R(9), A64_SP), ctx); in prepare_trampoline() 2633 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in prepare_trampoline() 2637 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline() 2638 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in prepare_trampoline() [all …]
|
| H A D | bpf_jit.h | 14 #define A64_FP AARCH64_INSN_REG_FP macro
|