OLD | NEW |
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 Loading... |
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 |
OLD | NEW |