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

Unified Diff: tests_lit/assembler/arm32/udiv.ll

Issue 1649053002: Add the trap instruction 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
« tests_lit/assembler/arm32/trap.ll ('K') | « tests_lit/assembler/arm32/trap.ll ('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/udiv.ll
diff --git a/tests_lit/assembler/arm32/udiv.ll b/tests_lit/assembler/arm32/udiv.ll
index 9fb2b432e46f8573a5b43a6fb29bf26c78205fb5..7a41e1224eaa2293b225e3fad20cc78ad0ea9b01 100644
--- a/tests_lit/assembler/arm32/udiv.ll
+++ b/tests_lit/assembler/arm32/udiv.ll
@@ -55,7 +55,11 @@ define internal i32 @UdivTwoRegs(i32 %a, i32 %b) {
; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x1a
-; IASM-NEXT: .long 0xe7fedef0
+; IASM-NEXT: .byte 0xf0
+; IASM-NEXT: .byte 0xde
+; IASM-NEXT: .byte 0xfe
+; IASM-NEXT: .byte 0xe7
+
; IASM-NEXT:.LUdivTwoRegs$local$__0:
; IASM-NEXT: .byte 0x10
; IASM-NEXT: .byte 0xf1
« tests_lit/assembler/arm32/trap.ll ('K') | « tests_lit/assembler/arm32/trap.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698