summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXing GUO <higuoxing@gmail.com>2019-03-05 03:07:56 +0000
committerXing GUO <higuoxing@gmail.com>2019-03-05 03:07:56 +0000
commit013e17f50ef5170262e67799de4ea8a9474dfeb0 (patch)
tree56ad83ed752ede9f2e6153872b29d087121cd172
parentefec1396accbff7e6e652ffb0e77c56e6c0b7a42 (diff)
downloadbcm5719-llvm-013e17f50ef5170262e67799de4ea8a9474dfeb0.tar.gz
bcm5719-llvm-013e17f50ef5170262e67799de4ea8a9474dfeb0.zip
[ARM][MC] Update one test case in 'test/MC/Disassembler/ARM/invalid-armv7.txt'
Summary: Instruction `[0xfe 0xf0 0x20 0xe3]` is a valid instruction on ARM-v7, which is `dbg #14`. See: https://www.cl.cam.ac.uk/research/srg/han/ACS-P35/zynq/ARMv7-A-R-manual.pdf (Page: 377) ``` Encoding A1: DBG<c> #<option> |31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16|15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00| | cond | 0 0 1 1 0| 0| 1 0| 0 0 0 0| 1 1 1 1| 0 0 0 0| 1 1 1 1| option | ``` Reviewers: fhahn, efriedma Reviewed By: efriedma Subscribers: javed.absar, kristof.beyls, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D58873 llvm-svn: 355374
-rw-r--r--llvm/test/MC/Disassembler/ARM/invalid-armv7.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/MC/Disassembler/ARM/invalid-armv7.txt b/llvm/test/MC/Disassembler/ARM/invalid-armv7.txt
index fa7bba611ab..ea9452ac9ce 100644
--- a/llvm/test/MC/Disassembler/ARM/invalid-armv7.txt
+++ b/llvm/test/MC/Disassembler/ARM/invalid-armv7.txt
@@ -69,9 +69,9 @@
# Undefined encoding space for hint instructions
#------------------------------------------------------------------------------
-# FIXME: is it "dbg #14" or not????
-[0xfe 0xf0 0x20 0xe3]
-# CHCK: invalid instruction encoding
+[0xfe 0xf0 0x20 0xf3]
+# CHECK: invalid instruction encoding
+# CHECK-NEXT: [0xfe 0xf0 0x20 0xf3]
#------------------------------------------------------------------------------
OpenPOWER on IntegriCloud