Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dfpu_helper.c1824 VSX_RE(xvresp, 4, float32, VsrW(i), 0, 0)
2589 t.VsrW(2 * i) = ttp##_snan_to_qnan(t.VsrW(2 * i)); \
2594 t.VsrW(2 * i + 1) = t.VsrW(2 * i); \
2814 VSX_CVT_FP_TO_INT(xvcvspsxws, 4, float32, int32, VsrW(i), VsrW(i), false, \
2818 VSX_CVT_FP_TO_INT(xvcvspuxws, 4, float32, uint32, VsrW(i), VsrW(i), false, 0U)
2864 t.VsrW(2 * i) = float_invalid_cvt(env, flags, t.VsrW(2 * i), \
2867 t.VsrW(2 * i + 1) = t.VsrW(2 * i); \
2956 VSX_CVT_INT_TO_FP(xvcvsxwsp, 4, int32, float32, VsrW(i), VsrW(i), 0, 0)
2957 VSX_CVT_INT_TO_FP(xvcvuxwsp, 4, uint32, float32, VsrW(i), VsrW(i), 0, 0)
2967 t.VsrW(2 * i + 1) = t.VsrW(2 * i); \
[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()
2966 (a->VsrW(i) >> 3); in helper_vshasigmaw()
2968 r->VsrW(i) = ror32(a->VsrW(i), 17) ^ in helper_vshasigmaw()
2970 (a->VsrW(i) >> 10); in helper_vshasigmaw()
2974 r->VsrW(i) = ror32(a->VsrW(i), 2) ^ in helper_vshasigmaw()
2976 ror32(a->VsrW(i), 22); in helper_vshasigmaw()
[all …]
H A Dcpu.h2926 #define VsrW(i) u32[i] macro
2938 #define VsrW(i) u32[3 - (i)] macro
/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc1732 offsetof(CPUPPCState, vsr[a->xt].VsrW(0 + a->ix)));
1734 offsetof(CPUPPCState, vsr[a->xt].VsrW(2 + a->ix)));