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

  /external/qemu/target-mips/
cpu.h 396 #define CP0DB_SSt 8
op_helper.c 767 return (env->CP0_Debug & ~((1 << CP0DB_SSt) | (1 << CP0DB_Halt))) |
768 (tcstatus & ((1 << CP0DB_SSt) | (1 << CP0DB_Halt)));
    [all...]

Completed in 230 milliseconds