Bitwise Boolean instructions
515
Part III FP Instructions
hexadecimal digit 1 of the destination.
3 2 1 0
s
↓
d
3 2 1 0
digit
digit
Specify n: 16#003 (short form: 16#3) when hexadecimal digit 3 of the source is
copied to hexadecimal digit 0 of the destination.
3 2 1 0
s
d
3 2 1 0
digit
digit
Specify n: 16#212 when multiple hexadecimal digits (hexadecimal digits 2 and 3)
of the source are copied to multiple hexadecimal digits (hexadecimal digits 2 and
3) of the destination.
3 2 1 0
s
↓↓
d
3 2 1 0
digit
digit
Specify n: 16#210 when multiple hexadecimal digits (hexadecimal digits 0 and 1)
of the source are copied to multiple hexadecimal digits (hexadecimal digits 2 and
3) of the destination.
s
d
3 2 1 0
3 2 1 0
digit
digit