reg2_format
struct reg2_format reg2_format;
insn->reg2_format.opcode = OP; \
insn->reg2_format.rd = rd; \
insn->reg2_format.rj = rj; \
switch (insn.reg2_format.opcode) {
rd = inst.reg2_format.rd;
rj = inst.reg2_format.rj;
opcode = inst.reg2_format.opcode;
if (inst.reg2_format.opcode != cpucfg_op)
rd = inst.reg2_format.rd;
rj = inst.reg2_format.rj;
struct reg2_format reg2_format;
} else if (inst.reg2_format.opcode == ertn_op) {