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

Side by Side Diff: tests_lit/assembler/arm32/uxtb.ll

Issue 1678133003: Subzero: Fix trailing whitespace errors. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Rebase Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « tests_lit/assembler/arm32/sandboxing.ll ('k') | tests_lit/assembler/arm32/vldr.ll » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ; Test the UXTB and UXTH instructions. 1 ; Test the UXTB and UXTH instructions.
2 2
3 ; NOTE: We use -O2 to get rid of memory stores. 3 ; NOTE: We use -O2 to get rid of memory stores.
4 4
5 ; REQUIRES: allow_dump 5 ; REQUIRES: allow_dump
6 6
7 ; Compile using standalone assembler. 7 ; Compile using standalone assembler.
8 ; RUN: %p2i --filetype=asm -i %s --target=arm32 --args -O2 \ 8 ; RUN: %p2i --filetype=asm -i %s --target=arm32 --args -O2 \
9 ; RUN: | FileCheck %s --check-prefix=ASM 9 ; RUN: | FileCheck %s --check-prefix=ASM
10 10
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 80
81 81
82 ; ASM-NEXT: bx lr 82 ; ASM-NEXT: bx lr
83 ; DIS-NEXT: 14: e12fff1e 83 ; DIS-NEXT: 14: e12fff1e
84 ; IASM-NEXT: .byte 0x1e 84 ; IASM-NEXT: .byte 0x1e
85 ; IASM-NEXT: .byte 0xff 85 ; IASM-NEXT: .byte 0xff
86 ; IASM-NEXT: .byte 0x2f 86 ; IASM-NEXT: .byte 0x2f
87 ; IASM-NEXT: .byte 0xe1 87 ; IASM-NEXT: .byte 0xe1
88 88
89 } 89 }
90
OLDNEW
« no previous file with comments | « tests_lit/assembler/arm32/sandboxing.ll ('k') | tests_lit/assembler/arm32/vldr.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698