| Index: tests_lit/assembler/arm32/mul.ll
|
| diff --git a/tests_lit/assembler/arm32/mul.ll b/tests_lit/assembler/arm32/mul.ll
|
| index 63bca0928e18332b30ba52296cbe4537700572de..2265c9bd7df97d0ae3b7f40a4ea4b87e91df111c 100644
|
| --- a/tests_lit/assembler/arm32/mul.ll
|
| +++ b/tests_lit/assembler/arm32/mul.ll
|
| @@ -68,7 +68,11 @@ define internal i64 @MulTwoI64Regs(i64 %a, i64 %b) {
|
| ; IASM-NEXT: .byte 0x3
|
| ; IASM-NEXT: .byte 0x3
|
| ; IASM-NEXT: .byte 0xe0
|
| -; IASM-NEXT: mla r1, r2, r1, r3
|
| +
|
| +; IASM-NEXT: .byte 0x92
|
| +; IASM-NEXT: .byte 0x31
|
| +; IASM-NEXT: .byte 0x21
|
| +; IASM-NEXT: .byte 0xe0
|
| ; IASM-NEXT: umull r0, r2, r0, r2
|
| ; IASM-NEXT: .byte 0x1
|
| ; IASM-NEXT: .byte 0x20
|
|
|