Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swiftshader
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
swiftshader
Commits
55ce7bcf
Commit
55ce7bcf
authored
Oct 30, 2015
by
Karl Schimpf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix more movw/movt ARM integrated assembler tests.
BUG=None R=stichnot@chromium.org Review URL:
https://codereview.chromium.org/1425243002
.
parent
f8fc12f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
global-load-store.ll
tests_lit/assembler/arm32/global-load-store.ll
+4
-4
No files found.
tests_lit/assembler/arm32/global-load-store.ll
View file @
55ce7bcf
...
...
@@ -55,8 +55,8 @@ define internal i32 @load() {
; IASM-LABEL:load:
; IASM-NEXT: .Lload$__0:
; IASM-NEXT: movw r0, #:lower16:global1
; IASM-NEXT: movt r0, #:upper16:global1
; IASM-NEXT: movw r0, #:lower16:global1
@ .word e3000000
; IASM-NEXT: movt r0, #:upper16:global1
@ .word e3400000
; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x90
...
...
@@ -87,8 +87,8 @@ define internal void @store(i32 %v) {
; IASM-LABEL:store:
; IASM-NEXT: .Lstore$__0:
; IASM-NEXT: movw r1, #:lower16:global1
; IASM-NEXT: movt r1, #:upper16:global1
; IASM-NEXT: movw r1, #:lower16:global1
@ .word e3001000
; IASM-NEXT: movt r1, #:upper16:global1
@ .word e3401000
; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x81
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment