brintos

brintos / llvm-project-archived public Read only

0
0
Text · 966 B · 8328268 Raw
35 lines · plain
1# RUN: llvm-mc %s -triple=mips -mcpu=mips32r2 -filetype=obj -o - | \2# RUN:   llvm-readobj -S --section-data - | \3# RUN:     FileCheck %s4 5# CHECK:   Section {6# CHECK:    Index:7# CHECK:    Name: .reginfo8# CHECK:    Type: SHT_MIPS_REGINFO (0x70000006)9# CHECK:    Flags [ (0x2)10# CHECK:      SHF_ALLOC (0x2)11# CHECK:    ]12# CHECK:    Size: 2413# CHECK:    SectionData (14# CHECK:      0000: 01010101 00000000 C0007535 0000000015# CHECK:      0010: 00000000 0000000016# CHECK:    )17# CHECK:  }18 19.text20        add $0,$0,$021        add $8,$0,$022        add $16,$0,$023        add $24,$0,$024 25# abs.s - Reads and writes from/to $f0.26        abs.s $f0,$f027# round.w.d - Reads $f4 and $f5 and writes to $f2.28        round.w.d $f2,$f429# ceil.w.s - Reads $f8 and writes to $f10.30        ceil.w.s $f10, $f831# cvt.s.d - Reads from $f12 and $f13 and writes to $f1432        cvt.s.d $f14, $f1233# abs.d - Reads from $f30 and $f31 and writes to $f30 and $f31.34        abs.d $f30,$f3035