Searched defs:cpu_ACX (Results 1 - 1 of 1) sorted by last modified time

/external/qemu/target-mips/
H A Dtranslate.c430 static TCGv cpu_HI[MIPS_DSP_ACC], cpu_LO[MIPS_DSP_ACC], cpu_ACX[MIPS_DSP_ACC]; variable
545 tcg_gen_mov_tl(t, cpu_ACX[reg]);
550 tcg_gen_mov_tl(cpu_ACX[reg], t);
8561 cpu_ACX[i] = tcg_global_mem_new(TCG_AREG0,

Completed in 64 milliseconds