aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfsub_vf.h
blob: 38d6acc602984075661244fef1e2fdcc7993abec (plain)
1
2
3
4
5
// vfsub.vf vd, vs2, rs1
VI_VFP_VF_LOOP
({
  vd = f32_sub(vs2, rs1);
})