Searched refs:r_TMP (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/sparc/net/ |
D | bpf_jit_asm_32.S | 21 sub r_HEADLEN, r_OFF, r_TMP 22 cmp r_TMP, 3 24 add r_SKB_DATA, r_OFF, r_TMP 25 andcc r_TMP, 3, %g0 29 ld [r_TMP], r_A 31 ldub [r_TMP + 0x0], r_OFF 32 ldub [r_TMP + 0x1], r_TMP2 35 ldub [r_TMP + 0x2], r_TMP2 38 ldub [r_TMP + 0x3], r_TMP2 50 sub r_HEADLEN, r_OFF, r_TMP [all …]
|
D | bpf_jit_32.h | 39 #define r_TMP G1 macro 64 #define r_TMP %g1 macro
|
D | bpf_jit_comp_32.c | 165 emit_set_const(K, r_TMP); \ 166 *prog++ = _insn | RS2(r_TMP); \ 379 emit_load32(r_SKB, struct sk_buff, data_len, r_TMP); in bpf_jit_compile() 380 emit_sub(r_HEADLEN, r_TMP, r_HEADLEN); in bpf_jit_compile() 618 emit_loadimm(K, r_TMP); in bpf_jit_compile() 619 emit_add(r_X, r_TMP, r_OFF); in bpf_jit_compile() 679 emit_loadimm(K, r_TMP); in bpf_jit_compile() 680 emit_cmp(r_A, r_TMP); in bpf_jit_compile() 687 emit_loadimm(K, r_TMP); in bpf_jit_compile() 688 emit_btst(r_A, r_TMP); in bpf_jit_compile()
|