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

  /external/qemu/target-mips/
cpu.h 279 #define CP0St_CU0 28
op_helper.c 53 if ((env->CP0_Status & (1 << CP0St_CU0)) ||
702 cu = (v >> CP0St_CU0) & 0xf;
732 | (1 << CP0St_CU0)
741 status = tcu << CP0St_CU0;
    [all...]

Completed in 38 milliseconds