Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc2453 TCGv tbase = tcg_temp_new();
2455 gen_load_gpr(tbase, rt);
2456 gen_op_addr_addi(ctx, btarget, tbase, offset);
H A Dtranslate.c11051 TCGv tbase = tcg_temp_new(); in gen_compute_compact_branch() local
11053 gen_load_gpr(tbase, rt); in gen_compute_compact_branch()
11054 gen_op_addr_addi(ctx, btarget, tbase, offset); in gen_compute_compact_branch()