Searched refs:reg2_format (Results 1 – 5 of 5) sorted by relevance
76 struct reg2_format { struct115 struct reg2_format reg2_format; member
289 struct reg2_format { struct366 struct reg2_format reg2_format; member586 insn->reg2_format.opcode = OP; \587 insn->reg2_format.rd = rd; \588 insn->reg2_format.rj = rj; \
29 if (inst.reg2_format.opcode != cpucfg_op) in kvm_emu_cpucfg()32 rd = inst.reg2_format.rd; in kvm_emu_cpucfg()33 rj = inst.reg2_format.rj; in kvm_emu_cpucfg()166 rd = inst.reg2_format.rd; in kvm_emu_iocsr()167 rj = inst.reg2_format.rj; in kvm_emu_iocsr()168 opcode = inst.reg2_format.opcode; in kvm_emu_iocsr()
357 } else if (inst.reg2_format.opcode == ertn_op) { in arch_decode_instruction()
158 switch (insn.reg2_format.opcode) { in insns_not_supported()