aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
diff options
context:
space:
mode:
authorSilviu Baranga <silviu.baranga@arm.com>2012-04-18 13:02:55 +0000
committerSilviu Baranga <silviu.baranga@arm.com>2012-04-18 13:02:55 +0000
commite546c4c9c3004274c8e275e8303ca078b794bf28 (patch)
tree003a1f23a926f767cd828a24b5f4c8ead7a4b3bb /utils/TableGen
parent9e71231309e8924b89aa94ca86cae883db1d2916 (diff)
downloadexternal_llvm-e546c4c9c3004274c8e275e8303ca078b794bf28.zip
external_llvm-e546c4c9c3004274c8e275e8303ca078b794bf28.tar.gz
external_llvm-e546c4c9c3004274c8e275e8303ca078b794bf28.tar.bz2
Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocessor number was removed for this instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155000 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen')
-rw-r--r--utils/TableGen/EDEmitter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/EDEmitter.cpp b/utils/TableGen/EDEmitter.cpp
index 3809a45..fe484ca 100644
--- a/utils/TableGen/EDEmitter.cpp
+++ b/utils/TableGen/EDEmitter.cpp
@@ -594,6 +594,7 @@ static int ARMFlagFromOpName(LiteralConstantEmitter *type,
IMM("jtblock_operand");
IMM("nohash_imm");
IMM("p_imm");
+ IMM("pf_imm");
IMM("c_imm");
IMM("coproc_option_imm");
IMM("imod_op");