Lines Matching refs:edx
45 movl (%rax),%edx / %edx = wchar of string
46 cmpl %esi,%edx / find it?
48 testl %edx,%edx / is it null?
51 movl 4(%rax),%edx / %edx = wchar of string
52 cmpl %esi,%edx / find it?
54 testl %edx,%edx / is it null?
57 movl 8(%rax),%edx / %edx = wchar of string
58 cmpl %esi,%edx / find it?
60 testl %edx,%edx / is it null?
63 movl 12(%rax),%edx / %edx = wchar of string
64 cmpl %esi,%edx / find it?
67 testl %edx,%edx / is it null?