Home
last modified time | relevance | path

Searched refs:vscr (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/sysdeps/powerpc/powerpc64/
Dtst-ucontext-ppc64-vscr.c43 uint32_t vscr[4] __attribute__ ((aligned (16))); in do_test() local
44 uint32_t* vscr_ptr = vscr; in do_test()
64 vscr_word = vscr[0]; in do_test()
66 vscr_word = vscr[3]; in do_test()
78 if (ucp.uc_mcontext.v_regs->vscr.vscr_word != vscr_word) in do_test()
DMakefile26 -ffixed-vrsave -ffixed-vscr -mno-altivec -mno-vsx
69 CFLAGS-tst-ucontext-ppc64-vscr.c += -maltivec
70 tests += tst-ucontext-ppc64-vscr
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/sys/
Ducontext.h61 unsigned int __ctx(vscr);
115 vscr_t __ctx(vscr);
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/
Ducontext_i.sym25 _UC_VSCR mcontext (vrregs.vscr)
/glibc-2.36/ChangeLog.old/
DChangeLog.196233 * sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c
7948 * sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c:
7996 tst-ucontext-ppc64-vscr.c to test list.
7997 * sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c: New test file.
DChangeLog.2410248 * sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c: Modified.