aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmfne_vf.h
blob: ac2eced0cc2892d6bc5c0d267c31c78648fe7a1f (plain)
1
2
3
4
5
// vfne.vf vd, vs2, rs1
VI_VFP_LOOP_CMP
({
  res = !f32_eq(vs2, rs1);
})