1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -filetype=obj -o - | \
2 # RUN: llvm-readobj -S --section-data | \
7 # CHECK: Name: .reginfo
8 # CHECK: Type: SHT_MIPS_REGINFO (0x70000006)
10 # CHECK: SHF_ALLOC (0x2)
13 # CHECK: SectionData (
14 # CHECK: 0000: 01010101 00000000 C0007535 00000000
15 # CHECK: 0010: 00000000 00000000
25 # abs.s - Reads and writes from/to $f0.
27 # round.w.d - Reads $f4 and $f5 and writes to $f2.
29 # ceil.w.s - Reads $f8 and writes to $f10.
31 # cvt.s.d - Reads from $f12 and $f13 and writes to $f14
33 # abs.d - Reads from $f30 and $f31 and writes to $f30 and $f31.