You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
318 B
11 lines
318 B
4 months ago
|
RUN: llvm-readobj -mips-reginfo %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: }
|