Home | History | Annotate | Download | only in s390x

Lines Matching full:bits

70 /* Run CLCL twice using different fill bits for unused register bits.
85 /* Build up register contents setting unused bits to 0 */
95 /* Check unused bits */
97 printf("FAIL: r1[0:39] modified (unused bits 0)\n");
99 printf("FAIL: r2[0:31] modified (unused bits 0)\n");
103 printf("FAIL: pad byte modified (unused bits 0)\n");
105 /* Build up register contents setting unused bits to 1 */
113 /* Check unused bits */
115 printf("FAIL: r1[0:39] modified (unused bits 1)\n");
117 printf("FAIL: r2[0:31] modified (unused bits 1)\n");
121 printf("FAIL: pad byte modified (unused bits 1)\n");