llvm-6502/test/MC/PowerPC
Kit Barton 1b26bfbef1 Properly handle the mftb instruction.
The mftb instruction was incorrectly marked as deprecated in the PPC
Backend. Instead, it should not be treated as deprecated, but rather be
implemented using the mfspr instruction. A similar patch was put into GCC last
year. Details can be found at:

https://sourceware.org/ml/binutils/2014-11/msg00383.html.
This change will replace instances of the mftb instruction with the mfspr
instruction for all CPUs except 601 and pwr3. This will also be the default
behaviour.

Additional details can be found in:

https://llvm.org/bugs/show_bug.cgi?id=23680

Phabricator review: http://reviews.llvm.org/D10419


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239827 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-16 16:01:15 +00:00
..
dcbt.s [PowerPC] Add asm/disasm support for dcbt with hint 2015-04-23 22:47:57 +00:00
deprecated-p7.s Properly handle the mftb instruction. 2015-06-16 16:01:15 +00:00
htm.s Add Hardware Transactional Memory (HTM) Support 2015-03-25 19:36:23 +00:00
lcomm.s
lit.local.cfg
ppc32-ba.s
ppc64-abiversion.s
ppc64-encoding-4xx.s [PowerPC] Enable printing instructions using aliases 2015-04-23 18:30:38 +00:00
ppc64-encoding-6xx.s [PowerPC] Enable printing instructions using aliases 2015-04-23 18:30:38 +00:00
ppc64-encoding-bookII.s [PowerPC] Use sync inst alias when printing 2015-04-23 23:05:08 +00:00
ppc64-encoding-bookIII.s [PowerPC] Enable printing instructions using aliases 2015-04-23 18:30:38 +00:00
ppc64-encoding-e500.s
ppc64-encoding-ext.s [PowerPC] Enable printing instructions using aliases 2015-04-23 18:30:38 +00:00
ppc64-encoding-fp.s [PowerPC] Enable printing instructions using aliases 2015-04-23 18:30:38 +00:00
ppc64-encoding-p8vector.s [PPC64] Add vector pack/unpack support from ISA 2.07 2015-05-16 01:02:12 +00:00
ppc64-encoding-spe.s
ppc64-encoding-vmx.s LLVM support for vector quad bit permute and gather instructions through builtins 2015-06-11 06:21:25 +00:00
ppc64-encoding.s [PPC64] Add support for clrbhrb, mfbhrbe, rfebb. 2015-05-22 16:44:10 +00:00
ppc64-errors.s
ppc64-fixup-apply.s
ppc64-fixup-explicit.s
ppc64-fixups.s
ppc64-initial-cfa.s Use CIE version 1 for .eh_frame. 2015-04-27 22:04:24 +00:00
ppc64-localentry-error1.s
ppc64-localentry-error2.s
ppc64-localentry.s
ppc64-operands.s
ppc64-regs.s
ppc64-relocs-01.s
ppc64-tls-relocs-01.s
ppc-llong.s
ppc-machine.s
ppc-nop.s
ppc-reloc.s Update tests to not be as dependent on section numbers. 2015-04-15 15:59:37 +00:00
ppc-word.s
qpx.s [PowerPC] Support register name prefixes for vector registers 2015-04-23 23:16:22 +00:00
st-other-crash.s Add testcase that would crash before the previous revert. 2015-06-04 05:51:13 +00:00
tls-gd-obj.s Update tests to not be as dependent on section numbers. 2015-04-15 15:59:37 +00:00
tls-ie-obj.s Update tests to not be as dependent on section numbers. 2015-04-15 15:59:37 +00:00
tls-ld-obj.s Update tests to not be as dependent on section numbers. 2015-04-15 15:59:37 +00:00
vsx.s Add support for VSX FMA single-precision instructions to the PPC back end 2015-05-29 17:13:25 +00:00