Searched refs:A64_ADD (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 306 emit(A64_ADD(1, tmp, r2, tmp), ctx); in emit_bpf_tail_call() 467 emit(A64_ADD(is64, dst, dst, src), ctx); in build_insn() 574 emit(A64_ADD(is64, dst, dst, tmp), ctx); in build_insn() 900 emit(A64_ADD(1, tmp, tmp, dst), ctx); in build_insn() 907 emit(A64_ADD(isdw, tmp2, tmp2, src), ctx); in build_insn()
|
| H A D | bpf_jit.h | 153 #define A64_ADD(sf, Rd, Rn, Rm) A64_ADDSUB_SREG(sf, Rd, Rn, Rm, ADD) macro
|