GNU Info

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

(nasm.info)Section B.4.212


Next: Section B.4.213 Prev: Section B.4.211 Up: Section B.4
Enter node , (file) or (file)node

B.4.212. `PFACC': Packed Single-Precision FP Accumulate
-------------------------------------------------------

     PFACC mm1,mm2/m64             ; 0F 0F /r AE          [PENT,3DNOW]

   `PFACC' adds the two single-precision FP values from the destination
operand together, then adds the two single-precision FP values from the
source operand, and places the results in the low and high doublewords
of the destination operand.

   The operation is:

        dst[0-31]   := dst[0-31] + dst[32-63],
        dst[32-63]  := src[0-31] + src[32-63].


automatically generated by info2www version 1.2.2.9