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

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

Issue 1433743002: Add POP instruction to ARM integrated assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Clean up push/pop. Created 5 years, 1 month 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
OLDNEW
1 ; Show that we know how to translate bic. 1 ; Show that we know how to translate bic.
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 79
80 ; IASM: .byte 0xd 80 ; IASM: .byte 0xd
81 ; IASM-NEXT: .byte 0x0 81 ; IASM-NEXT: .byte 0x0
82 ; IASM-NEXT: .byte 0xa0 82 ; IASM-NEXT: .byte 0xa0
83 ; IASM-NEXT: .byte 0xe1 83 ; IASM-NEXT: .byte 0xe1
84 84
85 ; IASM: .byte 0xb 85 ; IASM: .byte 0xb
86 ; IASM-NEXT: .byte 0xd0 86 ; IASM-NEXT: .byte 0xd0
87 ; IASM-NEXT: .byte 0xa0 87 ; IASM-NEXT: .byte 0xa0
88 ; IASM-NEXT: .byte 0xe1 88 ; IASM-NEXT: .byte 0xe1
89 ; IASM: pop {fp} 89
90 ; IASM-NEXT: .byte 0x4
91 ; IASM-NEXT: .byte 0xb0
92 ; IASM-NEXT: .byte 0x9d
93 ; IASM-NEXT: .byte 0xe4
94
90 ; IASM: .byte 0x1e 95 ; IASM: .byte 0x1e
91 ; IASM-NEXT: .byte 0xff 96 ; IASM-NEXT: .byte 0xff
92 ; IASM-NEXT: .byte 0x2f 97 ; IASM-NEXT: .byte 0x2f
93 ; IASM-NEXT: .byte 0xe1 98 ; IASM-NEXT: .byte 0xe1
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698