aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfdiv_vv.h
blob: 8a49a917bf2c34f67f3e894d5b3482d2114dd6b8 (plain)
1
2
3
4
5
6
7
8
// vfdiv.vv  vd, vs2, vs1
VI_VFP_VV_LOOP
({
  vd = f32_div(vs2, vs1);
},
{
  vd = f64_div(vs2, vs1);
})