aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/rstas32.h
blob: f23603f8ccb7f29cc0c5ea0d99786d3378ddac95 (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;
})