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

  /external/qemu/target-mips/
cpu.h 166 #define CP0TCSt_TKSU 11
translate_init.c 284 (0x3 << CP0TCSt_TKSU) | (1 << CP0TCSt_IXMT) |
op_helper.c 699 | (3 << CP0TCSt_TKSU)
709 tcstatus |= ksu << CP0TCSt_TKSU;
739 tksu = (v >> CP0TCSt_TKSU) & 0x3;
    [all...]

Completed in 33 milliseconds