Home
last modified time | relevance | path

Searched refs:reg2i12_format (Results 1 – 7 of 7) sorted by relevance

/arch/loongarch/include/asm/
A Dinst.h304 struct reg2i12_format { struct
364 struct reg2i12_format reg2i12_format; member
437 return ip->reg2i12_format.opcode == std_op && in is_ra_save_ins()
438 ip->reg2i12_format.rj == LOONGARCH_GPR_SP && in is_ra_save_ins()
439 ip->reg2i12_format.rd == LOONGARCH_GPR_RA && in is_ra_save_ins()
447 ip->reg2i12_format.rj == LOONGARCH_GPR_SP && in is_stack_alloc_ins()
448 ip->reg2i12_format.rd == LOONGARCH_GPR_SP && in is_stack_alloc_ins()
626 insn->reg2i12_format.opcode = OP; \
627 insn->reg2i12_format.immediate = imm; \
628 insn->reg2i12_format.rd = rd; \
[all …]
/arch/loongarch/kernel/
A Dftrace.c39 *ra_off = -((1 << 12) - insn->reg2i12_format.immediate); in ftrace_get_parent_ra_addr()
A Dunwind_prologue.c146 frame_size = (1 << 12) - ip->reg2i12_format.immediate; in unwind_by_prologue()
166 frame_ra = ip->reg2i12_format.immediate; in unwind_by_prologue()
A Drelocate.c80 insn[1].reg2i12_format.immediate = ori; in relocate_absolute()
82 insn[3].reg2i12_format.immediate = lu52id; in relocate_absolute()
A Dmodule.c183 insn->reg2i12_format.immediate = opr1 & 0xfff; in apply_r_larch_sop_imm_field()
189 insn->reg2i12_format.immediate = opr1 & 0xfff; in apply_r_larch_sop_imm_field()
325 insn->reg2i12_format.immediate = v & 0xfff; in apply_r_larch_pcala()
337 insn->reg2i12_format.immediate = v & 0xfff; in apply_r_larch_pcala()
A Dunaligned.c262 switch (insn.reg2i12_format.opcode) { in emulate_load_store_insn()
/arch/loongarch/kvm/
A Dexit.c397 rd = inst.reg2i12_format.rd; in kvm_emu_mmio_read()
398 opcode = inst.reg2i12_format.opcode; in kvm_emu_mmio_read()
581 rd = inst.reg2i12_format.rd; in kvm_emu_mmio_write()
582 opcode = inst.reg2i12_format.opcode; in kvm_emu_mmio_write()

Completed in 19 milliseconds