Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / score / syscontrol_32.s
1 /*
2  * tests for system control instruction relaxation
3  *
4  * Author: libin
5  */
6
7 .include "relaxation_macro.h"
8
9 .text
10 /* sdbbp Imm5 -> sdbbp! Imm5 */
11 insn_32 "sdbbp 0"
12 insn_32 "sdbbp 31"
13
14 tran_16_32 "sdbbp! 0", "sdbbp 0"
15
16 /* nop -> nop! */
17 insn_32 "nop"
18
19 tran_16_32 "nop!", "nop"