Home
last modified time | relevance | path

Searched refs:cpuid (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/src/cpuinfo/
A DSDL_cpuinfo.c224 #define cpuid(func, a, b, c, d) \ macro
233 #define cpuid(func, a, b, c, d) \ macro
242 #define cpuid(func, a, b, c, d) \ macro
246 __asm cpuid \
253 #define cpuid(func, a, b, c, d) \ macro
263 #define cpuid(func, a, b, c, d) \ macro
280 cpuid(0, a, b, c, d); in CPU_calcCPUIDFeatures()
283 cpuid(1, a, b, c, d); in CPU_calcCPUIDFeatures()
505 cpuid(0x80000000, a, b, c, d); in CPU_have3DNow()
529 cpuid(7, a, b, c, d); in CPU_haveAVX2()
[all …]
/AliOS-Things-master/components/SDL2/acinclude/
A Dax_gcc_x86_cpuid.m413 # that executes the cpuid instruction with input OP. This can be used to
20 # If the cpuid instruction fails (because you are running a
63 AC_CACHE_CHECK(for x86 cpuid $1 output, ax_cv_gcc_x86_cpuid_$1,
67 __asm__("cpuid"
A Dax_gcc_archflag.m487 i[[3456]]86*|x86_64*) # use cpuid codes, in part from x86info-1.7 by D. Jones
/AliOS-Things-master/components/debug/src/
A Ddebug.c89 uint32_t aos_debug_total_cpu_usage_get(uint32_t cpuid) in aos_debug_total_cpu_usage_get() argument
91 return debug_total_cpu_usage_get(cpuid); in aos_debug_total_cpu_usage_get()
A Ddebug_cpuusage.h21 uint32_t debug_total_cpu_usage_get(uint32_t cpuid);
A Ddebug_cpuusage.c218 uint32_t debug_total_cpu_usage_get(uint32_t cpuid) in debug_total_cpu_usage_get() argument
221 total_cpu_usage = 10000 - debug_task_cpu_usage_get(&g_idle_task[cpuid]); in debug_total_cpu_usage_get()
/AliOS-Things-master/components/debug/include/aos/
A Ddebug.h125 uint32_t aos_debug_total_cpu_usage_get(uint32_t cpuid);
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_simulation.h59 u32 simulation_stage_set(u32 cpuid, u32 sim_stage_bit);
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/third_party/
A Dcpuinfo.BUILD175 "src/x86/cpuid.h",
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/inflate86/
A Dinffast.S386 cpuid
394 cpuid /* get cpu features */
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/
A Dinffas32.asm292 cpuid
300 cpuid
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog1351 0e009366 dsp/cpu.c(x86): check maximum supported cpuid feature

Completed in 26 milliseconds