gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / tme-invalid.l
1 [^:]*: Assembler messages:
2 .*: Error: immediate value out of range 0 to 65535 at operand 1 -- `tcancel -1'
3 .*: Error: immediate value out of range 0 to 65535 at operand 1 -- `tcancel 65536'
4 .*: Error: immediate value out of range 0 to 65535 at operand 1 -- `tcancel 0x10000'
5 .*: Error: constant expression required at operand 1 -- `tcancel 1b'
6 .*: Error: immediate operand required at operand 1 -- `tcancel w1'
7 .*: Error: immediate operand required at operand 1 -- `tcancel x1'
8 .*: Error: immediate operand required at operand 1 -- `tcancel w23'
9 .*: Error: immediate operand required at operand 1 -- `tcancel x23'
10 .*: Error: immediate operand required at operand 1 -- `tcancel wzr'
11 .*: Error: immediate operand required at operand 1 -- `tcancel xzr'
12 .*: Error: constant expression required at operand 1 -- `tcancel wsp'
13 .*: Error: constant expression required at operand 1 -- `tcancel xsp'
14 .*: Error: constant expression required at operand 1 -- `tcancel sp'
15 .*: Error: operand 1 must be an integer register -- `tstart'
16 .*: Error: operand mismatch -- `tstart w1'
17 .*: Info: did you mean this\?
18 .*: Info: tstart x1
19 .*: Error: operand mismatch -- `tstart w17'
20 .*: Info: did you mean this\?
21 .*: Info: tstart x17
22 .*: Error: operand mismatch -- `tstart wzr'
23 .*: Info: did you mean this\?
24 .*: Info: tstart xzr
25 .*: Error: operand 1 must be an integer register -- `tstart wsp'
26 .*: Error: operand 1 must be an integer register -- `tstart xsp'
This page took 0.029199 seconds and 4 git commands to generate.