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

  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
msr.h 50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter)) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
msr.h 50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter)) macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
msr.h 50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter)) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
msr.h 50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter)) macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
msr.h 50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter)) macro
  /external/linux-tools-perf/src/tools/perf/tests/
rdpmc.c 14 static u64 rdpmc(unsigned int counter) function
18 asm volatile("rdpmc" : "=a" (low), "=d" (high) : "c" (counter));
55 count += rdpmc(idx - 1);
81 * If the RDPMC instruction faults then signal this back to the test parent task:
  /external/linux-tools-perf/src/tools/perf/
Android.mk 84 tests/rdpmc.c \
Makefile 383 LIB_OBJS += $(OUTPUT)tests/rdpmc.o
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 21 GATHER, SCATTER, PREFETCH, RDSEED, RDRAND, RDPMC, RDTSC, XTEST, ADX,
140 X86_INTRINSIC_DATA(rdpmc, RDPMC, X86ISD::RDPMC_DAG, 0),
    [all...]
  /external/valgrind/perf/
tinycc.c     [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s     [all...]

Completed in 2182 milliseconds