11aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
21aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# RUN: -mattr=micromips | FileCheck %s -check-prefix=CHECK-FIXUP
31aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# RUN: llvm-mc %s -filetype=obj -triple=mipsel-unknown-linux \
41aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# RUN: -mattr=micromips | llvm-readobj -r \
51aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# RUN: | FileCheck %s -check-prefix=CHECK-ELF
61aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic#------------------------------------------------------------------------------
71aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# Check that the assembler can handle the documented syntax
81aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# for relocations.
91aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic#------------------------------------------------------------------------------
101aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# CHECK-FIXUP: foo:
111aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# CHECK-FIXUP:   addiu $2, $zero, 1332
121aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# CHECK-FIXUP:         # encoding: [0x40,0x30,0x34,0x05]
131aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# CHECK-FIXUP:   j foo # encoding: [A,0xd4'A',A,0b000000AA]
141aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# CHECK-FIXUP:         #   fixup A - offset: 0,
151aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# CHECK-FIXUP:             value: foo, kind: fixup_MICROMIPS_26_S1
161aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# CHECK-FIXUP:   nop   # encoding: [0x00,0x00,0x00,0x00]
171aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic#------------------------------------------------------------------------------
181aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# Check that the appropriate relocations were created.
191aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic#------------------------------------------------------------------------------
201aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# CHECK-ELF: Relocations [
211aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# CHECK-ELF:     0x{{[0-9,A-F]+}} R_MICROMIPS_26_S1
221aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic# CHECK-ELF: ]
231aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic
241aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovicfoo:
251aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic  addiu $2, $0, 1332
261aaf43c2a2ec0fd4c8dbfe56558237219c5f8af7Zoran Jovanovic  j foo
27