| OLD | NEW |
| 1 ; Show that we know how to translate udiv | 1 ; Show that we know how to translate udiv |
| 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 -mattr=hwdiv-arm \ | 8 ; RUN: %p2i --filetype=asm -i %s --target=arm32 --args -O2 -mattr=hwdiv-arm \ |
| 9 ; RUN: | FileCheck %s --check-prefix=ASM | 9 ; RUN: | FileCheck %s --check-prefix=ASM |
| 10 | 10 |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 ; DIS-NEXT: 10: e12fff1e | 42 ; DIS-NEXT: 10: e12fff1e |
| 43 | 43 |
| 44 ; IASM-LABEL:UdivTwoRegs: | 44 ; IASM-LABEL:UdivTwoRegs: |
| 45 ; IASM-NEXT:.LUdivTwoRegs$__0: | 45 ; IASM-NEXT:.LUdivTwoRegs$__0: |
| 46 ; IASM-NEXT: tst r1, r1 | 46 ; IASM-NEXT: tst r1, r1 |
| 47 ; IASM-NEXT: .byte 0x0 | 47 ; IASM-NEXT: .byte 0x0 |
| 48 ; IASM-NEXT: .byte 0x0 | 48 ; IASM-NEXT: .byte 0x0 |
| 49 ; IASM-NEXT: .byte 0x0 | 49 ; IASM-NEXT: .byte 0x0 |
| 50 ; IASM-NEXT: .byte 0x1a | 50 ; IASM-NEXT: .byte 0x1a |
| 51 ; IASM-NEXT: .long 0xe7fedef0 | 51 ; IASM-NEXT: .long 0xe7fedef0 |
| 52 ; IASM-NEXT:.LUdivTwoRegs$local$__0: |
| 52 ; IASM-NEXT: .byte 0x10 | 53 ; IASM-NEXT: .byte 0x10 |
| 53 ; IASM-NEXT: .byte 0xf1 | 54 ; IASM-NEXT: .byte 0xf1 |
| 54 ; IASM-NEXT: .byte 0x30 | 55 ; IASM-NEXT: .byte 0x30 |
| 55 ; IASM-NEXT: .byte 0xe7 | 56 ; IASM-NEXT: .byte 0xe7 |
| 56 ; IASM-NEXT: .byte 0x1e | 57 ; IASM-NEXT: .byte 0x1e |
| 57 ; IASM-NEXT: .byte 0xff | 58 ; IASM-NEXT: .byte 0xff |
| 58 ; IASM-NEXT: .byte 0x2f | 59 ; IASM-NEXT: .byte 0x2f |
| 59 ; IASM-NEXT: .byte 0xe1 | 60 ; IASM-NEXT: .byte 0xe1 |
| OLD | NEW |