HomeSort by relevance Sort by last modified time
    Searched refs:rdpmc (Results 1 - 12 of 12) 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/perf-3.12.0/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/qemu/target-i386/
helper.h 83 DEF_HELPER_1(rdpmc, void, env)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Makefile 383 LIB_OBJS += $(OUTPUT)tests/rdpmc.o
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_nasm.gperf     [all...]
x86insn_gas.gperf     [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s     [all...]

Completed in 951 milliseconds