Searched refs:emit_cmp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/net/ |
H A D | bpf_jit_comp_32.c | 261 #define emit_cmp(R1, R2) \ macro 667 emit_cmp(r_A, r_X); in bpf_jit_compile() 680 emit_cmp(r_A, r_TMP); in bpf_jit_compile()
|
H A D | bpf_jit_comp_64.c | 646 #define emit_cmp(R1, R2, CTX) \ macro 700 emit_cmp(dst, src, ctx); in emit_compare_and_branch() 861 emit_cmp(bpf_index, tmp, ctx); in emit_tail_call() 1390 emit_cmp(tmp2, tmp3, ctx); in build_insn() 1413 emit_cmp(tmp2, tmp3, ctx); in build_insn()
|
/kernel/linux/linux-6.6/arch/sparc/net/ |
H A D | bpf_jit_comp_32.c | 261 #define emit_cmp(R1, R2) \ macro 667 emit_cmp(r_A, r_X); in bpf_jit_compile() 680 emit_cmp(r_A, r_TMP); in bpf_jit_compile()
|
H A D | bpf_jit_comp_64.c | 646 #define emit_cmp(R1, R2, CTX) \ macro 700 emit_cmp(dst, src, ctx); in emit_compare_and_branch() 861 emit_cmp(bpf_index, tmp, ctx); in emit_tail_call() 1396 emit_cmp(tmp2, tmp3, ctx); in build_insn() 1424 emit_cmp(tmp2, tmp3, ctx); in build_insn()
|
Completed in 6 milliseconds