aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/cpsetup-bad.s
blob: 09252a1310edfaa39d42de9ff80d5c0f5516f3c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# RUN: not llvm-mc %s -triple mips64-unknown-unknown 2>%t1
# RUN:   FileCheck %s < %t1 -check-prefix=ASM

        .text
        .option pic2
t1:
        .cpsetup $bar, 8, __cerror
# ASM: :[[@LINE-1]]:18: error: expected register containing function address
        .cpsetup $33, 8, __cerror
# ASM: :[[@LINE-1]]:18: error: invalid register
        .cpsetup $31, foo, __cerror
# ASM: :[[@LINE-1]]:23: error: expected save register or stack offset
        .cpsetup $31, $32, __cerror
# ASM: :[[@LINE-1]]:23: error: invalid register