Searched refs:this_rt (Results 1 – 2 of 2) sorted by relevance
1073 int this_rt = use_gp ? 28 : (rt & 0x10) | ((rt + counter) & 0x1f);1076 gen_load_gpr(t0, this_rt);1095 int this_rt = use_gp ? 28 : (rt & 0x10) | ((rt + counter) & 0x1f);1101 gen_store_gpr(t0, this_rt);4286 int this_rt = ((rt + counter) & 0x1f) | (rt & 0x10);4295 gen_store_gpr(t1, this_rt);4296 if ((this_rt == rs) &&4302 this_rt = (rt == 0) ? 0 : this_rt;4303 gen_load_gpr(t1, this_rt);
433 uint64 this_rt = use_gp ? 28 : ((rt & 0x10) | (rt + counter)) & 0x1f; in save_restore_list() local435 reg_list[counter + 1] = (char *)GPR(this_rt, info); in save_restore_list()