Searched refs:cpu_LO (Results 1 – 4 of 4) 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.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()
|