Home
last modified time | relevance | path

Searched refs:r_TMP (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/sparc/net/
Dbpf_jit_asm.S27 sub r_HEADLEN, r_OFF, r_TMP
28 cmp r_TMP, 3
30 add r_SKB_DATA, r_OFF, r_TMP
31 andcc r_TMP, 3, %g0
35 ld [r_TMP], r_A
37 ldub [r_TMP + 0x0], r_OFF
38 ldub [r_TMP + 0x1], r_TMP2
41 ldub [r_TMP + 0x2], r_TMP2
44 ldub [r_TMP + 0x3], r_TMP2
56 sub r_HEADLEN, r_OFF, r_TMP
[all …]
Dbpf_jit_comp.c193 emit_set_const(K, r_TMP); \
194 *prog++ = _insn | RS2(r_TMP); \
416 emit_load32(r_SKB, struct sk_buff, data_len, r_TMP); in bpf_jit_compile()
417 emit_sub(r_HEADLEN, r_TMP, r_HEADLEN); in bpf_jit_compile()
610 emit_loadimm(~VLAN_TAG_PRESENT, r_TMP); in bpf_jit_compile()
611 emit_and(r_A, r_TMP, r_A); in bpf_jit_compile()
668 emit_loadimm(K, r_TMP); in bpf_jit_compile()
669 emit_add(r_X, r_TMP, r_OFF); in bpf_jit_compile()
729 emit_loadimm(K, r_TMP); in bpf_jit_compile()
730 emit_cmp(r_A, r_TMP); in bpf_jit_compile()
[all …]
Dbpf_jit.h38 #define r_TMP G1 macro
63 #define r_TMP %g1 macro