aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfwsub_vf.h
blob: 8c37688419052866d7009e3b3b388d20ae5ad45d (plain)
1
2
3
4
5
6
7
8
// vfwsub.vf vd, vs2, rs1
VI_VFP_VF_LOOP_WIDE
({
  vd = f32_sub(vs2, rs1);
},
{
  vd = f64_sub(vs2, rs1);
})