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

  /external/qemu/target-mips/
cpu.h 209 #define CP0VPEC0_MVP 1
op_helper.c 668 if (!(env->CP0_VPEConf0 & (1 << CP0VPEC0_MVP))) {
1021 if (env->CP0_VPEConf0 & (1 << CP0VPEC0_MVP))
1055 if (env->CP0_VPEConf0 & (1 << CP0VPEC0_MVP)) {
1058 mask |= (1 << CP0VPEC0_MVP) | (1 << CP0VPEC0_VPA);
    [all...]
translate.c     [all...]

Completed in 38 milliseconds