Searched refs:gen_move_high32 (Results 1 – 4 of 4) sorted by relevance
/openbmc/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 | 1465 void gen_move_high32(TCGv ret, TCGv_i64 arg) in gen_move_high32() function 3345 gen_move_high32(cpu_HI[acc], t2); in gen_muldiv() 3361 gen_move_high32(cpu_HI[acc], t2); in gen_muldiv() 3375 gen_move_high32(cpu_HI[acc], t2); in gen_muldiv() 3391 gen_move_high32(cpu_HI[acc], t2); in gen_muldiv() 3486 gen_move_high32(cpu_HI[acc], t2); in gen_mul_txx9() 3508 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()
|