1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/test/MC/PowerPC
Chuang-Yu Cheng f63e6b8f62 [Power9] Implement new vsx instructions: quad-precision move, fp-arithmetic
This change implements the following vsx instructions:

- quad-precision move
    xscpsgnqp, xsabsqp, xsnegqp, xsnabsqp

- quad-precision fp-arithmetic
    xsaddqp(o) xsdivqp(o) xsmulqp(o) xssqrtqp(o) xssubqp(o)
    xsmaddqp(o) xsmsubqp(o) xsnmaddqp(o) xsnmsubqp(o)

22 instructions

Thanks Nemanja and Kit for careful review and invaluable discussion!
Reviewers: hal, nemanja, kbarton, tjablin, amehsan

http://reviews.llvm.org/D16110

llvm-svn: 264565
2016-03-28 07:38:01 +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
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 [Power9] Implement new altivec instructions: permute, count zero, extend sign, negate, parity, shift/rotate, mul10 2016-03-26 05:46:11 +00:00
ppc64-encoding.s [PowerPC] Replace cntlz[.] with cntlzw[.] 2015-10-28 03:26:45 +00:00
ppc64-errors.s
ppc64-fixup-apply.s Relax a few more overspecified tests. 2015-11-03 19:38:19 +00:00
ppc64-fixup-explicit.s
ppc64-fixups.s [MC] Merge VK_PPC_TPREL in to generic VK_TPREL. 2016-02-10 18:32:01 +00:00
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 [llvm-readobj] Decode st_other symbol's flags 2016-03-24 16:10:37 +00:00
ppc64-operands.s
ppc64-regs.s
ppc64-relocs-01.s
ppc64-tls-relocs-01.s
ppc-llong.s Relax a few more overspecified tests. 2015-11-03 19:38:19 +00:00
ppc-machine.s
ppc-nop.s
ppc-reloc.s
ppc-word.s Relax a few more overspecified tests. 2015-11-03 19:38:19 +00:00
pr24686.s [PPC] Fix PR24686 by failing assembly for an invalid relocation 2015-10-22 15:53:44 +00:00
qpx.s [PowerPC] Support register name prefixes for vector registers 2015-04-23 23:16:22 +00:00
st-other-crash.s [llvm-readobj] Decode st_other symbol's flags 2016-03-24 16:10:37 +00:00
tls-gd-obj.s
tls-ie-obj.s
tls-ld-obj.s
vsx.s [Power9] Implement new vsx instructions: quad-precision move, fp-arithmetic 2016-03-28 07:38:01 +00:00