230
MicroBlaze Processor Reference Guide
UG081 (v14.7)
Chapter 5:
MicroBlaze Instruction Set Architecture
pcmpne
Pattern Compare Not Equal
Description
The contents of register rA is compared with the contents in register rB.
•
rD is loaded with 0 if they match, and 1 if not
Pseudocode
if (rB) = (rA) then
(rD)
←
0
else
(rD)
←
1
Registers Altered
•
rD
Latency
•
1 cycle
Note
This instruction is only available when the parameter
C_USE_PCMP_INSTR
is set to 1.
pcmpne
rD, rA, rB
equality comparison with a negative boolean
result
1 0 0 0 1 1
rD
rA
rB
1 0 0 0 0 0 0 0 0 0 0
0
6
1
1
1
6
2
1
3
1