aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmsle_vv.h
blob: 30aba06d415e319f56776f184130b4c1e27e06ce (plain)
1
2
3
4
5
// vsle.vv vd, vs2, vs1
VI_VV_LOOP_CMP
({
  res = vs2 <= vs1;
})