2 * Purpose: test example, verify the soundness of the cl[01] operations.
4 * The number 0x000001aa has 23 leading zeroes
5 * they become 55 when considered as 64 bit register
6 * and it has 1 trailing zero.
20 p0 = cmp.eq(r2, #23); if (p0.new) jump:t test2
29 p0 = cmp.eq(r2, #55); if (p0.new) jump:t test3
38 p0 = cmp.eq(r2, #1); if (p0.new) jump:t pass