HomeSort by relevance Sort by last modified time
    Searched refs:CP0_VPEControl (Results 1 - 4 of 4) sorted by null

  /external/qemu/target-mips/
op_helper.c 801 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
817 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
833 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
849 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
865 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
881 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
897 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
913 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
921 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
953 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC)
    [all...]
machine.c 92 qemu_put_sbe32s(f, &env->CP0_VPEControl);
243 qemu_get_sbe32s(f, &env->CP0_VPEControl);
cpu.h 196 int32_t CP0_VPEControl;
translate.c     [all...]

Completed in 146 milliseconds