aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/rstsa32.h
blob: a89fc6eac476b72897bfe73addc491cfd2744f27 (plain)
1
2
3
4
5
6
require_rv64;
P_STRAIGHT_LOOP(32, {
  pd = ((int64_t)ps1 - ps2) >> 1;
}, {
  pd = ((int64_t)ps1 + ps2) >> 1;
})