Home
last modified time | relevance | path

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

/tools/testing/selftests/powerpc/math/
A Dvmx_signal.c32 __thread vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable
41 extern int preempt_vmx(vector int *varray, int *threads_starting, int *sentinal);
51 if (memcmp(mc->v_regs->vrregs[i], &varray[i - 20], 16)) { in signal_vmx_sig()
64 varray[j - 20][0], varray[j - 20][1], varray[j - 20][2], varray[j - 20][3]); in signal_vmx_sig()
86 varray[i][j] = rand(); in signal_vmx_c()
88 rc = preempt_vmx(varray, &threads_starting, &running); in signal_vmx_c()
A Dvsx_preempt.c36 __thread vector int varray[24] = { variable
46 extern long preempt_vsx(vector int *varray, int *threads_starting, int *running);
52 FAIL_IF(a != varray); in vsx_memcmp()
79 varray[i][j] = rand(); in preempt_vsx_c()
81 if (varray[i][j] == 0) in preempt_vsx_c()
84 rc = preempt_vsx(varray, &threads_starting, &running); in preempt_vsx_c()
A Dvmx_preempt.c32 __thread vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable
40 extern int preempt_vmx(vector int *varray, int *threads_starting, int *running);
50 varray[i][j] = rand(); in preempt_vmx_c()
52 rc = preempt_vmx(varray, &threads_starting, &running); in preempt_vmx_c()
A Dvmx_syscall.c18 vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable
23 extern int test_vmx(vector int *varray, pid_t *pid);
33 ret = test_vmx(varray, &fork_pid); in vmx_syscall()
A Dvsx_asm.S23 # int preempt_vmx(vector int *varray, int *threads_starting,
26 # that the VMX have been loaded with varray. Will proceed to check the
30 std r3,STACK_FRAME_PARAM(0)(sp) # vector int *varray
A Dvmx_asm.S90 std r3,STACK_FRAME_PARAM(0)(sp) # Address of varray
112 # int preempt_vmx(vector int *varray, int *threads_starting, int *running)
114 # the VMX have been loaded with varray. Will proceed to check the validity of
118 std r3,STACK_FRAME_PARAM(0)(sp) # vector int *varray

Completed in 8 milliseconds