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

/external/qemu/target-mips/
H A Dop_helper.c597 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
612 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
627 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
642 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
657 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
672 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
687 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
702 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
715 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
758 int other_tc = env->CP0_VPEControl
[all...]
H A Dmachine.c92 qemu_put_sbe32s(f, &env->CP0_VPEControl);
243 qemu_get_sbe32s(f, &env->CP0_VPEControl);
H A Dcpu.h188 int32_t CP0_VPEControl; member in struct:CPUMIPSState
H A Dtranslate.c2939 gen_mfc0_load32(arg, offsetof(CPUState, CP0_VPEControl));
4112 gen_mfc0_load32(arg, offsetof(CPUState, CP0_VPEControl));
5227 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
5234 else if ((env->CP0_VPEControl & (0xff << CP0VPECo_TargTC)) >
5391 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
5399 else if ((env->CP0_VPEControl & (0xff << CP0VPECo_TargTC)) >

Completed in 39 milliseconds