Commit 55ce7bcf by Karl Schimpf

Fix more movw/movt ARM integrated assembler tests.

BUG=None R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1425243002 .
parent f8fc12f7
...@@ -55,8 +55,8 @@ define internal i32 @load() { ...@@ -55,8 +55,8 @@ define internal i32 @load() {
; IASM-LABEL:load: ; IASM-LABEL:load:
; IASM-NEXT: .Lload$__0: ; IASM-NEXT: .Lload$__0:
; IASM-NEXT: movw r0, #:lower16:global1 ; IASM-NEXT: movw r0, #:lower16:global1 @ .word e3000000
; IASM-NEXT: movt r0, #:upper16:global1 ; IASM-NEXT: movt r0, #:upper16:global1 @ .word e3400000
; IASM-NEXT: .byte 0x0 ; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x0 ; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x90 ; IASM-NEXT: .byte 0x90
...@@ -87,8 +87,8 @@ define internal void @store(i32 %v) { ...@@ -87,8 +87,8 @@ define internal void @store(i32 %v) {
; IASM-LABEL:store: ; IASM-LABEL:store:
; IASM-NEXT: .Lstore$__0: ; IASM-NEXT: .Lstore$__0:
; IASM-NEXT: movw r1, #:lower16:global1 ; IASM-NEXT: movw r1, #:lower16:global1 @ .word e3001000
; IASM-NEXT: movt r1, #:upper16:global1 ; IASM-NEXT: movt r1, #:upper16:global1 @ .word e3401000
; IASM-NEXT: .byte 0x0 ; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x0 ; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x81 ; IASM-NEXT: .byte 0x81
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment