Searched refs:CP0VPECo_EXCPT (Results 1 – 2 of 2) sorted by relevance
163 env->CP0_VPEControl &= ~(0x7 << CP0VPECo_EXCPT); in helper_yield()164 env->CP0_VPEControl |= 4 << CP0VPECo_EXCPT; in helper_yield()171 env->CP0_VPEControl &= ~(0x7 << CP0VPECo_EXCPT); in helper_yield()178 env->CP0_VPEControl &= ~(0x7 << CP0VPECo_EXCPT); in helper_yield()179 env->CP0_VPEControl |= 2 << CP0VPECo_EXCPT; in helper_yield()
563 #define CP0VPECo_EXCPT 16 macro