Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dfpu_helper.c3415 aux_acc = at[i].VsrSF(j); in vsxger16()
3424 at[i].VsrSF(j) = r; in vsxger16()
3426 at[i].VsrSF(j) = float32_zero; in vsxger16()
3441 at[i].VsrSF(j) = float32_muladd(a->VsrSF(i), b->VsrSF(j), in vsxger_muladd32()
3442 at[i].VsrSF(j), flags, s); in vsxger_muladd32()
3448 at[i].VsrSF(j) = float32_mul(a->VsrSF(i), b->VsrSF(j), s); in vsxger_mul32()
3453 at[i].VsrSF(j) = float32_zero; in vsxger_zero32()
H A Dcpu.h2914 #define VsrSF(i) f32[i] macro
2926 #define VsrSF(i) f32[3 - (i)] macro