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

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

Issue 1661633002: Add VORR instruction to the integrated ARM assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: 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/IceAssemblerARM32.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/or-vec.ll
diff --git a/tests_lit/assembler/arm32/or-vec.ll b/tests_lit/assembler/arm32/or-vec.ll
index dd9a51f275f5be78826d4636579474b1dd531d6c..b6cf5806f486b73cf243a01ba795262f276fb7c5 100644
--- a/tests_lit/assembler/arm32/or-vec.ll
+++ b/tests_lit/assembler/arm32/or-vec.ll
@@ -30,7 +30,7 @@ entry:
; ASM: vorr.i32 q0, q0, q1
; DIS: 0: f2200152
-; IASM: vorr.i32
+; IASM-NOT: vorr.i32
ret <4 x i32> %res
}
@@ -45,7 +45,7 @@ entry:
; ASM: vorr.i16 q0, q0, q1
; DIS: 10: f2200152
-; IASM: vorr.i16
+; IASM-NOT: vorr.i16
ret <8 x i16> %res
}
@@ -60,7 +60,7 @@ entry:
; ASM: vorr.i8 q0, q0, q1
; DIS: 20: f2200152
-; IASM: vorr.i8
+; IASM-NOT: vorr.i8
ret <16 x i8> %res
}
@@ -79,7 +79,7 @@ entry:
; ASM: vorr.i32 q0, q0, q1
; DIS: 30: f2200152
-; IASM: vorr.i32
+; IASM-NOT: vorr.i32
ret <4 x i1> %res
}
@@ -94,7 +94,7 @@ entry:
; ASM: vorr.i16 q0, q0, q1
; DIS: 40: f2200152
-; IASM: vorr.i16
+; IASM-NOT: vorr.i16
ret <8 x i1> %res
}
@@ -109,7 +109,7 @@ entry:
; ASM: vorr.i8 q0, q0, q1
; DIS: 50: f2200152
-; IASM: vorr.i8
+; IASM-NOT: vorr.i8
ret <16 x i1> %res
}
« src/IceAssemblerARM32.cpp ('K') | « src/IceTargetLoweringARM32.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698