Home | History | Annotate | Download | only in ARM
      1 @ RUN: llvm-mc -triple armv7-eabi -mattr hwdiv -filetype asm -o /dev/null %s
      2 
      3 	.syntax unified
      4 	.thumb
      5 
      6 	udiv r0, r1, r2
      7 	.arch_extension idiv
      8 	udiv r0, r1, r2
      9