HomeSort by relevance Sort by last modified time
    Searched defs:rdtscp (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
svm.asm 2 rdtscp label
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
msr.h 40 #define rdtscp(low,high,aux) __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux)) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
msr.h 40 #define rdtscp(low,high,aux) __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux)) macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
msr.h 40 #define rdtscp(low,high,aux) __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux)) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
msr.h 40 #define rdtscp(low,high,aux) __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux)) macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
msr.h 40 #define rdtscp(low,high,aux) __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux)) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
msr.h 49 #define rdtscp(low,high,aux) \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
msr.h 49 #define rdtscp(low,high,aux) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
msr.h 49 #define rdtscp(low,high,aux) \ macro
  /external/kernel-headers/original/asm-x86/
msr.h 204 #define rdtscp(low,high,aux) \ macro

Completed in 275 milliseconds