Lines Matching full:cli
6 ; Check unsigned comparison near the low end of the CLI range, using zero
10 ; CHECK: cli 0(%r2), 1
20 ; Check unsigned comparison near the low end of the CLI range, using sign
24 ; CHECK: cli 0(%r2), 1
34 ; Check unsigned comparison near the high end of the CLI range, using zero
38 ; CHECK: cli 0(%r2), 254
48 ; Check unsigned comparison near the high end of the CLI range, using sign
52 ; CHECK: cli 0(%r2), 254
62 ; Check unsigned comparison above the high end of the CLI range, using zero
66 ; CHECK-NOT: cli {{.*}}
79 ; and simply ignore CLI for this range. First check the low end of the range.
82 ; CHECK-NOT: cli {{.*}}
94 ; CHECK-NOT: cli {{.*}}
103 ; Check signed comparison near the low end of the CLI range, using zero
107 ; CHECK: cli 0(%r2), 1
117 ; Check signed comparison near the low end of the CLI range, using sign
118 ; extension. This cannot use CLI.
121 ; CHECK-NOT: cli {{.*}}
130 ; Check signed comparison near the high end of the CLI range, using zero
134 ; CHECK: cli 0(%r2), 254
144 ; Check signed comparison near the high end of the CLI range, using sign
145 ; extension. This cannot use CLI.
148 ; CHECK-NOT: cli {{.*}}
157 ; Check signed comparison above the high end of the CLI range, using zero
161 ; CHECK-NOT: cli {{.*}}
173 ; CHECK: cli 0(%r2), 128
186 ; CHECK: cli 0(%r2), 128
199 ; CHECK: cli 0(%r2), 127
212 ; CHECK: cli 0(%r2), 127