GNU Info

Info Node: (nasm.info)Section B.4.206

(nasm.info)Section B.4.206


Next: Section B.4.207 Prev: Section B.4.205 Up: Section B.4
Enter node , (file) or (file)node

B.4.206. `PAVGUSB': Average of unsigned packed 8-bit values
-----------------------------------------------------------

     PAVGUSB mm1,mm2/m64           ; 0F 0F /r BF          [PENT,3DNOW]

   `PAVGUSB' adds the unsigned data elements of the source operand to
the unsigned data elements of the destination register, then adds 1 to
the temporary results. The results of the add are then each
independently right-shifted by one bit position. The high order bits of
each element are filled with the carry bits of the corresponding sum.

   This instruction performs exactly the same operations as the `PAVGB'
`MMX' instruction (*Note Section B.4.205::).


automatically generated by info2www version 1.2.2.9