Lines Matching refs:r_TMP
193 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()
737 emit_loadimm(K, r_TMP); in bpf_jit_compile()
738 emit_btst(r_A, r_TMP); in bpf_jit_compile()