summaryrefslogtreecommitdiff
path: root/test/MC/ARM/dfb.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ARM/dfb.s')
-rw-r--r--test/MC/ARM/dfb.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/ARM/dfb.s b/test/MC/ARM/dfb.s
new file mode 100644
index 000000000000..58477749807f
--- /dev/null
+++ b/test/MC/ARM/dfb.s
@@ -0,0 +1,6 @@
+@ RUN: llvm-mc -triple armv8-none-eabi -mcpu=cortex-r52 -show-encoding < %s | FileCheck %s --check-prefix=CHECK-ARM
+@ RUN: llvm-mc -triple thumbv8-none-eabi -mcpu=cortex-r52 -show-encoding < %s | FileCheck %s --check-prefix=CHECK-THUMB
+
+ dfb
+@ CHECK-ARM: dfb @ encoding: [0x4c,0xf0,0x7f,0xf5]
+@ CHECK-THUMB: dfb @ encoding: [0xbf,0xf3,0x4c,0x8f]