Logical AND Instructionand
Instruction Type A
Format
(qp) and r1 = r2, r3 register_form
(qp) and r1 = imm8, r3 imm8_form
Description
The two source operands are logically ANDed and the result placed in GR (general registers) r1. In the register_form the first operand is GR r2; in the imm8_form the first operand is taken from the imm8 encoding field.
addp - Add Pointer Instruction
andcm - And Complement Instruction
fadd - Floating-point Add Instruction
fetchadd - Fetch and Add Immediate Instruction
fma - Floating-point Multiply Add Instruction
fpma - Floating-point Parallel Multiply Add Instruction
fpnma - Floating-point Parallel Negative Multiply Add Instruction
mov gr - Move General Register Instruction
mov imm - Move Immediate Instruction
padd - Parallel Add Instruction
psad1 - Parallel Sum of Absolute Difference Instruction
pshladd - Parallel Shift Left and Add Instruction
pshradd - Parallel Shift Right and Add Instruction
shladd - Shift Left and Add Instruction
shladdp - Shift Left and Add Pointer Instruction