Home
last modified time | relevance | path

Searched refs:VsrDF (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dfpu_helper.c3463 at[i].VsrDF(j) = float64_muladd(a[i / 2].VsrDF(i % 2), b->VsrDF(j), in vsxger_muladd64()
3464 at[i].VsrDF(j), flags, s); in vsxger_muladd64()
3473 at[i].VsrDF(j) = float64_mul(a[i / 2].VsrDF(i % 2), b->VsrDF(j), s); in vsxger_mul64()
3481 at[i].VsrDF(j) = float64_zero; in vsxger_zero64()
H A Dcpu.h2922 #define VsrDF(i) f64[i] macro
2934 #define VsrDF(i) f64[1 - (i)] macro