Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/powerpc/math/
Dvmx_signal.c36 __thread vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable
45 extern int preempt_vmx(vector int *varray, int *threads_starting, int *sentinal);
55 if (memcmp(mc->v_regs->vrregs[i], &varray[i - 20], 16)) { in signal_vmx_sig()
68 varray[j - 20][0], varray[j - 20][1], varray[j - 20][2], varray[j - 20][3]); in signal_vmx_sig()
90 varray[i][j] = rand(); in signal_vmx_c()
92 rc = preempt_vmx(varray, &threads_starting, &running); in signal_vmx_c()
Dvsx_preempt.c40 __thread vector int varray[24] = { variable
50 extern long preempt_vsx(vector int *varray, int *threads_starting, int *running);
56 FAIL_IF(a != varray); in vsx_memcmp()
83 varray[i][j] = rand(); in preempt_vsx_c()
85 if (varray[i][j] == 0) in preempt_vsx_c()
88 rc = preempt_vsx(varray, &threads_starting, &running); in preempt_vsx_c()
Dvmx_preempt.c36 __thread vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable
44 extern void preempt_vmx(vector int *varray, int *threads_starting, int *running);
52 varray[i][j] = rand(); in preempt_vmx_c()
55 preempt_vmx(varray, &threads_starting, &running); in preempt_vmx_c()
Dvmx_syscall.c22 vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable
27 extern int test_vmx(vector int *varray, pid_t *pid);
37 ret = test_vmx(varray, &fork_pid); in vmx_syscall()
Dvsx_asm.S27 # int preempt_vmx(vector int *varray, int *threads_starting,
30 # that the VMX have been loaded with varray. Will proceed to check the
34 std r3,STACK_FRAME_PARAM(0)(sp) # vector int *varray
Dvmx_asm.S94 std r3,STACK_FRAME_PARAM(0)(sp) # Address of varray
116 # int preempt_vmx(vector int *varray, int *threads_starting, int *running)
118 # the VMX have been loaded with varray. Will proceed to check the validity of
122 std r3,STACK_FRAME_PARAM(0)(sp) # vector int *varray
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/
Dsvml-calls.ll32 define void @sin_f64(double* nocapture %varray) {
45 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv
55 define void @sin_f32(float* nocapture %varray) {
68 %arrayidx = getelementptr inbounds float, float* %varray, i64 %iv
78 define void @sin_f64_intrinsic(double* nocapture %varray) {
91 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv
101 define void @sin_f32_intrinsic(float* nocapture %varray) {
114 %arrayidx = getelementptr inbounds float, float* %varray, i64 %iv
124 define void @cos_f64(double* nocapture %varray) {
137 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv
[all …]
Dsvml-calls-finite.ll15 define void @exp_f32(float* nocapture %varray) {
24 %arrayidx = getelementptr inbounds float, float* %varray, i64 %indvars.iv
44 define void @exp_f64(double* nocapture %varray) {
53 %arrayidx = getelementptr inbounds double, double* %varray, i64 %indvars.iv
75 define void @log_f32(float* nocapture %varray) {
84 %arrayidx = getelementptr inbounds float, float* %varray, i64 %indvars.iv
104 define void @log_f64(double* nocapture %varray) {
113 %arrayidx = getelementptr inbounds double, double* %varray, i64 %indvars.iv
133 define void @pow_f32(float* nocapture %varray, float* nocapture readonly %exp) {
144 %arrayidx2 = getelementptr inbounds float, float* %varray, i64 %indvars.iv
[all …]
/external/mesa3d/doxygen/
Dcore_subset.doxy101 varray.h
/external/mesa3d/src/mesa/
DMakefile.sources260 main/varray.c \
261 main/varray.h \
Dmeson.build301 'main/varray.c',
302 'main/varray.h',
/external/python/cpython2/Doc/library/
Dgl.rst63 .. function:: varray(argument)
/external/python/cpython2/Modules/
Dcstubs83 varray -- an array of v.. calls.
93 % varray