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

  /external/qemu/target-mips/
machine.c 90 qemu_put_sbe32s(f, &env->CP0_Index);
241 qemu_get_sbe32s(f, &env->CP0_Index);
op_helper.c 1013 env->CP0_Index = (env->CP0_Index & 0x80000000) | (arg1 & (num - 1));
    [all...]
cpu.h 193 int32_t CP0_Index;
translate.c     [all...]

Completed in 37 milliseconds