[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201112172252.26439.nai.xia@gmail.com>
Date: Sat, 17 Dec 2011 22:52:26 +0800
From: Nai Xia <nai.xia@...il.com>
To: Andi Kleen <ak@...e.de>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
"Linux-MM" <linux-mm@...ck.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Question about missing "cld" in x86 string assembly code
Hi,
I notice that all x86 assembly code for string operations containing
"scasb, lodsb", etc does not have "cld" at the beginning.
Is this 100% safe?
Or in other words, how could we be sure that
there is no "std" generated by compiler somewhere just before
the string operations?
Thanks,
Nai
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists