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

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

Issue 1651263002: Add VSUB vector 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
« no previous file with comments | « src/IceInstARM32.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/sub-vec.ll
diff --git a/tests_lit/assembler/arm32/sub-vec.ll b/tests_lit/assembler/arm32/sub-vec.ll
index d653372166d3cfd0da90fd2e806d245aa99c8300..923766b08e5c461408df4d1dcf145e1ce875d713 100644
--- a/tests_lit/assembler/arm32/sub-vec.ll
+++ b/tests_lit/assembler/arm32/sub-vec.ll
@@ -34,7 +34,7 @@ entry:
; ASM: vsub.f32 q10, q10, q11
; DIS: 8: f2644de6
-; IASM: vsub.f32
+; IASM-NOT: vsub.f32
ret <4 x float> %res
}
@@ -49,7 +49,7 @@ entry:
; ASM: vsub.i32 q10, q10, q11
; DIS: 28: f36448e6
-; IASM: vsub.i32
+; IASM-NOT: vsub.i32
ret <4 x i32> %res
}
@@ -64,7 +64,7 @@ entry:
; ASM: vsub.i16 q10, q10, q11
; DIS: 48: f35448e6
-; IASM: vsub.i16
+; IASM-NOT: vsub.i16
ret <8 x i16> %res
}
@@ -79,7 +79,7 @@ entry:
; ASM: vsub.i8 q10, q10, q11
; DIS: 68: f34448e6
-; IASM: vsub.i8
+; IASM-NOT: vsub.i8
ret <16 x i8> %res
}
« no previous file with comments | « src/IceInstARM32.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698