1 # Check trap instruction encoding.
5 # RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux -mcpu=mips32r6 -o %t.o %s
6 # RUN: ld.lld -r -o %t %t.o %t.o
7 # RUN: llvm-objdump --no-print-imm-hex -d -r --no-show-raw-insn %t | FileCheck --check-prefix=EB %s
9 # RUN: llvm-mc -filetype=obj -triple=mipsel-unknown-linux -mcpu=mips32r6 -o %t.o %s
10 # RUN: ld.lld -r -o %t %t.o %t.o
11 # RUN: llvm-objdump --no-print-imm-hex -d -r --no-show-raw-insn %t | FileCheck --check-prefix=EL %s
17 lw $t9
, %got
(.data)($gp)
18 addiu $a0
, $t9
, %lo
(.data)