Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dfpu_helper.c3417 aux_acc = at[i].VsrSF(j); in vsxger16()
3426 at[i].VsrSF(j) = r; in vsxger16()
3428 at[i].VsrSF(j) = float32_zero; in vsxger16()
3443 at[i].VsrSF(j) = float32_muladd(a->VsrSF(i), b->VsrSF(j), in vsxger_muladd32()
3444 at[i].VsrSF(j), flags, s); in vsxger_muladd32()
3450 at[i].VsrSF(j) = float32_mul(a->VsrSF(i), b->VsrSF(j), s); in vsxger_mul32()
3455 at[i].VsrSF(j) = float32_zero; in vsxger_zero32()
H A Dcpu.h2921 #define VsrSF(i) f32[i] macro
2933 #define VsrSF(i) f32[3 - (i)] macro