Searched refs:reg2i12_format (Results 1 – 6 of 6) sorted by relevance
231 struct reg2i12_format { struct284 struct reg2i12_format reg2i12_format; member356 return ip->reg2i12_format.opcode == std_op && in is_ra_save_ins()357 ip->reg2i12_format.rj == LOONGARCH_GPR_SP && in is_ra_save_ins()358 ip->reg2i12_format.rd == LOONGARCH_GPR_RA && in is_ra_save_ins()366 ip->reg2i12_format.rj == LOONGARCH_GPR_SP && in is_stack_alloc_ins()367 ip->reg2i12_format.rd == LOONGARCH_GPR_SP && in is_stack_alloc_ins()521 insn->reg2i12_format.opcode = OP; \522 insn->reg2i12_format.immediate = imm; \523 insn->reg2i12_format.rd = rd; \[all …]
63 insn[1].reg2i12_format.immediate = ori; in relocate_absolute()65 insn[3].reg2i12_format.immediate = lu52id; in relocate_absolute()
145 frame_size = (1 << 12) - ip->reg2i12_format.immediate; in unwind_by_prologue()165 frame_ra = ip->reg2i12_format.immediate; in unwind_by_prologue()
182 insn->reg2i12_format.immediate = opr1 & 0xfff; in apply_r_larch_sop_imm_field()188 insn->reg2i12_format.immediate = opr1 & 0xfff; in apply_r_larch_sop_imm_field()324 insn->reg2i12_format.immediate = v & 0xfff; in apply_r_larch_pcala()336 insn->reg2i12_format.immediate = v & 0xfff; in apply_r_larch_pcala()
39 *ra_off = -((1 << 12) - insn->reg2i12_format.immediate); in ftrace_get_parent_ra_addr()
262 switch (insn.reg2i12_format.opcode) { in emulate_load_store_insn()
Completed in 14 milliseconds