Searched refs:A64_CMP (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 287 emit(A64_CMP(0, r3, tmp), ctx); in emit_bpf_tail_call() 295 emit(A64_CMP(1, tcc, tmp), ctx); in emit_bpf_tail_call() 673 emit(A64_CMP(is64, dst, src), ctx); in build_insn() 745 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
|
/kernel/linux/linux-6.6/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 400 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 D | bpf_jit.h | 222 #define A64_CMP(sf, Rn, Rm) A64_SUBS(sf, A64_ZR, Rn, Rm) macro
|
Completed in 6 milliseconds