Home
last modified time | relevance | path

Searched refs:reg3_format (Results 1 – 5 of 5) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dunaligned.c352 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(&current->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(&current->thread.fpu.fpr[insn.reg3_format.rd], 0); in emulate_load_store_insn()
H A Dtraps.c644 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...]
H A Dinst.c138 switch (insn.reg3_format.opcode) { in insns_not_supported()
/linux/arch/loongarch/include/asm/
H A Dinst.h340 struct reg3_format { struct
369 struct reg3_format reg3_format; member
720 insn->reg3_format.opcode = OP; \
721 insn->reg3_format.rd = rd; \
722 insn->reg3_format.rj = rj; \
723 insn->reg3_format.rk = rk; \
/linux/arch/loongarch/kvm/
H A Dexit.c429 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()