Home
last modified time | relevance | path

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

/openbmc/linux/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) in emit_alu3() function
959 emit_alu3(DIV, dst, src, tmp, ctx); in build_insn()
960 emit_alu3(MULX, tmp, src, tmp, ctx); in build_insn()
961 emit_alu3(SUB, dst, tmp, dst, ctx); in build_insn()
969 emit_alu3(UDIVX, dst, src, tmp, ctx); in build_insn()
970 emit_alu3(MULX, tmp, src, tmp, ctx); in build_insn()
971 emit_alu3(SUB, dst, tmp, dst, ctx); in build_insn()
1391 emit_alu3(ADD, dst, tmp, tmp, ctx); in build_insn()
1394 emit_alu3(ADD, tmp2, src, tmp3, ctx); in build_insn()
1419 emit_alu3(ADD, dst, tmp, tmp, ctx); in build_insn()
[all …]