Sign in
swiftshader
/
SwiftShader.git
/
97035bde89e6af59b5d9e33c96a044ff976e6224
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
MC
/
Mips
/
set-mips16-directive.s
blob: cf8090eaa280f56ad5db90287ceaa75cd9cdc7c4 [
file
] [
log
] [
blame
]
# 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