Searched refs:reg0i26_format (Results 1 – 5 of 5) sorted by relevance
72 si_l = src->reg0i26_format.immediate_l; in recompute_jump()73 si_h = src->reg0i26_format.immediate_h; in recompute_jump()74 switch (src->reg0i26_format.opcode) { in recompute_jump()83 buf->reg0i26_format.immediate_h = offset >> 16; in recompute_jump()84 buf->reg0i26_format.immediate_l = offset; in recompute_jump()
56 imm_l = insn.reg0i26_format.immediate_l; in simu_branch()57 imm_h = insn.reg0i26_format.immediate_h; in simu_branch()58 switch (insn.reg0i26_format.opcode) { in simu_branch()
230 insn->reg0i26_format.immediate_l = opr1 & 0xffff; in apply_r_larch_sop_imm_field()231 insn->reg0i26_format.immediate_h = (opr1 >> 16) & 0x3ff; in apply_r_larch_sop_imm_field()306 insn->reg0i26_format.immediate_l = offset & 0xffff; in apply_r_larch_b26()307 insn->reg0i26_format.immediate_h = (offset >> 16) & 0x3ff; in apply_r_larch_b26()
308 si_h = ip->reg0i26_format.immediate_h; in get_step_address()309 si_l = ip->reg0i26_format.immediate_l; in get_step_address()310 switch (ip->reg0i26_format.opcode) { in get_step_address()
253 struct reg0i26_format { struct339 struct reg0i26_format reg0i26_format; member434 switch (ip->reg0i26_format.opcode) { in is_self_loop_ins()437 if (ip->reg0i26_format.immediate_l == 0 in is_self_loop_ins()438 && ip->reg0i26_format.immediate_h == 0) in is_self_loop_ins()525 insn->reg0i26_format.opcode = OP; \526 insn->reg0i26_format.immediate_l = immediate_l; \527 insn->reg0i26_format.immediate_h = immediate_h; \