Searched refs:gen_load_gpr_hi (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | tx79_translate.c | 136 gen_load_gpr_hi(ax, a->rs); in trans_parallel_arith() 137 gen_load_gpr_hi(bx, a->rt); in trans_parallel_arith() 262 gen_load_gpr_hi(ax, a->rs); in trans_parallel_compare() 263 gen_load_gpr_hi(bx, a->rt); in trans_parallel_compare() 371 gen_load_gpr_hi(t0, a->rt); in trans_SQ() 433 gen_load_gpr_hi(t0, a->rt); /* b1 */ in trans_PPACW() 436 gen_load_gpr_hi(t0, a->rs); /* a1 */ in trans_PPACW() 528 gen_load_gpr_hi(ax, a->rs); in trans_PEXTUW() 529 gen_load_gpr_hi(bx, a->rt); in trans_PEXTUW() 608 gen_load_gpr_hi(cpu_gpr[a->rd], a->rs); in trans_PCPYUD()
|
H A D | translate.h | 161 void gen_load_gpr_hi(TCGv_i64 t, int reg);
|
H A D | translate.c | 1210 void gen_load_gpr_hi(TCGv_i64 t, int reg) in gen_load_gpr_hi() function
|