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

  /bionic/libc/kernel/arch-mips/asm/
mipsmtregs.h 159 #define mftc0(rt,sel) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set mips32r2 \n" " .set noat \n" " # mftc0 $1, $" #rt ", " #sel " \n" " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" " move %0, $1 \n" " .set pop \n" : "=r" (__res)); __res; }) macro
167 #define read_vpe_c0_vpecontrol() mftc0(1, 1)
170 #define read_vpe_c0_vpeconf0() mftc0(1, 2)
172 #define read_vpe_c0_count() mftc0(9, 0)
175 #define read_vpe_c0_status() mftc0(12, 0)
177 #define read_vpe_c0_cause() mftc0(13, 0)
180 #define read_vpe_c0_config() mftc0(16, 0)
182 #define read_vpe_c0_config1() mftc0(16, 1)
185 #define read_vpe_c0_config7() mftc0(16, 7
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
mipsmtregs.h 159 #define mftc0(rt,sel) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set mips32r2 \n" " .set noat \n" " # mftc0 $1, $" #rt ", " #sel " \n" " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" " move %0, $1 \n" " .set pop \n" : "=r" (__res)); __res; }) macro
167 #define read_vpe_c0_vpecontrol() mftc0(1, 1)
170 #define read_vpe_c0_vpeconf0() mftc0(1, 2)
172 #define read_vpe_c0_count() mftc0(9, 0)
175 #define read_vpe_c0_status() mftc0(12, 0)
177 #define read_vpe_c0_cause() mftc0(13, 0)
180 #define read_vpe_c0_config() mftc0(16, 0)
182 #define read_vpe_c0_config1() mftc0(16, 1)
185 #define read_vpe_c0_config7() mftc0(16, 7
    [all...]
  /external/kernel-headers/original/asm-mips/
mipsmtregs.h 260 #define mftc0(rt,sel) \ macro
268 " # mftc0 $1, $" #rt ", " #sel " \n" \
349 #define read_vpe_c0_vpecontrol() mftc0(1, 1)
351 #define read_vpe_c0_vpeconf0() mftc0(1, 2)
353 #define read_vpe_c0_count() mftc0(9, 0)
355 #define read_vpe_c0_status() mftc0(12, 0)
357 #define read_vpe_c0_cause() mftc0(13, 0)
359 #define read_vpe_c0_config() mftc0(16, 0)
361 #define read_vpe_c0_config1() mftc0(16, 1)
363 #define read_vpe_c0_config7() mftc0(16, 7
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
mipsmtregs.h 159 #define mftc0(rt,sel) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set mips32r2 \n" " .set noat \n" " # mftc0 $1, $" #rt ", " #sel " \n" " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" " move %0, $1 \n" " .set pop \n" : "=r" (__res)); __res; }) macro
167 #define read_vpe_c0_vpecontrol() mftc0(1, 1)
170 #define read_vpe_c0_vpeconf0() mftc0(1, 2)
172 #define read_vpe_c0_count() mftc0(9, 0)
175 #define read_vpe_c0_status() mftc0(12, 0)
177 #define read_vpe_c0_cause() mftc0(13, 0)
180 #define read_vpe_c0_config() mftc0(16, 0)
182 #define read_vpe_c0_config1() mftc0(16, 1)
185 #define read_vpe_c0_config7() mftc0(16, 7
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
mipsmtregs.h 159 #define mftc0(rt,sel) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set mips32r2 \n" " .set noat \n" " # mftc0 $1, $" #rt ", " #sel " \n" " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" " move %0, $1 \n" " .set pop \n" : "=r" (__res)); __res; }) macro
167 #define read_vpe_c0_vpecontrol() mftc0(1, 1)
170 #define read_vpe_c0_vpeconf0() mftc0(1, 2)
172 #define read_vpe_c0_count() mftc0(9, 0)
175 #define read_vpe_c0_status() mftc0(12, 0)
177 #define read_vpe_c0_cause() mftc0(13, 0)
180 #define read_vpe_c0_config() mftc0(16, 0)
182 #define read_vpe_c0_config1() mftc0(16, 1)
185 #define read_vpe_c0_config7() mftc0(16, 7
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
mipsmtregs.h 159 #define mftc0(rt,sel) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set mips32r2 \n" " .set noat \n" " # mftc0 $1, $" #rt ", " #sel " \n" " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" " move %0, $1 \n" " .set pop \n" : "=r" (__res)); __res; }) macro
167 #define read_vpe_c0_vpecontrol() mftc0(1, 1)
170 #define read_vpe_c0_vpeconf0() mftc0(1, 2)
172 #define read_vpe_c0_count() mftc0(9, 0)
175 #define read_vpe_c0_status() mftc0(12, 0)
177 #define read_vpe_c0_cause() mftc0(13, 0)
180 #define read_vpe_c0_config() mftc0(16, 0)
182 #define read_vpe_c0_config1() mftc0(16, 1)
185 #define read_vpe_c0_config7() mftc0(16, 7
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
mipsmtregs.h 159 #define mftc0(rt,sel) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set mips32r2 \n" " .set noat \n" " # mftc0 $1, $" #rt ", " #sel " \n" " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" " move %0, $1 \n" " .set pop \n" : "=r" (__res)); __res; }) macro
167 #define read_vpe_c0_vpecontrol() mftc0(1, 1)
170 #define read_vpe_c0_vpeconf0() mftc0(1, 2)
172 #define read_vpe_c0_count() mftc0(9, 0)
175 #define read_vpe_c0_status() mftc0(12, 0)
177 #define read_vpe_c0_cause() mftc0(13, 0)
180 #define read_vpe_c0_config() mftc0(16, 0)
182 #define read_vpe_c0_config1() mftc0(16, 1)
185 #define read_vpe_c0_config7() mftc0(16, 7
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
mipsmtregs.h 159 #define mftc0(rt,sel) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .set mips32r2 \n" " .set noat \n" " # mftc0 $1, $" #rt ", " #sel " \n" " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" " move %0, $1 \n" " .set pop \n" : "=r" (__res)); __res; }) macro
167 #define read_vpe_c0_vpecontrol() mftc0(1, 1)
170 #define read_vpe_c0_vpeconf0() mftc0(1, 2)
172 #define read_vpe_c0_count() mftc0(9, 0)
175 #define read_vpe_c0_status() mftc0(12, 0)
177 #define read_vpe_c0_cause() mftc0(13, 0)
180 #define read_vpe_c0_config() mftc0(16, 0)
182 #define read_vpe_c0_config1() mftc0(16, 1)
185 #define read_vpe_c0_config7() mftc0(16, 7
    [all...]

Completed in 125 milliseconds