xref: /llvm-project/llvm/test/Object/Mips/feature.test (revision 75cdab6dc2453a508157a9c383b93373a93078d6)
1RUN: llvm-objdump --no-print-imm-hex -d %p/../Inputs/dext-test.elf-mips64r2 | FileCheck %s
2
3CHECK: Disassembly of section .text:
4CHECK: <dext>:
5CHECK:        0:	08 00 e0 03                                  	jr	$ra
6CHECK:        4:	43 49 82 7c                                  	dext $2, $4, 5, 10
7CHECK: <dextu>:
8CHECK:        8:	08 00 e0 03                                  	jr	$ra
9CHECK:        c:	83 28 82 7c                                  	dext $2, $4, 2, 6
10CHECK: <dextm>:
11CHECK:       10:	08 00 e0 03                                  	jr	$ra
12CHECK:       14:	43 09 82 7c                                  	dext $2, $4, 5, 2
13