GPU/Shader Instruction Set: Difference between revisions

Smea (talk | contribs)
m format 5 src order
Smea (talk | contribs)
m MAD operand order
Line 301: Line 301:
|  5
|  5
|  MAD
|  MAD
|  Multiplies two vectors and adds a third one component by component; DST[i] = SRC2[i] + SRC1[i].SRC3[i] for all i (modulo destination component masking)
|  Multiplies two vectors and adds a third one component by component; DST[i] = SRC1[i] + SRC2[i].SRC3[i] for all i (modulo destination component masking)
|}
|}