llvm-6502/test/MC
Hal Finkel 958b670c34 [PowerPC] Add support for the CMPB instruction
Newer POWER cores, and the A2, support the cmpb instruction. This instruction
compares its operands, treating each of the 8 bytes in the GPRs separately,
returning a 'mask' result of 0 (for false) or -1 (for true) in each byte.

Code generation support is added, in the form of a PPCISelDAGToDAG
DAG-preprocessing routine, that recognizes patterns close to what the
instruction computes (either exactly, or related by a constant masking
operation), and generates the cmpb instruction (along with any necessary
constant masking operation). This can be expanded if use cases arise.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225106 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-03 01:16:37 +00:00
..
AArch64
ARM
AsmParser
COFF [COFF] Don't try to add quotes to already quoted linker directives 2014-12-30 19:23:48 +00:00
Disassembler [PowerPC] Add support for the CMPB instruction 2015-01-03 01:16:37 +00:00
ELF MC: Label definitions are permitted after .set directives 2014-12-24 10:27:50 +00:00
Hexagon
MachO Add r224985 back with a fix. 2014-12-31 17:19:34 +00:00
Markup
Mips [mips][microMIPS] Relocate with symbol for micromips symbols 2014-12-30 22:04:16 +00:00
PowerPC [PowerPC] Add support for the CMPB instruction 2015-01-03 01:16:37 +00:00
R600
Sparc
SystemZ
X86