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

/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c293 static void emit_alu3(u32 opcode, u32 a, u32 b, u32 c, struct jit_ctx *ctx) function
959 emit_alu3(DIV, dst, src, tmp, ctx);
960 emit_alu3(MULX, tmp, src, tmp, ctx);
961 emit_alu3(SUB, dst, tmp, dst, ctx);
969 emit_alu3(UDIVX, dst, src, tmp, ctx);
970 emit_alu3(MULX, tmp, src, tmp, ctx);
971 emit_alu3(SUB, dst, tmp, dst, ctx);
1391 emit_alu3(ADD, dst, tmp, tmp, ctx);
1394 emit_alu3(ADD, tmp2, src, tmp3, ctx);
1419 emit_alu3(AD
[all...]

Completed in 142 milliseconds