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 405 #define CP0DB_SSt 8
op_helper.c 963 return (other->CP0_Debug & ~((1 << CP0DB_SSt) | (1 << CP0DB_Halt))) |
964 (tcstatus & ((1 << CP0DB_SSt) | (1 << CP0DB_Halt)));
    [all...]

Completed in 52 milliseconds