xref: /netbsd-src/external/mit/isl/dist/test_inputs/codegen/unroll11.c (revision 2f62cc9c12bc202c40224f32c879f81443fee079)
1 if (t1 >= 126)
2   S(0, t1 - 384);
3 S(0, t1 - 256);
4 if (t1 >= 126)
5   S(1, t1 - 384);
6 S(1, t1 - 256);
7