mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
70d641fbec
This was a thinko. The intent was to flip the explicit bits that need toggling rather than all bits. This would result in incorrect behaviour (which now is tested). Thanks to Nico Weber for pointing this out! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215846 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
160 B
ArmAsm
9 lines
160 B
ArmAsm
@ RUN: llvm-mc -triple armv7-eabi -mattr hwdiv -filetype asm -o /dev/null %s
|
|
|
|
.syntax unified
|
|
.thumb
|
|
|
|
udiv r0, r1, r2
|
|
.arch_extension idiv
|
|
udiv r0, r1, r2
|