Don't use vec_disp8 encoding with the .d32 suffix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / score / syscontrol_32.s
CommitLineData
c3b7224a
NC
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 */
11insn_32 "sdbbp 0"
12insn_32 "sdbbp 31"
13
14tran_16_32 "sdbbp! 0", "sdbbp 0"
15
16/* nop -> nop! */
17insn_32 "nop"
18
19tran_16_32 "nop!", "nop"
This page took 0.32832 seconds and 4 git commands to generate.