Bit manipulation instructions: Difference between revisions

Content deleted Content added
clarify note
Tags: Mobile edit Mobile web edit Advanced mobile edit
Hardware bit manipulation: mention ternary connectivity
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 22:
: Operate on a string of bytes as above
; Connectives
: Combine two bit strings bit-by-bit with one of the 16 two-input Boolean, operationsor three such with one of 256 three-input Ternary logic functions.
; Counting
: Operation on all bits to find, e.g.,
Line 39:
; Testing
: Testing whether selected bits are all zero, all one, or mixed
 
== Examples ==
{{Further|topic=a more complete list of find-first style instructions|Find_first_set#Hardware_support}}