Home
last modified time | relevance | path

Searched refs:VsrW (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1605 VSX_ADD_SUB(XVADDSP, add, 4, float32, VsrW(i), 0, 0)
1609 VSX_ADD_SUB(XVSUBSP, sub, 4, float32, VsrW(i), 0, 0)
1682 VSX_MUL(XVMULSP, 4, float32, VsrW(i), 0, 0)
1756 VSX_DIV(XVDIVSP, 4, float32, VsrW(i), 0, 0)
1824 VSX_RE(xvresp, 4, float32, VsrW(i), 0, 0)
1869 VSX_SQRT(xvsqrtsp, 4, float32, VsrW(i), 0, 0)
1913 VSX_RSQRTE(xvrsqrtesp, 4, float32, VsrW(i), 0, 0)
1970 VSX_TDIV(xvtdivsp, 4, float32, VsrW(i), -126, 127, 23)
2023 VSX_TSQRT(xvtsqrtsp, 4, float32, VsrW(i), -126, 23)
2077 VSX_MADD(xvmaddsp, 4, float32, VsrW(i), MADD_FLGS, 0)
[all …]
H A Dint_helper.c797 psum = ger(a->VsrW(i), b->VsrW(j), pmsk); in xviger()
970 VMRG(w, u32, VsrW) in VMRG()
1105 VMUL(UH, u16, VsrH, VsrW, uint32_t) in VMUL()
1106 VMUL(UW, u32, VsrW, VsrD, uint64_t) in VMUL()
2964 r->VsrW(i) = ror32(a->VsrW(i), 7) ^ in helper_vshasigmaw()
2965 ror32(a->VsrW(i), 18) ^ in helper_vshasigmaw()
2966 (a->VsrW(i) >> 3); in helper_vshasigmaw()
2968 r->VsrW(i) = ror32(a->VsrW(i), 17) ^ in helper_vshasigmaw()
2969 ror32(a->VsrW(i), 19) ^ in helper_vshasigmaw()
2970 (a->VsrW(i) >> 10); in helper_vshasigmaw()
[all …]
H A Dcpu.h2913 #define VsrW(i) u32[i] macro
2925 #define VsrW(i) u32[3 - (i)] macro
/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc1696 offsetof(CPUPPCState, vsr[a->xt].VsrW(0 + a->ix)));
1698 offsetof(CPUPPCState, vsr[a->xt].VsrW(2 + a->ix)));