Searched refs:reg3_format (Results 1 – 5 of 5) sorted by relevance
352 switch (insn.reg3_format.opcode) { in emulate_load_store_insn() 431 regs->regs[insn.reg3_format.rd] = value; in emulate_load_store_insn() 434 write_fpr(insn.reg3_format.rd, value); in emulate_load_store_insn() 436 set_fpr64(¤t->thread.fpu.fpr[insn.reg3_format.rd], 0, value); in emulate_load_store_insn() 441 value = regs->regs[insn.reg3_format.rd]; in emulate_load_store_insn() 444 value = read_fpr(insn.reg3_format.rd); in emulate_load_store_insn() 446 value = get_fpr64(¤t->thread.fpu.fpr[insn.reg3_format.rd], 0); in emulate_load_store_insn()
644 switch (insn.reg3_format.opcode) { in do_bce() 646 if (insn.reg3_format.rd != 0) in do_bce() 648 badv = regs->regs[insn.reg3_format.rj]; in do_bce() 649 upper = regs->regs[insn.reg3_format.rk]; in do_bce() 653 if (insn.reg3_format.rd != 0) in do_bce() 655 badv = regs->regs[insn.reg3_format.rj]; in do_bce() 656 lower = regs->regs[insn.reg3_format.rk]; in do_bce() 671 badv = regs->regs[insn.reg3_format.rj]; in do_bce() 672 upper = regs->regs[insn.reg3_format.rk]; in do_bce() 687 badv = regs->regs[insn.reg3_format in do_bce() [all...]
138 switch (insn.reg3_format.opcode) { in insns_not_supported()
340 struct reg3_format { struct369 struct reg3_format reg3_format; member720 insn->reg3_format.opcode = OP; \721 insn->reg3_format.rd = rd; \722 insn->reg3_format.rj = rj; \723 insn->reg3_format.rk = rk; \
429 rd = inst.reg3_format.rd; in kvm_emu_mmio_read()430 opcode = inst.reg3_format.opcode; in kvm_emu_mmio_read()606 rd = inst.reg3_format.rd; in kvm_emu_mmio_write()607 opcode = inst.reg3_format.opcode; in kvm_emu_mmio_write()