Lines Matching full:check
1 // RUN: not llvm-mc -triple aarch64-none-linux-gnu < %s 2>&1 | FileCheck --check-prefix=CHECK --check-prefix=CHECK-ERROR %s
6 // CHECK-ERROR: warning: ignoring redefinition of register alias 'fred'
7 // CHECK-ERROR: fred .req x6
8 // CHECK-ERROR: ^
11 // CHECK-ERROR: error: vector register without type specifier expected
12 // CHECK-ERROR: ada .req v2.8b
13 // CHECK-ERROR: ^
16 // CHECK-ERROR: error: register name or alias expected
17 // CHECK-ERROR: bob .req lisa
18 // CHECK-ERROR: ^
21 // CHECK-ERROR: error: unexpected input in .req directive
22 // CHECK-ERROR: lisa .req x1, 23
23 // CHECK-ERROR: ^
26 // CHECK-ERROR: error: invalid operand for instruction
27 // CHECK-ERROR: mov bob, fred
28 // CHECK-ERROR: ^
31 // CHECK-ERROR: error: unexpected input in .unreq directive.
32 // CHECK-ERROR: .unreq 1
33 // CHECK-ERROR: ^
36 // CHECK: mov x1, x5
37 // CHECK-NOT: mov x1, x6