Searched refs:reg2i12_format (Results 1 – 7 of 7) sorted by relevance
304 struct reg2i12_format { struct364 struct reg2i12_format reg2i12_format; member437 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 …]
39 *ra_off = -((1 << 12) - insn->reg2i12_format.immediate); in ftrace_get_parent_ra_addr()
146 frame_size = (1 << 12) - ip->reg2i12_format.immediate; in unwind_by_prologue()166 frame_ra = ip->reg2i12_format.immediate; in unwind_by_prologue()
80 insn[1].reg2i12_format.immediate = ori; in relocate_absolute()82 insn[3].reg2i12_format.immediate = lu52id; in relocate_absolute()
183 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()
262 switch (insn.reg2i12_format.opcode) { in emulate_load_store_insn()
397 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