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

  /external/qemu/target-mips/
cpu.h 160 #define CP0TCSt_TMX 27
translate_init.c 282 (0 << CP0TCSt_TMX) | (1 << CP0TCSt_DT) |
op_helper.c 698 | (1 << CP0TCSt_TMX)
708 tcstatus |= mx << CP0TCSt_TMX;
737 tmx = (v >> CP0TCSt_TMX) & 0x1;
    [all...]

Completed in 32 milliseconds