diff options
Diffstat (limited to 'riscv/insns/kmmsb.h')
-rw-r--r-- | riscv/insns/kmmsb.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/riscv/insns/kmmsb.h b/riscv/insns/kmmsb.h deleted file mode 100644 index 29ad1bf..0000000 --- a/riscv/insns/kmmsb.h +++ /dev/null @@ -1,7 +0,0 @@ -require_vector_vs; -P_LOOP(32, { - int64_t mres = (int64_t) ps1 * (int64_t) ps2; - bool sat = false; - pd = (sat_sub<int32_t, uint32_t>(pd, (mres >> 32), sat)); - P_SET_OV(sat); -}) |