Home
last modified time | relevance | path

Searched refs:A64_CMP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c400 emit(A64_CMP(0, r3, tmp), ctx); in emit_bpf_tail_call()
409 emit(A64_CMP(1, tcc, tmp), ctx); in emit_bpf_tail_call()
1026 emit(A64_CMP(is64, dst, src), ctx); in build_insn()
1098 emit(A64_CMP(is64, dst, tmp), ctx); in build_insn()
H A Dbpf_jit.h222 #define A64_CMP(sf, Rn, Rm) A64_SUBS(sf, A64_ZR, Rn, Rm) macro