Searched refs:reg3_format (Results 1 – 5 of 5) sorted by relevance
370 switch (insn.reg3_format.opcode) { in emulate_load_store_insn()449 regs->regs[insn.reg3_format.rd] = value; in emulate_load_store_insn()452 write_fpr(insn.reg3_format.rd, value); in emulate_load_store_insn()454 set_fpr64(¤t->thread.fpu.fpr[insn.reg3_format.rd], 0, value); in emulate_load_store_insn()459 value = regs->regs[insn.reg3_format.rd]; in emulate_load_store_insn()462 value = read_fpr(insn.reg3_format.rd); in emulate_load_store_insn()464 value = get_fpr64(¤t->thread.fpu.fpr[insn.reg3_format.rd], 0); in emulate_load_store_insn()
660 switch (insn.reg3_format.opcode) { in do_bce() 662 if (insn.reg3_format.rd != 0) in do_bce() 664 badv = regs->regs[insn.reg3_format.rj]; in do_bce() 665 upper = regs->regs[insn.reg3_format.rk]; in do_bce() 669 if (insn.reg3_format.rd != 0) in do_bce() 671 badv = regs->regs[insn.reg3_format.rj]; in do_bce() 672 lower = regs->regs[insn.reg3_format.rk]; in do_bce() 687 badv = regs->regs[insn.reg3_format.rj]; in do_bce() 688 upper = regs->regs[insn.reg3_format.rk]; in do_bce() 703 badv = regs->regs[insn.reg3_format in do_bce() [all...]
140 switch (insn.reg3_format.opcode) { in insns_not_supported()
350 struct reg3_format { struct379 struct reg3_format reg3_format; member738 insn->reg3_format.opcode = OP; \739 insn->reg3_format.rd = rd; \740 insn->reg3_format.rj = rj; \741 insn->reg3_format.rk = rk; \
431 rd = inst.reg3_format.rd; in kvm_emu_mmio_read() 432 opcode = inst.reg3_format.opcode; in kvm_emu_mmio_read() 609 rd = inst.reg3_format.rd; in kvm_emu_mmio_write() 610 opcode = inst.reg3_format.opcode; in kvm_emu_mmio_write()