Home
last modified time | relevance | path

Searched defs:eax (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ffmpeg/libavutil/x86/
Dcpu.c33 #define cpuid(index, eax, ebx, ecx, edx) \ argument
36 #define xgetbv(index, eax, edx) \ argument
42 #define cpuid(index, eax, ebx, ecx, edx) \ argument
50 #define xgetbv(index, eax, edx) \ argument
96 int eax, ebx, ecx, edx; in ff_get_cpu_flags_x86() local
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dcpu_info.hpp42 std::uint32_t& eax, in cpuid()
72 std::uint32_t eax = 0; in cpu_info() local
/third_party/boost/boost/beast/core/detail/
Dcpu_info.hpp42 std::uint32_t& eax, in cpuid()
72 std::uint32_t eax = 0; in cpu_info() local
/third_party/pulseaudio/src/pulsecore/
Dcpu-x86.c37 uint32_t eax, ebx, ecx, edx; in pa_cpu_get_x86_flags() local
Dcore-util.c3567 unsigned int eax, ebx, ecx, edx; in pa_running_in_vm() local
/third_party/ltp/include/old/
Dltp_cpuid.h10 static inline void cpuid(unsigned int info, unsigned int *eax, unsigned int *ebx, in cpuid()
/third_party/skia/src/core/
DSkCpu.cpp22 #define __cpuid_count(eax, ecx, a, b, c, d) \ argument
30 uint32_t eax, edx; in xgetbv() local
/third_party/flutter/skia/src/core/
DSkCpu.cpp32 #define __cpuid_count(eax, ecx, a, b, c, d) \ argument
40 uint32_t eax, edx; in xgetbv() local
/third_party/flutter/skia/third_party/externals/zlib/
Dx86.c34 unsigned eax, ebx, ecx, edx; in _x86_check_features() local
/third_party/node/deps/zlib/
Dx86.c34 unsigned eax, ebx, ecx, edx; in _x86_check_features() local
/third_party/flutter/skia/third_party/externals/sdl/src/cpuinfo/
DSDL_cpuinfo.c126 xor eax, 200000h ; Flip ID bit in EFLAGS in CPU_haveCPUID() local
127 push eax ; Save new EFLAGS value on stack in CPU_haveCPUID() local
130 pop eax ; Store new EFLAGS in EAX in CPU_haveCPUID() local
131 xor eax, ecx ; Can not toggle ID bit, in CPU_haveCPUID() local
/third_party/mesa3d/src/mesa/x86/
Dcommon_x86.c347 unsigned int eax, ebx, ecx, edx; in _mesa_get_x86_features() local
/third_party/libdrm/tests/ttmtest/src/
Dttmtest.c88 unsigned eax; in fastrdtsc() local
101 unsigned eax; in fastrdtsc() local
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
Dht_utils.c25 unsigned int eax, ebx, ecx, edx; in is_ht_cpu() local
/third_party/iowow/src/platform/
Diwp.c54 unsigned int eax, ebx, ecx, edx, flag = 0; in x86_simd() local
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/
Dht_utils.c28 unsigned int eax, ebx, ecx, edx; in is_ht_cpu() local
/third_party/mksh/
Dmirhash.h116 #define BAFHror(eax,cl) (((eax) >> (cl)) | ((eax) << (32 - (cl)))) argument
/third_party/python/Modules/_blake2/impl/
Dblake2-dispatch.c52 static inline void cpuid( uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *edx ) in cpuid()
80 static inline void cpuid( uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *edx ) in cpuid()
100 uint32_t eax, ecx, edx, ebx; in get_cpu_features() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dcpu.c70 uint32_t eax, edx; in xgetbv() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dcpu.c76 uint32_t eax, edx; in xgetbv() local
/third_party/mesa3d/src/util/
Du_cpu_detect.c343 uint32_t eax, edx; in xgetbv() local
/third_party/musl/arch/i386/bits/
Duser.h15 long ebx, ecx, edx, esi, edi, ebp, eax, xds, xes, xfs, xgs; member
Dsignal.h61 unsigned long edi, esi, ebp, esp, ebx, edx, ecx, eax; member
/third_party/openssl/engines/
De_padlock.c679 unsigned int eax, buf; in padlock_rand_bytes() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h628 uint32_t eax() const { return contentsOfDword(AssembledTest::EaxSlot); } in eax() function

12