summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj/ELF/mips-reginfo.test
blob: 20177a99d8cb74133c44b99e6e3a61cd478f0924 (plain)
1
2
3
4
5
6
7
8
9
10
RUN: llvm-readobj -A %p/Inputs/reginfo.obj.elf-mipsel | FileCheck %s

CHECK:      MIPS RegInfo {
CHECK-NEXT:   GP: 0x7FEF
CHECK-NEXT:   General Mask: 0xB00001F6
CHECK-NEXT:   Co-Proc Mask0: 0x0
CHECK-NEXT:   Co-Proc Mask1: 0x0
CHECK-NEXT:   Co-Proc Mask2: 0x0
CHECK-NEXT:   Co-Proc Mask3: 0x0
CHECK-NEXT: }
OpenPOWER on IntegriCloud