[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / Mips / elf_st_other.s
blob8c78bb45db6b13407dd9bdceb57cb9416e5705f7
1 // RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux %s -o -| llvm-readobj --symbols | FileCheck %s
4 .globl f1
5 .type f1, @function
6 .set micromips
7 f1:
8 nop
10 .globl d1
11 .type d1, @object
12 d1:
13 .word 42
15 .globl f2
16 .type f2, @function
17 .set nomicromips
18 f2:
19 nop
21 // CHECK-LABEL: Name: d1
22 // CHECK: Other: 0
23 // CHECK-LABEL: Name: f1
24 // CHECK: Other [ (0x80)
25 // CHECK-LABEL: Name: f2
26 // CHECK: Other: 0