Searched refs:A64_MOV (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 346 emit(A64_MOV(1, ptr, A64_SP), ctx); in prepare_bpf_tail_call_cnt() 556 emit(A64_MOV(1, fp, A64_SP), ctx); in build_prologue() 592 emit(A64_MOV(0, r3, r3), ctx); in emit_bpf_tail_call() 850 emit(A64_MOV(isdw, ax, src), ctx); in emit_ll_sc_atomic() 867 emit(A64_MOV(isdw, tmp2, src), ctx); in emit_ll_sc_atomic() 878 emit(A64_MOV(isdw, tmp2, r0), ctx); in emit_ll_sc_atomic() 1008 emit(A64_MOV(1, A64_R(0), r0), ctx); in build_epilogue() 1147 emit(A64_MOV(1, dst, tmp), ctx); in build_insn() 1151 emit(A64_MOV(1, dst, src), ctx); in build_insn() 1161 emit(A64_MOV(is64, dst, src), ctx); in build_insn() [all …]
|
| H A D | bpf_jit.h | 190 #define A64_MOV(sf, Rd, Rn) A64_ADD_I(sf, Rd, Rn, 0) macro
|