emit_stx
emit_stx(ctx, lo(dst), tmp, off, BPF_SIZE(code));
emit_stx(ctx, lo(dst), src, off, BPF_SIZE(code));
emit_stx(ctx, dst, MIPS_R_T4, off, BPF_SIZE(code));
emit_stx(ctx, dst, src, off, BPF_SIZE(code));
emit_stx(rd, off, rs, BPF_SIZE(code), ctx);
emit_stx(rd, off, rs, BPF_SIZE(code), ctx);
emit_stx(pprog, BPF_DW, BPF_REG_FP, reg, stack_off);
emit_stx(pprog, bpf_size, dst_reg, src_reg, off);
emit_stx(&prog, BPF_SIZE(insn->code), dst_reg, src_reg, insn->off);
emit_stx(prog, BPF_DW, BPF_REG_FP, BPF_REG_0,
emit_stx(prog, BPF_DW, BPF_REG_FP,
emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_1, -run_ctx_off + ctx_cookie_off);
emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_0, -8);
emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_0, -8);
emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_6, -rbx_off);
emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_0, -8);