Lines Matching refs:expected
6 .ent # ASM: :[[@LINE]]:14: error: expected identifier after .ent
7 .ent bar, # ASM: :[[@LINE]]:19: error: expected number after comma
8 .ent foo, bar # AMS: :[[@LINE]]:23: error: expected an absolute expression after comma
9 .ent foo, 5, bar # AMS: :[[@LINE]]:20: error: unexpected token, expected end of statement
11 .frame # ASM: :[[@LINE]]:16: error: expected stack register
12 .frame bar # ASM: :[[@LINE]]:16: error: expected stack register
13 .frame $f1, 8, # ASM: :[[@LINE]]:16: error: expected general purpose register
14 .frame $sp # ASM: :[[@LINE]]:20: error: unexpected token, expected comma
15 .frame $sp, # ASM: :[[@LINE]]:21: error: expected frame size value
17 .frame $sp, 8 # ASM: :[[@LINE]]:23: error: unexpected token, expected comma
18 .frame $sp, 8, # ASM: :[[@LINE]]:24: error: expected return register
19 .frame $sp, 8, $f1 # ASM: :[[@LINE]]:24: error: expected general purpose register
20 .frame $sp, 8, $ra, foo # ASM: :[[@LINE]]:27: error: unexpected token, expected end of statement
22 .mask # ASM: :[[@LINE]]:16: error: expected bitmask value
24 .mask 0x80000000 # ASM: :[[@LINE]]:26: error: unexpected token, expected comma
25 .mask 0x80000000, # ASM: :[[@LINE]]:27: error: expected frame offset value
27 .mask 0x80000000, -4, bar # ASM: :[[@LINE]]:29: error: unexpected token, expected end of statement
29 .fmask # ASM: :[[@LINE]]:17: error: expected bitmask value
31 .fmask 0x80000000 # ASM: :[[@LINE]]:27: error: unexpected token, expected comma
32 .fmask 0x80000000, # ASM: :[[@LINE]]:28: error: expected frame offset value
34 .fmask 0x80000000, -4, bar # ASM: :[[@LINE]]:30: error: unexpected token, expected end of statement
36 .end # ASM: :[[@LINE]]:14: error: expected identifier after .end
38 .end _local_foo_bar, foo # ASM: :[[@LINE]]:28: error: unexpected token, expected end of statement