Searched refs:A64_ADD (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/arch/arm64/net/ |
D | bpf_jit_comp.c | 282 emit(A64_ADD(1, tmp, r2, tmp), ctx); in emit_bpf_tail_call() 380 emit(A64_ADD(is64, dst, dst, src), ctx); in build_insn() 482 emit(A64_ADD(is64, dst, dst, tmp), ctx); in build_insn() 755 emit(A64_ADD(1, tmp, tmp, dst), ctx); in build_insn() 762 emit(A64_ADD(isdw, tmp2, tmp2, src), ctx); in build_insn()
|
D | bpf_jit.h | 145 #define A64_ADD(sf, Rd, Rn, Rm) A64_ADDSUB_SREG(sf, Rd, Rn, Rm, ADD) macro
|