Lines Matching refs:dst_reg
76 /* Note that the dst_reg and src_reg fields are 4-bit bitfields.
81 int t = p->dst_reg;
82 p->dst_reg = p->src_reg;
151 i.dst_reg, imm64, i.src_reg);
466 len = snprintf(buf, sizeof(buf), code_fmt, i.dst_reg, i.imm);
472 len = snprintf(buf, sizeof(buf), code_fmt, i.dst_reg, i.src_reg);
475 len = snprintf(buf, sizeof(buf), code_fmt, i.dst_reg, i.imm, jmp);
479 i.dst_reg, i.src_reg, jmp);
482 len = snprintf(buf, sizeof(buf), code_fmt, i.dst_reg, i.imm, i.off);
486 i.dst_reg, i.src_reg, i.off);