Searched refs:edx (Results 126 - 134 of 134) sorted by relevance

123456

/bionic/libc/arch-x86/bionic/
H A Dsyscall.S7 * %edx: arg2 - caller save
27 mov 32(%esp),%edx
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dvm86.h54 long edx; member in struct:vm86_regs
H A Dsigcontext.h94 unsigned long edx; member in struct:sigcontext
H A Dkvm.h211 __u32 edx; member in struct:kvm_cpuid_entry
230 __u32 edx; member in struct:kvm_cpuid_entry2
/bionic/libc/kernel/uapi/video/
H A Duvesafb.h26 __u32 edx; member in struct:v86_regs
/bionic/libc/include/sys/
H A Duser.h67 long edx; member in struct:user_regs_struct
/bionic/libc/arch-x86_64/string/
H A Dsse2-strcpy-slm.S609 mov (%rsi), %edx
610 mov %edx, (%rdi)
655 mov 3(%rsi), %edx
657 mov %edx, 3(%rdi)
716 mov 7(%rsi), %edx
718 mov %edx, 7(%rdi)
732 mov 8(%rsi), %edx
734 mov %edx, 8(%rdi)
1126 mov (%rsi), %edx
1127 mov %edx, (
[all...]
H A Dsse4-memcmp-slm.S893 movzbl -1(%rsi), %edx
894 sub %edx, %eax
917 movzbl -1(%rsi), %edx
918 sub %edx, %eax
/bionic/libc/arch-x86/atom/string/
H A Dsse2-strrchr-atom.S158 pmovmskb %xmm3, %edx
162 shr %cl, %edx
169 test %edx, %edx
183 test %edx, %edx
609 mov %edx, %ecx

Completed in 2497 milliseconds

123456