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

/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c317 static void emit_alu3_K(unsigned int opcode, unsigned int src, unsigned int imm, function
877 emit_alu3_K(SLL, bpf_index, 3, tmp, ctx);
910 emit_alu3_K(SRL, src, 0, dst, ctx);
1028 emit_alu3_K(AND, dst, 0xff, tmp, ctx);
1029 emit_alu3_K(SRL, dst, 8, dst, ctx);
1030 emit_alu3_K(AND, dst, 0xff, dst, ctx);
1031 emit_alu3_K(SLL, tmp, 8, tmp, ctx);
1039 emit_alu3_K(SRL, dst, 24, tmp, ctx); /* tmp = dst >> 24 */
1040 emit_alu3_K(SRL, dst, 16, tmp2, ctx); /* tmp2 = dst >> 16 */
1041 emit_alu3_K(AN
[all...]

Completed in 87 milliseconds