llvm-6502/test/MC
Hal Finkel 953a78084b Add the PPC fcpsgn instruction
Modern PPC cores support a floating-point copysign instruction, and we can use
this to lower the FCOPYSIGN node (which is created from calls to the libm
copysign function). A couple of extra patterns are necessary because the
operand types of FCOPYSIGN need not agree.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188653 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-19 05:01:02 +00:00
..
AArch64
ARM Add support for Thumb2 literal loads with negative zero offset 2013-08-16 12:03:00 +00:00
AsmParser
COFF
Disassembler [SystemZ] Use SRST to implement strlen and strnlen 2013-08-16 11:41:43 +00:00
ELF
MachO
Markup
Mips
PowerPC Add the PPC fcpsgn instruction 2013-08-19 05:01:02 +00:00
SystemZ [SystemZ] Use SRST to implement strlen and strnlen 2013-08-16 11:41:43 +00:00
X86