]> Git Repo - qemu.git/commit
target/arm: Use vector operations for saturation
authorRichard Henderson <[email protected]>
Fri, 15 Feb 2019 09:56:41 +0000 (09:56 +0000)
committerPeter Maydell <[email protected]>
Fri, 15 Feb 2019 09:56:41 +0000 (09:56 +0000)
commit89e68b575e138d0af1435f11a8ffcd8779c237bd
treedc881e817b6907d4d9b9ee76c8c8fbb2e8df5cad
parenta4d5846245c5e029e5aa3945a9bda1de1c3fedbf
target/arm: Use vector operations for saturation

For same-sign saturation, we have tcg vector operations.  We can
compute the QC bit by comparing the saturated value against the
unsaturated value.

Signed-off-by: Richard Henderson <[email protected]>
Message-id: 20190209033847[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target/arm/helper.h
target/arm/translate-a64.c
target/arm/translate.c
target/arm/translate.h
target/arm/vec_helper.c
This page took 0.024962 seconds and 4 git commands to generate.