Specifications
10 Conventions
41322 Rev. 3.84 August 2011
Revision Guide for AMD Family 10h Processors
<< Shift left first operand by the number of bits specified by the 2nd operand. E.g. (01b <<
01b == 10b).
>> Shift right first operand by the number of bits specified by the 2nd operand. E.g. (10b >>
01b == 01b).
Table 1. Arithmetic and Logic Operators (Continued)
Operator Definition










