Searched refs:emit_alu3 (Results 1 – 1 of 1) sorted by relevance
/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 303 static void emit_alu3(u32 opcode, u32 a, u32 b, u32 c, struct jit_ctx *ctx) in emit_alu3() function 996 emit_alu3(DIV, dst, src, tmp, ctx); in build_insn() 997 emit_alu3(MULX, tmp, src, tmp, ctx); in build_insn() 998 emit_alu3(SUB, dst, tmp, dst, ctx); in build_insn() 1010 emit_alu3(UDIVX, dst, src, tmp, ctx); in build_insn() 1011 emit_alu3(MULX, tmp, src, tmp, ctx); in build_insn() 1012 emit_alu3(SUB, dst, tmp, dst, ctx); in build_insn() 1412 emit_alu3(ADD, dst, tmp, tmp, ctx); in build_insn() 1415 emit_alu3(ADD, tmp2, src, tmp3, ctx); in build_insn() 1435 emit_alu3(ADD, dst, tmp, tmp, ctx); in build_insn() [all …]
|