Searched refs:VsrW (Results 1 – 4 of 4) sorted by relevance
/qemu/target/ppc/ |
H A D | fpu_helper.c | 1603 VSX_ADD_SUB(XVADDSP, add, 4, float32, VsrW(i), 0, 0) 1607 VSX_ADD_SUB(XVSUBSP, sub, 4, float32, VsrW(i), 0, 0) 1680 VSX_MUL(XVMULSP, 4, float32, VsrW(i), 0, 0) 1754 VSX_DIV(XVDIVSP, 4, float32, VsrW(i), 0, 0) 1822 VSX_RE(xvresp, 4, float32, VsrW(i), 0, 0) 1867 VSX_SQRT(xvsqrtsp, 4, float32, VsrW(i), 0, 0) 1911 VSX_RSQRTE(xvrsqrtesp, 4, float32, VsrW(i), 0, 0) 1968 VSX_TDIV(xvtdivsp, 4, float32, VsrW(i), -126, 127, 23) 2021 VSX_TSQRT(xvtsqrtsp, 4, float32, VsrW(i), -126, 23) 2075 VSX_MADD(xvmaddsp, 4, float32, VsrW(i), MADD_FLGS, 0) [all …]
|
H A D | int_helper.c | 797 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 D | cpu.h | 2909 #define VsrW(i) u32[i] macro 2921 #define VsrW(i) u32[3 - (i)] macro
|
/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 1696 offsetof(CPUPPCState, vsr[a->xt].VsrW(0 + a->ix))); 1698 offsetof(CPUPPCState, vsr[a->xt].VsrW(2 + a->ix)));
|