Lines Matching full:ones

303   //                 {ones}{15-bit valve}
309 // {ones}{15-bit valve}{16 zeros}
318 // Count of ones follwing the leading zeros.
321 // {ones}{31-bit value}
335 // 2-2) Patterns : {zeros}{ones}{15-bit value}{zeros}
337 // {zeros}{ones}{15-bit value}
338 // {ones}{15-bit value}{zeros}
340 // ones, and then use RLDIC to mask off the ones in both sides after rotation.
353 // 2-3) Pattern : {zeros}{15-bit value}{ones}
384 // 2-4) Patterns : {zeros}{ones}{15-bit value}{ones}
385 // {ones}{15-bit value}{ones}
387 // ones, and then use RLDICL to mask off the ones in left sides (if required)
414 // value, we can use LI for Lo16 without generating leading ones then add the
428 // {******}{49 ones}{******}
429 // If the Imm contains 49 consecutive zeros/ones, it means that a total of 15
435 // +------|--zeros-|------+ +---ones--||---15 bit--+
441 // +------|--ones--|------+ +---ones--||---15 bit--+
462 // 3-1) Patterns : {zeros}{ones}{31-bit value}{zeros}
464 // {zeros}{ones}{31-bit value}
465 // {ones}{31-bit value}{zeros}
467 // ones, add the remaining bits with ORI, and then use RLDIC to mask off the
468 // ones in both sides after rotation.
489 // 3-2) Pattern : {zeros}{31-bit value}{ones}
516 // 3-3) Patterns : {zeros}{ones}{31-bit value}{ones}
517 // {ones}{31-bit value}{ones}
519 // ones, add the remaining bits with ORI, and then use RLDICL to mask off the
520 // ones in left sides (if required) after rotation.
564 // {******}{33 ones}{******}
565 // If the Imm contains 33 consecutive zeros/ones, it means that a total of 31