Searched refs:CP0_DataLo (Results 1 - 4 of 4) sorted by relevance

/external/qemu/target-mips/
H A Dmachine.c140 qemu_put_sbe32s(f, &env->CP0_DataLo);
291 qemu_get_sbe32s(f, &env->CP0_DataLo);
H A Dcpu.h415 int32_t CP0_DataLo; member in struct:CPUMIPSState
H A Dtranslate.c3422 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_DataLo));
4585 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_DataLo));
H A Dop_helper.c1508 env->CP0_DataLo = arg1; /* XXX */

Completed in 51 milliseconds