Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c877 emit_alu3_K(SLL, bpf_index, 3, tmp, ctx); in emit_tail_call()
910 emit_alu3_K(SRL, src, 0, dst, ctx); in build_insn()
1028 emit_alu3_K(AND, dst, 0xff, tmp, ctx); in build_insn()
1029 emit_alu3_K(SRL, dst, 8, dst, ctx); in build_insn()
1030 emit_alu3_K(AND, dst, 0xff, dst, ctx); in build_insn()
1031 emit_alu3_K(SLL, tmp, 8, tmp, ctx); in build_insn()
1039 emit_alu3_K(SRL, dst, 24, tmp, ctx); /* tmp = dst >> 24 */ in build_insn()
1040 emit_alu3_K(SRL, dst, 16, tmp2, ctx); /* tmp2 = dst >> 16 */ in build_insn()
1044 emit_alu3_K(SRL, dst, 8, tmp2, ctx); /* tmp2 = dst >> 8 */ in build_insn()
1049 emit_alu3_K(SLL, dst, 24, dst, ctx); /* dst = dst << 24 */ in build_insn()
[all …]