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

Unified Diff: tests_lit/assembler/arm32/load-store.ll

Issue 1418523002: Add hybrid assembler concept to ARM assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nits. Created 5 years, 2 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/IceClFlags.h ('K') | « tests_lit/assembler/arm32/global-load-store.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/load-store.ll
diff --git a/tests_lit/assembler/arm32/load-store.ll b/tests_lit/assembler/arm32/load-store.ll
index c398de9c31303bda263e22715336f252b9f4586d..25c1e9453abb31ea7e24c0e5dd4f0bc68034ea1e 100644
--- a/tests_lit/assembler/arm32/load-store.ll
+++ b/tests_lit/assembler/arm32/load-store.ll
@@ -25,13 +25,13 @@ define internal i32 @add1ToR0(i32 %p) {
; IASM-NEXT: .byte 0x4
; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x8d
-; IASM-NEXT: .byte 0xe5
+; IASM-NEXT: .byte 0xe3
; ASM-NEXT: ldr r0, [sp, #4]
; IASM-NEXT: .byte 0x4
; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x9d
-; IASM-NEXT: .byte 0xe5
+; IASM-NEXT: .byte 0xe3
; ASM-NEXT: add r0, r0, #1
; IASM-NEXT: .byte 0x1
@@ -43,13 +43,13 @@ define internal i32 @add1ToR0(i32 %p) {
; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x8d
-; IASM-NEXT: .byte 0xe5
+; IASM-NEXT: .byte 0xe3
; ASM-NEXT: ldr r0, [sp]
; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x9d
-; IASM-NEXT: .byte 0xe5
+; IASM-NEXT: .byte 0xe3
; ASM-NEXT: add sp, sp, #8
; IASM-NEXT: .byte 0x8
« src/IceClFlags.h ('K') | « tests_lit/assembler/arm32/global-load-store.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698