HomeSort by relevance Sort by last modified time
    Searched full:cp0_tcstatus (Results 1 - 17 of 17) sorted by null

  /external/qemu/target-mips/
machine.c 21 qemu_put_sbe32s(f, &tc->CP0_TCStatus);
168 qemu_get_sbe32s(f, &tc->CP0_TCStatus);
op_helper.c 681 CP0_TCStatus registers. These fields are wired to the same registers,
713 tcst = &cpu->active_tc.CP0_TCStatus;
715 tcst = &cpu->tcs[tc].CP0_TCStatus;
723 /* Called for updates to CP0_TCStatus. */
764 tcst = &cpu->active_tc.CP0_TCStatus;
766 tcst = &cpu->tcs[tc].CP0_TCStatus;
796 return env->active_tc.CP0_TCStatus;
805 return other->active_tc.CP0_TCStatus;
807 return other->tcs[other_tc].CP0_TCStatus;
    [all...]
cpu.h 155 int32_t CP0_TCStatus;
462 uint32_t CP0_TCStatus_rw_bitmask; /* Read/write bits in CP0_TCStatus */
  /development/ndk/platforms/android-9/arch-mips/include/asm/
mipsmtregs.h 54 #define CP0_TCSTATUS $2, 1
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
mipsmtregs.h 54 #define CP0_TCSTATUS $2, 1
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
mipsmtregs.h 54 #define CP0_TCSTATUS $2, 1
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
mipsmtregs.h 54 #define CP0_TCSTATUS $2, 1
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
mipsmtregs.h 54 #define CP0_TCSTATUS $2, 1
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
mipsmtregs.h 54 #define CP0_TCSTATUS $2, 1
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
mipsmtregs.h 54 #define CP0_TCSTATUS $2, 1
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
mipsmtregs.h 54 #define CP0_TCSTATUS $2, 1
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
mipsmtregs.h 54 #define CP0_TCSTATUS $2, 1
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
mipsmtregs.h 54 #define CP0_TCSTATUS $2, 1
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
mipsmtregs.h 54 #define CP0_TCSTATUS $2, 1
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
mipsmtregs.h 54 #define CP0_TCSTATUS $2, 1
  /external/valgrind/main/include/vki/
vki-mips32-linux.h 805 unsigned long cp0_tcstatus; member in struct:vki_pt_regs
    [all...]
vki-mips64-linux.h 831 unsigned long cp0_tcstatus; member in struct:vki_pt_regs
    [all...]

Completed in 1848 milliseconds