Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Unified Diff: third_party/yasm/patched-yasm/modules/arch/x86/tests/gas64/gas-movsxs.asm

Issue 11365061: Update Yasm to 1.2.0 (Yasm Part 3/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/yasm/patched-yasm/modules/arch/x86/tests/gas64/gas-movsxs.asm
===================================================================
--- third_party/yasm/patched-yasm/modules/arch/x86/tests/gas64/gas-movsxs.asm (revision 165590)
+++ third_party/yasm/patched-yasm/modules/arch/x86/tests/gas64/gas-movsxs.asm (working copy)
@@ -16,3 +16,17 @@
movzwl %ax, %eax
movzbq %al, %rax
movzwq %ax, %rax
+
+movsbw 5,%ax
+movsbl 5,%eax
+movswl 5,%eax
+movsbq 5,%rax
+movswq 5,%rax
+movsx 5,%eax
+movzbw 5,%ax
+movzbl 5,%eax
+movzwl 5,%eax
+movzbq 5,%rax
+movzwq 5,%rax
+movzx 5,%eax
+

Powered by Google App Engine
This is Rietveld 408576698