[Libre-soc-dev] AV instructions

Richard Wilbur richard.wilbur at gmail.com
Mon Jun 20 17:54:12 BST 2022


I’ve got a question relative to the page “Scalar OpenPOWER Audio and Video Opcodes”[*]

abs-accumulate
  result += abs (src1, src2)

What is the 2-parameter absolute value?  Did you mean?

result += abs (src1 - src2)

Reference:
[*]  https://libre-soc.org/openpower/sv/av_opcodes/


More information about the Libre-soc-dev mailing list