1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa,+fp64 -filetype=obj -o - | \
2 # RUN: llvm-readobj -s -section-data | \
3 # RUN: FileCheck %s -check-prefix=ELF32
5 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 -target-abi n32 -filetype=obj -o - | \
6 # RUN: llvm-readobj -s -section-data | \
7 # RUN: FileCheck %s -check-prefix=ELF32
9 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 -target-abi n64 -filetype=obj -o - | \
10 # RUN: llvm-readobj -s -section-data | \
11 # RUN: FileCheck %s -check-prefix=ELF64
14 # ELF32: Name: .reginfo
15 # ELF32: Type: SHT_MIPS_REGINFO (0x70000006)
16 # ELF32: Flags [ (0x2)
17 # ELF32: SHF_ALLOC (0x2)
20 # ELF32: SectionData (
21 # ELF32: 0000: 01010101 00000000 4C005515 00000000
22 # ELF32: 0010: 00000000 00000000
27 # ELF64: Name: .MIPS.options
28 # ELF64: Type: SHT_MIPS_OPTIONS (0x7000000D)
29 # ELF64: Flags [ (0x8000002)
30 # ELF64: SHF_ALLOC (0x2)
31 # ELF64: SHF_MIPS_NOSTRIP (0x8000000)
34 # ELF64: SectionData (
35 # ELF64: 0000: 01280000 00000000 01010101 00000000
36 # ELF64: 0010: 00000000 4C005515 00000000 00000000
37 # ELF64: 0020: 00000000 00000000
47 # abs.s - Reads and writes from/to $f0.
49 # round.w.d - Reads $f4 and writes to $f2.
51 # ceil.w.s - Reads $f8 and writes to $f10.
53 # cvt.s.d - Reads from $f12 and writes to $f14.
55 # abs.d - Reads from $f30 and writes to $f30.
58 # Read and write from/to $f26 and $f27
59 add_a.b $w26,$w26,$w26
60 add_a.b $w27,$w27,$w27