Searched refs:cpu_LO (Results 1 – 1 of 1) sorted by relevance
/external/qemu/target-mips/ |
D | translate.c | 431 static TCGv cpu_HI[MIPS_DSP_ACC], cpu_LO[MIPS_DSP_ACC], cpu_ACX[MIPS_DSP_ACC]; variable 1981 tcg_gen_mov_tl(cpu_gpr[reg], cpu_LO[0]); in gen_HILO() 1993 tcg_gen_mov_tl(cpu_LO[0], cpu_gpr[reg]); in gen_HILO() 1995 tcg_gen_movi_tl(cpu_LO[0], 0); in gen_HILO() 2038 tcg_gen_mov_tl(cpu_LO[0], t0); in gen_muldiv() 2042 tcg_gen_div_tl(cpu_LO[0], t0, t1); in gen_muldiv() 2044 tcg_gen_ext32s_tl(cpu_LO[0], cpu_LO[0]); in gen_muldiv() 2057 tcg_gen_divu_tl(cpu_LO[0], t0, t1); in gen_muldiv() 2059 tcg_gen_ext32s_tl(cpu_LO[0], cpu_LO[0]); in gen_muldiv() 2078 tcg_gen_ext32s_tl(cpu_LO[0], t0); in gen_muldiv() [all …]
|