aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/smulx16.h
blob: 58e9a08d0e55deae897cb94e04f9f1714fcf6c36 (plain)
1
2
3
P_MUL_CROSS_LOOP(16, {
  pd = (int32_t)ps1 * (int32_t)ps2;
})