aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmfle_vf.h
blob: 998b93b2b04e474993a7b9512a62dc7381519408 (plain)
1
2
3
4
5
// vfle.vf vd, vs2, rs1
VI_VFP_LOOP_CMP
({
  res = f32_le(vs2, rs1);
})