Searched refs:cpu_LO (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/target/mips/tcg/ |
| H A D | tx79_translate.c | 74 gen_store_gpr(cpu_LO[1], a->rd); in trans_MFLO1() 88 gen_load_gpr(cpu_LO[1], a->rs); in trans_MTLO1()
|
| H A D | translate.c | 1175 TCGv cpu_HI[MIPS_DSP_ACC], cpu_LO[MIPS_DSP_ACC]; variable 2921 tcg_gen_ext32s_tl(cpu_gpr[reg], cpu_LO[acc]); in gen_HILO() 2925 tcg_gen_mov_tl(cpu_gpr[reg], cpu_LO[acc]); in gen_HILO() 2946 tcg_gen_ext32s_tl(cpu_LO[acc], cpu_gpr[reg]); in gen_HILO() 2950 tcg_gen_mov_tl(cpu_LO[acc], cpu_gpr[reg]); in gen_HILO() 2953 tcg_gen_movi_tl(cpu_LO[acc], 0); in gen_HILO() 3229 tcg_gen_div_tl(cpu_LO[1], t0, t1); in gen_div1_tx79() 3231 tcg_gen_ext32s_tl(cpu_LO[1], cpu_LO[1]); in gen_div1_tx79() 3242 tcg_gen_divu_tl(cpu_LO[1], t0, t1); in gen_div1_tx79() 3244 tcg_gen_ext32s_tl(cpu_LO[1], cpu_LO[1]); in gen_div1_tx79() [all …]
|
| H A D | translate.h | 193 extern TCGv cpu_HI[MIPS_DSP_ACC], cpu_LO[MIPS_DSP_ACC];
|
| H A D | nanomips_translate.c.inc | 1817 tcg_gen_concat_tl_i64(t3, cpu_LO[acc], cpu_HI[acc]); 1819 gen_move_low32(cpu_LO[acc], t2); 1838 tcg_gen_ext_i32_tl(cpu_LO[acc], t2); 1872 tcg_gen_concat_tl_i64(t3, cpu_LO[acc], cpu_HI[acc]); 1874 gen_move_low32(cpu_LO[acc], t2); 1893 tcg_gen_ext_i32_tl(cpu_LO[acc], t2); 1933 tcg_gen_concat_tl_i64(t3, cpu_LO[acc], cpu_HI[acc]); 1935 gen_move_low32(cpu_LO[acc], t2); 1974 tcg_gen_concat_tl_i64(t3, cpu_LO[acc], cpu_HI[acc]); 1976 gen_move_low32(cpu_LO[acc], t2);
|
| H A D | mxu_translate.c | 981 tcg_gen_mov_tl(cpu_LO[0], t0); in gen_mxu_s32mul() 4392 tcg_gen_mov_tl(cpu_LO[0], t1); in gen_mxu_s32madd_sub()
|