brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.8 KiB · 0a6dc65 Raw
61 lines · plain
1# RUN: llvm-mc %s -triple=mips -mcpu=mips32r2 -mattr=+msa,+fp64 -filetype=obj -o - | \2# RUN:   llvm-readobj -S --section-data - | \3# RUN:     FileCheck %s -check-prefix=ELF324 5# RUN: llvm-mc %s -triple=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=ELF328 9# RUN: llvm-mc %s -triple=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=ELF6412 13# ELF32:   Section {14# ELF32:    Name: .reginfo15# ELF32:    Type: SHT_MIPS_REGINFO (0x70000006)16# ELF32:    Flags [ (0x2)17# ELF32:      SHF_ALLOC (0x2)18# ELF32:    ]19# ELF32:    Size: 2420# ELF32:    SectionData (21# ELF32:      0000: 01010101 00000000 4C005515 0000000022# ELF32:      0010: 00000000 0000000023# ELF32:    )24# ELF32:  }25 26# ELF64:   Section {27# ELF64:    Name: .MIPS.options28# ELF64:    Type: SHT_MIPS_OPTIONS (0x7000000D)29# ELF64:    Flags [ (0x8000002)30# ELF64:      SHF_ALLOC (0x2)31# ELF64:      SHF_MIPS_NOSTRIP (0x8000000)32# ELF64:    ]33# ELF64:    Size: 4034# ELF64:    SectionData (35# ELF64:      0000: 01280000 00000000 01010101 0000000036# ELF64:      0010: 00000000 4C005515 00000000 0000000037# ELF64:      0020: 00000000 0000000038# ELF64:    )39# ELF64:  }40 41.text42        add $0,$0,$043        add $8,$0,$044        add $16,$0,$045        add $24,$0,$046 47# abs.s - Reads and writes from/to $f0.48        abs.s $f0,$f049# round.w.d - Reads $f4 and writes to $f2.50        round.w.d $f2,$f451# ceil.w.s - Reads $f8 and writes to $f10.52        ceil.w.s $f10, $f853# cvt.s.d - Reads from $f12 and writes to $f14.54        cvt.s.d $f14, $f1255# abs.d - Reads from $f30 and writes to $f30.56        abs.d $f30,$f3057 58# Read and write from/to $f26 and $f2759        add_a.b $w26,$w26,$w2660        add_a.b $w27,$w27,$w2761