Searched refs:A64_CMP (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 288 emit(A64_CMP(0, r3, tmp), ctx); in emit_bpf_tail_call() 296 emit(A64_CMP(1, tcc, tmp), ctx); in emit_bpf_tail_call() 674 emit(A64_CMP(is64, dst, src), ctx); in build_insn() 746 emit(A64_CMP(is64, dst, tmp), ctx); in build_insn()
|
| H A D | bpf_jit.h | 159 #define A64_CMP(sf, Rn, Rm) A64_SUBS(sf, A64_ZR, Rn, Rm) macro
|