OSDN Git Service

[AArch64][SVE] Asm: Support for PFALSE and PTEST instructions.
authorSander de Smalen <sander.desmalen@arm.com>
Sat, 28 Jul 2018 14:18:11 +0000 (14:18 +0000)
committerSander de Smalen <sander.desmalen@arm.com>
Sat, 28 Jul 2018 14:18:11 +0000 (14:18 +0000)
commit234c23e0a025de2ee741242b19da521e7bfff715
tree07c4926a77cf36335ea19e5253ebc5f80edb508c
parentc358be353a3eb87001f2846b7c0d4b8543ec0de8
[AArch64][SVE] Asm: Support for PFALSE and PTEST instructions.

This patch adds PFALSE (unconditionally sets all elements of
the predicate to false) and PTEST (set the status flags for the
predicate).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338198 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64SVEInstrInfo.td
lib/Target/AArch64/SVEInstrFormats.td
test/MC/AArch64/SVE/pfalse-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/pfalse.s [new file with mode: 0644]
test/MC/AArch64/SVE/ptest-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ptest.s [new file with mode: 0644]