llvm-project/llvm/test/MC
Sjoerd Meijer 7eb95d672d [ARM] Introduce separate features for FP registers
The MVE extension in Arm v8.1-M permits the use of some move, load and
store isntructions which access the FP registers, even if there's no
actual FP support in the processor (in particular, if you have the
integer-only version of MVE).

Therefore, we need separate subtarget features to condition those
instructions on, which are implied by both FP and MVE but are not part
of either.

Patch mostly by Simon Tatham.

Differential Revision: https://reviews.llvm.org/D60694

llvm-svn: 362088
2019-05-30 12:37:05 +00:00
..
AArch64 [AArch64][SVE2] Asm: support SVE2 vector splice (constructive) 2019-05-30 08:51:39 +00:00
AMDGPU [AMDGPU][MC] Enabled constant expressions as operands of s_waitcnt 2019-05-27 14:08:43 +00:00
ARM [ARM] Introduce separate features for FP registers 2019-05-30 12:37:05 +00:00
AVR [AVR] Fix 'symbol_relocations.s' MC test 2019-05-18 16:38:48 +00:00
AsmParser [llvm-readobj] Change -t to --symbols in tests. NFC 2019-05-01 09:28:24 +00:00
BPF bpf: disassembler support for XADD under sub-register mode 2019-02-28 19:22:34 +00:00
COFF [llvm-pdbutil] Dump inline call site line table annotations 2019-05-29 21:26:25 +00:00
Disassembler [X86] Add ENQCMD instructions 2019-05-30 03:59:16 +00:00
ELF Add IR support, ELF section and user documentation for partitioning feature. 2019-05-29 03:29:01 +00:00
Hexagon [llvm-objdump] - Print relocation record in a GNU format. 2019-05-07 13:14:18 +00:00
Lanai
MSP430 [llvm-readobj] Change -t to --symbols in tests. NFC 2019-05-01 09:28:24 +00:00
MachO Fix typo in r361251. 2019-05-21 13:23:32 +00:00
Mips [mips] LLVM and GAS now use same instructions for CFA Definition. NFCI 2019-05-15 12:05:27 +00:00
PowerPC [PPC64] Update LocalEntry from assigned symbols 2019-05-21 10:41:25 +00:00
RISCV [RISCV] Support assembling TLS LA pseudo instructions 2019-05-23 14:46:27 +00:00
Sparc [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
SystemZ [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
WebAssembly [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
X86 [X86] Add ENQCMD instructions 2019-05-30 03:59:16 +00:00