aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmslt_vx.h
blob: b32bb145372138066937df4449c7832123b1cb41 (plain)
1
2
3
4
5
// vslt.vx  vd, vs2, vs1
VI_VX_LOOP_CMP
({
  res = vs2 < rs1;
})