reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 | # RUN: llvm-mc %s -arch=mips | FileCheck %s # FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS. .text .set mips16 .set nomips16 # CHECK: .text # CHECK: .set mips16 # CHECK: .set nomips16 |