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

  /external/qemu/target-mips/
cpu.h 113 #define CP0MVPCo_VPC 1
op_helper.c 826 mask |= (1 << CP0MVPCo_CPA) | (1 << CP0MVPCo_VPC) |
828 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC))
876 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC))
936 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC))
948 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC))
    [all...]

Completed in 26 milliseconds