Lines Matching refs:operands
3 # Too few operands
4 andn t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction
5 # Too few operands
6 orn t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction
7 # Too few operands
8 xnor t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction
9 # Too few operands
10 rol t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction
11 # Too few operands
12 ror t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction
13 # Too few operands
14 rori t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction
18 # Too few operands
19 pack t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction
20 # Too few operands
21 packu t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction
22 # Too few operands
23 packh t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction