/third_party/ffmpeg/libavutil/x86/ |
D | cpu.c | 33 #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/ |
D | cpu_info.hpp | 42 std::uint32_t& eax, in cpuid() 72 std::uint32_t eax = 0; in cpu_info() local
|
/third_party/boost/boost/beast/core/detail/ |
D | cpu_info.hpp | 42 std::uint32_t& eax, in cpuid() 72 std::uint32_t eax = 0; in cpu_info() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | cpu-x86.c | 37 uint32_t eax, ebx, ecx, edx; in pa_cpu_get_x86_flags() local
|
D | core-util.c | 3567 unsigned int eax, ebx, ecx, edx; in pa_running_in_vm() local
|
/third_party/ltp/include/old/ |
D | ltp_cpuid.h | 10 static inline void cpuid(unsigned int info, unsigned int *eax, unsigned int *ebx, in cpuid()
|
/third_party/skia/src/core/ |
D | SkCpu.cpp | 22 #define __cpuid_count(eax, ecx, a, b, c, d) \ argument 30 uint32_t eax, edx; in xgetbv() local
|
/third_party/flutter/skia/src/core/ |
D | SkCpu.cpp | 32 #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/ |
D | x86.c | 34 unsigned eax, ebx, ecx, edx; in _x86_check_features() local
|
/third_party/node/deps/zlib/ |
D | x86.c | 34 unsigned eax, ebx, ecx, edx; in _x86_check_features() local
|
/third_party/flutter/skia/third_party/externals/sdl/src/cpuinfo/ |
D | SDL_cpuinfo.c | 126 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/ |
D | common_x86.c | 347 unsigned int eax, ebx, ecx, edx; in _mesa_get_x86_features() local
|
/third_party/libdrm/tests/ttmtest/src/ |
D | ttmtest.c | 88 unsigned eax; in fastrdtsc() local 101 unsigned eax; in fastrdtsc() local
|
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/ |
D | ht_utils.c | 25 unsigned int eax, ebx, ecx, edx; in is_ht_cpu() local
|
/third_party/iowow/src/platform/ |
D | iwp.c | 54 unsigned int eax, ebx, ecx, edx, flag = 0; in x86_simd() local
|
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/ |
D | ht_utils.c | 28 unsigned int eax, ebx, ecx, edx; in is_ht_cpu() local
|
/third_party/mksh/ |
D | mirhash.h | 116 #define BAFHror(eax,cl) (((eax) >> (cl)) | ((eax) << (32 - (cl)))) argument
|
/third_party/python/Modules/_blake2/impl/ |
D | blake2-dispatch.c | 52 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/ |
D | cpu.c | 70 uint32_t eax, edx; in xgetbv() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | cpu.c | 76 uint32_t eax, edx; in xgetbv() local
|
/third_party/mesa3d/src/util/ |
D | u_cpu_detect.c | 343 uint32_t eax, edx; in xgetbv() local
|
/third_party/musl/arch/i386/bits/ |
D | user.h | 15 long ebx, ecx, edx, esi, edi, ebp, eax, xds, xes, xfs, xgs; member
|
D | signal.h | 61 unsigned long edi, esi, ebp, esp, ebx, edx, ecx, eax; member
|
/third_party/openssl/engines/ |
D | e_padlock.c | 679 unsigned int eax, buf; in padlock_rand_bytes() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | TestUtil.h | 628 uint32_t eax() const { return contentsOfDword(AssembledTest::EaxSlot); } in eax() function
|