llvm-6502/lib/Target/ARM64/Utils
Tim Northover d805bf8d61 AArch64/ARM64: use HS instead of CS & LO instead of CC.
On instructions using the NZCV register, a couple of conditions have dual
representations: HS/CS and LO/CC (meaning unsigned-higher-or-same/carry-set and
unsigned-lower/carry-clear). The first of these is more descriptive in most
circumstances, so we should print it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207644 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-30 13:14:03 +00:00
..
ARM64BaseInfo.cpp
ARM64BaseInfo.h AArch64/ARM64: use HS instead of CS & LO instead of CC. 2014-04-30 13:14:03 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile Simple fix for build failures resulting from r205867. 2014-04-09 18:34:45 +00:00