llvm-6502/test/MC/SystemZ
Richard Sandiford e2d6f91d63 [SystemZ] Add unsigned compare-and-branch instructions
For some reason I never got around to adding these at the same time as
the signed versions.  No idea why.

I'm not sure whether this SystemZII::BranchC* stuff is useful, or whether
it should just be replaced with an "is normal" flag.  I'll leave that
for later though.

There are some boundary conditions that can be tweaked, such as preferring
unsigned comparisons for equality with [128, 256), and "<= 255" over "< 256",
but again I'll leave those for a separate patch.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190930 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-18 09:56:40 +00:00
..
insn-bad-z196.s [SystemZ] Add FI[EDX]BRA 2013-08-21 08:58:08 +00:00
insn-bad.s [SystemZ] Add unsigned compare-and-branch instructions 2013-09-18 09:56:40 +00:00
insn-good-z196.s [SystemZ] Add FI[EDX]BRA 2013-08-21 08:58:08 +00:00
insn-good.s [SystemZ] Add unsigned compare-and-branch instructions 2013-09-18 09:56:40 +00:00
lit.local.cfg [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
regs-bad.s [SystemZ] Improve AsmParser handling of invalid instructions 2013-05-24 14:26:46 +00:00
regs-good.s [SystemZ] Consolidate assembler tests into 4 big tests 2013-05-15 09:58:19 +00:00
tokens.s [SystemZ] Add the MVC instruction 2013-07-02 14:56:45 +00:00