Searched refs:gen_move_high32 (Results 1 – 4 of 4) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | translate.h | 157 void gen_move_high32(TCGv ret, TCGv_i64 arg);
|
H A D | nanomips_translate.c.inc | 1820 gen_move_high32(cpu_HI[acc], t2); 1875 gen_move_high32(cpu_HI[acc], t2); 1936 gen_move_high32(cpu_HI[acc], t2); 1977 gen_move_high32(cpu_HI[acc], t2);
|
H A D | translate.c | 1466 void gen_move_high32(TCGv ret, TCGv_i64 arg) in gen_move_high32() function 3346 gen_move_high32(cpu_HI[acc], t2); in gen_muldiv() 3362 gen_move_high32(cpu_HI[acc], t2); in gen_muldiv() 3376 gen_move_high32(cpu_HI[acc], t2); in gen_muldiv() 3392 gen_move_high32(cpu_HI[acc], t2); in gen_muldiv() 3487 gen_move_high32(cpu_HI[acc], t2); in gen_mul_txx9() 3509 gen_move_high32(cpu_HI[acc], t2); in gen_mul_txx9()
|
H A D | mxu_translate.c | 4389 gen_move_high32(t0, t3); in gen_mxu_s32madd_sub()
|