Searched refs:si_h (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/loongarch/kernel/ |
| H A D | alternative.c | 66 unsigned int si, si_l, si_h; in recompute_jump() local 74 si_h = src->reg0i26_format.immediate_h; in recompute_jump() 78 jump_addr = cur_pc + sign_extend64((si_h << 16 | si_l) << 2, 27); in recompute_jump() 90 si_h = src->reg1i21_format.immediate_h; in recompute_jump() 97 jump_addr = cur_pc + sign_extend64((si_h << 16 | si_l) << 2, 22); in recompute_jump()
|
| H A D | kgdb.c | 299 unsigned int si, si_l, si_h, rd, rj, cj; in get_step_address() local 310 si_h = ip->reg0i26_format.immediate_h; in get_step_address() 314 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 27); in get_step_address() 317 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 27); in get_step_address() 325 si_h = ip->reg1i21_format.immediate_h; in get_step_address() 330 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 22); in get_step_address() 334 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 22); in get_step_address() 338 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 22); in get_step_address() 340 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 22); in get_step_address()
|