aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/rstas16.h
blob: 298b59174e5f6e60679dac62e77d01a6e0625ab0 (plain)
1
2
3
4
5
P_STRAIGHT_LOOP(16, {
  pd = (ps1 + ps2) >> 1;
}, {
  pd = (ps1 - ps2) >> 1;
})