Searched refs:A64_CMP (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 593 emit(A64_CMP(0, r3, tmp), ctx); in emit_bpf_tail_call() 603 emit(A64_CMP(1, tcc, tmp), ctx); in emit_bpf_tail_call() 1389 emit(A64_CMP(is64, dst, src), ctx); in build_insn() 1461 emit(A64_CMP(is64, dst, tmp), ctx); in build_insn()
|
| H A D | bpf_jit.h | 242 #define A64_CMP(sf, Rn, Rm) A64_SUBS(sf, A64_ZR, Rn, Rm) macro
|