]> sourceware.org Git - valgrind.git/commit
PPC64: Reduced-Precision: Missing Integer-based Outer Product Operations
authorCarl Love <cel@us.ibm.com>
Fri, 26 Feb 2021 22:05:12 +0000 (16:05 -0600)
committerCarl Love <cel@us.ibm.com>
Wed, 31 Mar 2021 15:31:22 +0000 (10:31 -0500)
commite09fdaf569b975717465ed8043820d0198d4d47d
tree372dbb7aaf6a4f7bf5e7e87c382ddf1a9b6fb60d
parentc8fa838be405d7ac43035dcf675bf490800c26ec
PPC64: Reduced-Precision: Missing Integer-based Outer Product Operations

Add support for:

pmxvi16ger2 VSX Vector 16-bit Signed Integer GER (rank-2 update), Prefixed
   Masked
pmxvi16ger2pp VSX Vector 16-bit Signed Integer GER (rank-2 update) (Positive
   multiply, Positive accumulate), Prefixed Masked
pmxvi8ger4spp VSX Vector 8-bit Signed/Unsigned Integer GER (rank-4 update) with
   Saturation (Positive multiply, Positive accumulate), Prefixed Masked
xvi16ger2 VSX Vector 16-bit Signed Integer GER (rank-2 update)
xvi16ger2pp VSX Vector 16-bit Signed Integer GER (rank-2 update) (Positive
   multiply, Positive accumulate)
xvi8ger4spp VSX Vector 8-bit Signed/Unsigned Integer GER (rank-4 update) with
   Saturation (Positive multiply, Positive accumulate)
VEX/priv/guest_ppc_helpers.c
VEX/priv/guest_ppc_toIR.c
This page took 0.029504 seconds and 5 git commands to generate.