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

  /external/qemu/target-mips/
cpu.h 159 #define CP0TCSt_TCU0 28
translate_init.c 281 (1 << CP0TCSt_TCU1) | (1 << CP0TCSt_TCU0) |
op_helper.c 697 | (1 << CP0TCSt_TCU0)
707 tcstatus = cu << CP0TCSt_TCU0;
736 tcu = (v >> CP0TCSt_TCU0) & 0xf;
    [all...]

Completed in 32 milliseconds