Mnemonics
AND
alternating AND empty | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AND
AND
"turns off all bits"
|
alternating AND full | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AND
AND
"no change"
|
alternating AND a given vector | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AND
AND
"tests the selected bits"
|
alternating AND an inverted given vector | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AND
AND
"turns off the not selected bits"
|
alternating AND self | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AND
AND
"no change"
|
full AND empty | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AND
AND
"turns off all bits"
|
full AND full | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AND
AND
"no change"
|
empty AND empty | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AND
AND
"no change"
|
empty AND full | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AND
AND
"no change"
|
OR
alternating OR empty | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OR
OR
"no change"
|
alternating OR full | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OR
OR
"turns on all bits"
|
alternating OR a given vector | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OR
OR
"turns on the selected bits"
|
alternating OR an inverted given vector | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OR
OR
"turns on the selected bits"
|
alternating OR self | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OR
OR
"no change"
|
full OR empty | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OR
OR
"no change"
|
full OR full | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OR
OR
"no change"
|
empty OR empty | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OR
OR
"no change"
|
empty OR full | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OR
OR
"turns on all bits"
|
XOR
alternating XOR empty | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
XOR
XOR
"no change"
|
alternating XOR full | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
XOR
XOR
"inverts"
|
alternating XOR a given vector | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
XOR
XOR
"toggles selected bits"
|
alternating XOR an inverted given vector | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
XOR
XOR
"toggles selected bits"
|
alternating XOR self | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
XOR
XOR
"turns off all bits"
|
full XOR empty | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
XOR
XOR
"no change"
|
full XOR full | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
XOR
XOR
"turns off all bits"
|
empty XOR empty | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
XOR
XOR
"no change"
|
empty XOR full | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
XOR
XOR
"turns on all bits"
|
NOT
NOT alternating | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NOT
NOT
"inverts"
|
NOT empty | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NOT
NOT
"turns on all bits"
|
NOT full | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NOT
NOT
"turns off all bits"
|
SHL
SHL 1 alternating | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SHL
SHL
"shifts to the left"
|
SHL 1 empty | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SHL
SHL
"no change"
|
SHL 1 full | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SHL
SHL
"shifts to the left"
|
SHR
SHR 1 alternating | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SHR
SHR
"shifts to the right"
|
SHR 1 empty | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SHR
SHR
"no change"
|
SHR 1 full | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SHR
SHR
"shifts to the right"
|