Home
last modified time | relevance | path

Searched refs:use_gp (Results 1 – 2 of 2) sorted by relevance

/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc1072 bool use_gp = gp && (counter == count - 1);
1073 int this_rt = use_gp ? 28 : (rt & 0x10) | ((rt + counter) & 0x1f);
1094 bool use_gp = gp && (counter == count - 1);
1095 int this_rt = use_gp ? 28 : (rt & 0x10) | ((rt + counter) & 0x1f);
/qemu/disas/
H A Dnanomips.c432 bool use_gp = gp && (counter == count - 1); in save_restore_list() local
433 uint64 this_rt = use_gp ? 28 : ((rt & 0x10) | (rt + counter)) & 0x1f; in save_restore_list()