macho-mcpu-arm.test 298 B

12345678910
  1. @ RUN: llvm-mc < %s -triple thumbv7-apple-darwin -mcpu=cortex-a7 -filetype=obj | llvm-objdump -triple thumbv7-apple-darwin10 -m -d -mcpu=cortex-a7 - | FileCheck %s
  2. .thumb
  3. .thumb_func _t
  4. _t:
  5. sdiv r1, r2, r3
  6. udiv r1, r2, r3
  7. @ CHECK: 92 fb f3 f1 sdiv r1, r2, r3
  8. @ CHECK: b2 fb f3 f1 udiv r1, r2, r3