# RUN: llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -show-encoding -show-inst | FileCheck --check-prefix=MIPS %s # RUN: llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -show-encoding -show-inst -mattr=+micromips | FileCheck --check-prefix=MICROMIPS %s .text text_label: add $4, -0x80000000 # MIPS: lui $1, 32768 # encoding: [0x00,0x80,0x01,0x3c] # MIPS: add $4, $4, $1 # encoding: [0x20,0x20,0x81,0x00] # MIPS-NEXT: #