Searched refs:si_h (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | alternative.c | 65 unsigned int si, si_l, si_h; in recompute_jump() local 73 si_h = src->reg0i26_format.immediate_h; in recompute_jump() 77 jump_addr = cur_pc + sign_extend64((si_h << 16 | si_l) << 2, 27); in recompute_jump() 89 si_h = src->reg1i21_format.immediate_h; in recompute_jump() 96 jump_addr = cur_pc + sign_extend64((si_h << 16 | si_l) << 2, 22); in recompute_jump()
|
| H A D | kgdb.c | 298 unsigned int si, si_l, si_h, rd, rj, cj; in get_step_address() local 309 si_h = ip->reg0i26_format.immediate_h; in get_step_address() 313 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 27); in get_step_address() 316 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 27); in get_step_address() 324 si_h = ip->reg1i21_format.immediate_h; in get_step_address() 329 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 22); in get_step_address() 333 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 22); in get_step_address() 337 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 22); in get_step_address() 339 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 22); in get_step_address()
|