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

Unified Diff: tests_lit/assembler/arm32/and-vec.ll

Issue 1657353002: Add VAND to the integrated ARM assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nits. Created 4 years, 11 months 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
« src/IceInstARM32.cpp ('K') | « src/IceTargetLoweringARM32.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/assembler/arm32/and-vec.ll
diff --git a/tests_lit/assembler/arm32/and-vec.ll b/tests_lit/assembler/arm32/and-vec.ll
index e4d962543c1cf1bf214dc92784f21fecf989c0a1..35e2713e0e63752c1152ac6edeed522f3a790008 100644
--- a/tests_lit/assembler/arm32/and-vec.ll
+++ b/tests_lit/assembler/arm32/and-vec.ll
@@ -30,7 +30,7 @@ entry:
; ASM: vand.i32 q0, q0, q1
; DIS: 0: f2000152
-; IASM: vand.i32
+; IASM-NOT: vand.i32
Jim Stichnoth 2016/02/02 18:46:44 Should this just be "vand" like the other changes,
Karl 2016/02/02 19:25:37 Done.
ret <4 x i32> %res
}
@@ -45,7 +45,7 @@ entry:
; ASM: vand.i16 q0, q0, q1
; DIS: 10: f2000152
-; IASM: vand.i16
+; IASM-NOT: vand
ret <8 x i16> %res
}
@@ -60,7 +60,7 @@ entry:
; ASM: vand.i8 q0, q0, q1
; DIS: 20: f2000152
-; IASM: vand.i8
+; IASM-NOT: vand
ret <16 x i8> %res
}
@@ -79,7 +79,7 @@ entry:
; ASM: vand.i32 q0, q0, q1
; DIS: 30: f2000152
-; IASM: vand.i32
+; IASM-NOT: vand
ret <4 x i1> %res
}
@@ -94,7 +94,7 @@ entry:
; ASM: vand.i16 q0, q0, q1
; DIS: 40: f2000152
-; IASM: vand.i16
+; IASM-NOT: vand
ret <8 x i1> %res
}
@@ -109,7 +109,7 @@ entry:
; ASM: vand.i8 q0, q0, q1
; DIS: 50: f2000152
-; IASM: vand.i8
+; IASM-NOT: vand
ret <16 x i1> %res
}
« src/IceInstARM32.cpp ('K') | « src/IceTargetLoweringARM32.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698