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

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

Issue 1484023002: Fix nits from previous CLs. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix formatting. Created 5 years 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 | « src/IceAssemblerARM32.cpp ('k') | tests_lit/assembler/arm32/lsl.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 ; Show that we know how to translate add. 1 ; Show that we know how to translate blx.
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
11 ; Show bytes in assembled standalone code. 11 ; Show bytes in assembled standalone code.
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 55
56 ; ASM-NEXT: blx r1 56 ; ASM-NEXT: blx r1
57 ; DIS-NEXT: c: e12fff31 57 ; DIS-NEXT: c: e12fff31
58 ; IASM-NEXT: .byte 0x31 58 ; IASM-NEXT: .byte 0x31
59 ; IASM-NEXT: .byte 0xff 59 ; IASM-NEXT: .byte 0xff
60 ; IASM-NEXT: .byte 0x2f 60 ; IASM-NEXT: .byte 0x2f
61 ; IASM-NEXT: .byte 0xe1 61 ; IASM-NEXT: .byte 0xe1
62 62
63 ret void 63 ret void
64 } 64 }
OLDNEW
« no previous file with comments | « src/IceAssemblerARM32.cpp ('k') | tests_lit/assembler/arm32/lsl.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698