Home | History | Annotate | Download | only in priv

Lines Matching full:xchgl

148       87DB (xchgl %ebx,%ebx)   %EDX = client_request ( %EAX )
149 87C9 (xchgl %ecx,%ecx) %EAX = guest_NRADDR
150 87D2 (xchgl %edx,%edx) call-noredir *%EAX
7989 if (code[12] == 0x87 && code[13] == 0xDB /* xchgl %ebx,%ebx */) {
7998 if (code[12] == 0x87 && code[13] == 0xC9 /* xchgl %ecx,%ecx */) {
8006 if (code[12] == 0x87 && code[13] == 0xD2 /* xchgl %edx,%edx */) {