aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/uksub16.h
blob: 7fba16e9741a092b3f65c85afd0c79ea12b342eb (plain)
1
2
3
4
5
6
require_vector_vs;
P_ULOOP(16, {
  bool sat = false;
  pd = (sat_subu<uint16_t>(ps1, ps2, sat));
  P_SET_OV(sat);
})