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 201 #define CP0VPEC0_MVP 1
op_helper.c 825 if (env->CP0_VPEConf0 & (1 << CP0VPEC0_MVP))
859 if (env->CP0_VPEConf0 & (1 << CP0VPEC0_MVP)) {
862 mask |= (1 << CP0VPEC0_MVP) | (1 << CP0VPEC0_VPA);
    [all...]
translate.c     [all...]

Completed in 82 milliseconds