| commit | 6c8682e2e99cde2c1511d804e29a0816991f00ba | [log] [tgz] |
|---|---|---|
| author | Artyom Skrobov <Artyom.Skrobov@arm.com> | Tue Jun 10 13:11:35 2014 +0000 |
| committer | Artyom Skrobov <Artyom.Skrobov@arm.com> | Tue Jun 10 13:11:35 2014 +0000 |
| tree | 58bba4c120e37f421c339b3826c73248653b87f7 | |
| parent | af3c20f83ab207ce2b4bbb5bb560d4f5a59b41cc [diff] |
Condition codes AL and NV are invalid in the aliases that use inverted condition codes (CINC, CINV, CNEG, CSET, and CSETM). Matching aliases based on "immediate classes", when disassembling, wasn't previously supported, hence adding MCOperandPredicate into class Operand, and implementing the support for it in AsmWriterEmitter. The parsing for those aliases was already custom, so just adding the missing condition into AArch64AsmParser::parseCondCode. llvm-svn: 210528