mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
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
|