Lines Matching full:disabled
0 ; DISABLED: llc < %s -mips-ssection-threshold=8 -march=mips -o %t0
2 ; DISABLED: llc < %s -mips-ssection-threshold=0 -march=mips -o %t1
3 ; DISABLED: grep {sdata} %t0 | count 1
4 ; DISABLED: grep {sbss} %t0 | count 1
5 ; DISABLED: grep {gp_rel} %t0 | count 2
6 ; DISABLED: not grep {sdata} %t1
7 ; DISABLED: not grep {sbss} %t1
8 ; DISABLED: not grep {gp_rel} %t1
9 ; DISABLED: grep {\%hi} %t1 | count 2
10 ; DISABLED: grep {\%lo} %t1 | count 3