bpf_to_rv_reg
emit_lw(bpf_to_rv_reg(BPF_REG_0, ctx), offsetof(struct thread_info, cpu),
u8 reg = bpf_to_rv_reg(BPF_REG_1 + idx, ctx);
emit_mv(bpf_to_rv_reg(BPF_REG_0, ctx), RV_REG_A0, ctx);
*rd = bpf_to_rv_reg(insn->dst_reg, ctx);
*rs = bpf_to_rv_reg(insn->src_reg, ctx);