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

  /external/qemu/target-mips/
helper.c 792 env->CP0_Cause = (env->CP0_Cause & ~(0x1f << CP0Ca_EC)) | (cause << CP0Ca_EC);
cpu.h 326 #define CP0Ca_EC 2
op_helper.c 109 env->CP0_Cause &= ~(0x1f << CP0Ca_EC);
    [all...]

Completed in 368 milliseconds