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

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

Issue 1429073005: Add MLA instruction to ARM integerated assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Remove tabs. 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
« src/IceInstARM32.cpp ('K') | « src/IceTargetLoweringARM32.h ('k') | no next file » | 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 mul. 1 ; Show that we know how to translate mul.
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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 ; DIS-NEXT: 1c: e0822001 61 ; DIS-NEXT: 1c: e0822001
62 ; DIS-NEXT: 20: e1a01002 62 ; DIS-NEXT: 20: e1a01002
63 ; DIS-NEXT: 24: e12fff1e 63 ; DIS-NEXT: 24: e12fff1e
64 64
65 ; IASM-LABEL:MulTwoI64Regs: 65 ; IASM-LABEL:MulTwoI64Regs:
66 ; IASM-NEXT:.LMulTwoI64Regs$__0: 66 ; IASM-NEXT:.LMulTwoI64Regs$__0:
67 ; IASM-NEXT: .byte 0x90 67 ; IASM-NEXT: .byte 0x90
68 ; IASM-NEXT: .byte 0x3 68 ; IASM-NEXT: .byte 0x3
69 ; IASM-NEXT: .byte 0x3 69 ; IASM-NEXT: .byte 0x3
70 ; IASM-NEXT: .byte 0xe0 70 ; IASM-NEXT: .byte 0xe0
71 ; IASM-NEXT: mla r1, r2, r1, r3 71
72 ; IASM-NEXT: .byte 0x92
73 ; IASM-NEXT: .byte 0x31
74 ; IASM-NEXT: .byte 0x21
75 ; IASM-NEXT: .byte 0xe0
72 ; IASM-NEXT: umull r0, r2, r0, r2 76 ; IASM-NEXT: umull r0, r2, r0, r2
73 ; IASM-NEXT: .byte 0x1 77 ; IASM-NEXT: .byte 0x1
74 ; IASM-NEXT: .byte 0x20 78 ; IASM-NEXT: .byte 0x20
75 ; IASM-NEXT: .byte 0x82 79 ; IASM-NEXT: .byte 0x82
76 ; IASM-NEXT: .byte 0xe0 80 ; IASM-NEXT: .byte 0xe0
77 81
78 ; IASM-NEXT: .byte 0x2 82 ; IASM-NEXT: .byte 0x2
79 ; IASM-NEXT: .byte 0x10 83 ; IASM-NEXT: .byte 0x10
80 ; IASM-NEXT: .byte 0xa0 84 ; IASM-NEXT: .byte 0xa0
81 ; IASM-NEXT: .byte 0xe1 85 ; IASM-NEXT: .byte 0xe1
82 86
83 ; IASM-NEXT: .byte 0x1e 87 ; IASM-NEXT: .byte 0x1e
84 ; IASM-NEXT: .byte 0xff 88 ; IASM-NEXT: .byte 0xff
85 ; IASM-NEXT: .byte 0x2f 89 ; IASM-NEXT: .byte 0x2f
86 ; IASM-NEXT: .byte 0xe1 90 ; IASM-NEXT: .byte 0xe1
OLDNEW
« src/IceInstARM32.cpp ('K') | « src/IceTargetLoweringARM32.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698