Searched refs:A64_MOV (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 233 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in build_prologue() 241 emit(A64_MOV(1, fp, A64_SP), ctx); in build_prologue() 287 emit(A64_MOV(0, r3, r3), ctx); in emit_bpf_tail_call() 355 emit(A64_MOV(1, A64_R(0), r0), ctx); in build_epilogue() 462 emit(A64_MOV(is64, dst, src), ctx); in build_insn() 772 emit(A64_MOV(1, r0, A64_R(0)), ctx); in build_insn()
|
| H A D | bpf_jit.h | 112 #define A64_MOV(sf, Rd, Rn) A64_ADD_I(sf, Rd, Rn, 0) macro
|