| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | vecemu.c | 16 extern void vaddfp(vector128 *dst, vector128 *a, vector128 *b); 17 extern void vsubfp(vector128 *dst, vector128 *a, vector128 *b); 18 extern void vmaddfp(vector128 *dst, vector128 *a, vector128 *b, vector128 *c); 19 extern void vnmsubfp(vector128 *dst, vector128 *a, vector128 *b, vector128 *c); 20 extern void vrefp(vector128 *dst, vector128 *src); 21 extern void vrsqrtefp(vector128 *dst, vector128 *src); 22 extern void vexptep(vector128 *dst, vector128 *src); 267 vector128 *vrs; in emulate_altivec()
|
| H A D | signal_64.c | 123 33 * sizeof(vector128)); in setup_sigcontext() 233 33 * sizeof(vector128)); in setup_tm_sigcontexts() 240 33 * sizeof(vector128)); in setup_tm_sigcontexts() 244 33 * sizeof(vector128)); in setup_tm_sigcontexts() 375 if (v_regs && !access_ok(v_regs, 34 * sizeof(vector128))) in restore_sigcontext() 380 33 * sizeof(vector128)); in restore_sigcontext() 383 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_sigcontext() 494 if (v_regs && !access_ok(v_regs, 34 * sizeof(vector128))) in restore_tm_sigcontexts() 496 if (tm_v_regs && !access_ok(tm_v_regs, 34 * sizeof(vector128))) in restore_tm_sigcontexts() 501 33 * sizeof(vector128)); in restore_tm_sigcontexts() [all …]
|
| H A D | signal_32.c | 256 ELF_NVRREG * sizeof(vector128))) in save_user_regs() 370 ELF_NVRREG * sizeof(vector128))) in save_tm_user_regs() 375 ELF_NVRREG * sizeof(vector128))) in save_tm_user_regs() 380 ELF_NVRREG * sizeof(vector128))) in save_tm_user_regs() 523 ELF_NVRREG * sizeof(vector128)); in restore_user_regs() 629 ELF_NVRREG * sizeof(vector128)); in restore_tm_user_regs() 631 ELF_NVRREG * sizeof(vector128)); in restore_tm_user_regs()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-altivec.c | 56 membuf_write(&to, &target->thread.vr_state, 33 * sizeof(vector128)); in vr_get() 92 33 * sizeof(vector128)); in vr_set() 106 start = 33 * sizeof(vector128); in vr_set()
|
| H A D | ptrace-view.c | 531 .size = sizeof(vector128), .align = sizeof(vector128), 562 .size = sizeof(vector128), .align = sizeof(vector128), 769 .size = sizeof(vector128), .align = sizeof(vector128), 794 .size = sizeof(vector128), .align = sizeof(vector128),
|
| H A D | ptrace-tm.c | 361 membuf_write(&to, &target->thread.ckvr_state, 33 * sizeof(vector128)); in tm_cvmx_get() 411 0, 33 * sizeof(vector128)); in tm_cvmx_set() 423 33 * sizeof(vector128), -1); in tm_cvmx_set()
|
| H A D | ptrace.c | 197 0, (33 * sizeof(vector128) + in arch_ptrace() 204 0, (33 * sizeof(vector128) + in arch_ptrace()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | types.h | 24 typedef __vector128 vector128; typedef
|
| H A D | processor.h | 97 vector128 vr[32] __attribute__((aligned(16))); 98 vector128 vscr __attribute__((aligned(16)));
|
| H A D | kvm_ppc.h | 245 vector128 vval;
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | types.h | 24 } __attribute__((aligned(16))) vector128; typedef
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | types.h | 24 } __attribute__((aligned(16))) vector128; typedef
|
| H A D | processor.h | 1273 vector128 vr[32]; /* Complete AltiVec set */ 1274 vector128 vscr; /* AltiVec status */
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | test_emulate_step.c | 497 vector128 a; in test_lvx_stvx() 554 vector128 a; in test_lxvd2x_stxvd2x()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | powerpc.c | 980 int elts = sizeof(vector128)/element_size; in kvmppc_get_vmx_offset_generic()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/ |
| H A D | vector150.hpp | 293 …lass P124 , class P125 , class P126 , class P127 > struct vector128 { typedef v_iter<vector128< P0… argument 448 … P121 , P122 , P123 , P124 , P125 , P126>, T> { typedef boost::type_of::vector128< P0 , P1 , P2 , … 449 …5 , class P126 , class P127 , class T> struct push_back<boost::type_of::vector128< P0 , P1 , P2 , …
|
| H A D | vector200.hpp | 343 …lass P124 , class P125 , class P126 , class P127 > struct vector128 { typedef v_iter<vector128< P0… argument 548 … P121 , P122 , P123 , P124 , P125 , P126>, T> { typedef boost::type_of::vector128< P0 , P1 , P2 , … 549 …5 , class P126 , class P127 , class T> struct push_back<boost::type_of::vector128< P0 , P1 , P2 , …
|