Home
last modified time | relevance | path

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

/Linux-v6.6/arch/loongarch/kernel/
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()
Dtraps.c606 switch (insn.reg3_format.opcode) { in do_bce()
608 if (insn.reg3_format.rd != 0) in do_bce()
610 badv = regs->regs[insn.reg3_format.rj]; in do_bce()
611 upper = regs->regs[insn.reg3_format.rk]; in do_bce()
615 if (insn.reg3_format.rd != 0) in do_bce()
617 badv = regs->regs[insn.reg3_format.rj]; in do_bce()
618 lower = regs->regs[insn.reg3_format.rk]; in do_bce()
633 badv = regs->regs[insn.reg3_format.rj]; in do_bce()
634 upper = regs->regs[insn.reg3_format.rk]; in do_bce()
649 badv = regs->regs[insn.reg3_format.rj]; in do_bce()
[all …]
Dinst.c138 switch (insn.reg3_format.opcode) { in insns_not_supported()
/Linux-v6.6/arch/loongarch/include/asm/
Dinst.h321 struct reg3_format { struct
349 struct reg3_format reg3_format; member
682 insn->reg3_format.opcode = OP; \
683 insn->reg3_format.rd = rd; \
684 insn->reg3_format.rj = rj; \
685 insn->reg3_format.rk = rk; \