Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dfpu_helper.c3514 aux_acc = at[i].VsrSF(j); in vsxger16()
3523 at[i].VsrSF(j) = r; in vsxger16()
3525 at[i].VsrSF(j) = float32_zero; in vsxger16()
3540 at[i].VsrSF(j) = float32_muladd(a->VsrSF(i), b->VsrSF(j), in vsxger_muladd32()
3541 at[i].VsrSF(j), flags, s); in vsxger_muladd32()
3547 at[i].VsrSF(j) = float32_mul(a->VsrSF(i), b->VsrSF(j), s); in vsxger_mul32()
3552 at[i].VsrSF(j) = float32_zero; in vsxger_zero32()
H A Dcpu.h2891 #define VsrSF(i) f32[i] macro
2903 #define VsrSF(i) f32[3 - (i)] macro