comparison test/MC/Mips/set-push-pop-directives.s @ 95:afa8332a0e37 LLVM3.8

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents 60c9769439b8
children
comparison
equal deleted inserted replaced
84:f3e34b893a5f 95:afa8332a0e37
49 # CHECK: addu $1, $1, $1 49 # CHECK: addu $1, $1, $1
50 # CHECK: lw $1, 0($1) 50 # CHECK: lw $1, 0($1)
51 # CHECK: b 1336 51 # CHECK: b 1336
52 # CHECK: nop 52 # CHECK: nop
53 # CHECK: addvi.b $w15, $w13, 18 53 # CHECK: addvi.b $w15, $w13, 18
54
55 .set push
56 .set dsp
57 lbux $7, $10($11)
58 .set pop
59
60 .set push
61 .set dsp
62 lbux $7, $10($11)
63 # CHECK-NOT: :[[@LINE-1]]:5: error: instruction requires a CPU feature not currently enabled
64 .set pop
65
66 .set push
67 .set dsp
68 lbux $7, $10($11)
69 # CHECK-NOT: :[[@LINE-1]]:5: error: instruction requires a CPU feature not currently enabled
70 .set pop