Searched defs:vss (Results 1 - 20 of 20) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-systemz-vector-error.c16 volatile vec_sshort vss; variable
H A Dbuiltins-systemz-vector.c16 volatile vec_sshort vss; variable
66 vsc = __builtin_s390_vpksh(vss, vss);
68 vss = __builtin_s390_vpksf(vsi, vsi);
73 vsc = __builtin_s390_vpkshs(vss, vss, &cc);
75 vss = __builtin_s390_vpksfs(vsi, vsi, &cc);
83 vss = __builtin_s390_vuphb(vsc);
85 vsi = __builtin_s390_vuphh(vss);
90 vss
[all...]
H A Dbuiltins-ppc-p8vector.c22 vector signed short vss = { 0, 1, 2, 3, 4, 5, 6, 7 }; variable
251 res_vss = vec_eqv(vss, vss);
398 res_vss = vec_cntlz(vss);
1233 res_vss = vec_nand(vss, vss);
1331 res_vss = vec_orc(vss, vss);
1337 res_vss = vec_orc(vss, vbs);
1343 res_vss = vec_orc(vbs, vss);
[all...]
H A Dbuiltins-ppc-vsx.c15 vector signed short vss = { -1, 2, -3, 4, -5, 6, -7, 8 }; variable
387 res_vss = vec_vsx_ld(0, &vss);
489 vec_vsx_st(vss, 0, &res_vss);
493 vec_vsx_st(vss, 0, res_ass);
H A Dbuiltins-systemz-zvector-error.c9 volatile vector signed short vss; variable
250 vss = vec_load_bndry(cptrss, idx); // expected-error {{no matching function}}
324 vss = vec_splat(vss, idx); // expected-error {{no matching function}}
327 vss = vec_splat(vss, -1); // expected-error {{no matching function}}
330 vss = vec_splat(vss, 8); // expected-error {{no matching function}}
419 vss = vec_splat_s16(idx); // expected-error {{no matching function}}
440 vss
[all...]
H A Dbuiltins-systemz-zvector.c9 volatile vector signed short vss; variable
82 ss = vec_extract(vss, idx);
109 vss = vec_insert(ss, vss, idx);
134 vss = vec_promote(ss, idx);
153 vss = vec_insert_and_zero(cptrss);
174 vss = vec_perm(vss, vss, vuc);
234 vss
[all...]
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-vsx.c39 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
43 vector int vss[] = { variable
76 fail = memcmp(vsc, &vss[i], sizeof(vector int));
79 fail |= memcmp(vst, &vss[i + NV_VSX_REGS], sizeof(vector int));
114 rc = tm_signal_self_context_load(pid, NULL, NULL, NULL, vss);
/external/libexif/libexif/olympus/
H A Dmnote-olympus-entry.c278 ExifSShort vss = 0; local
641 vss = exif_get_sshort (entry->data+2*i, entry->order);
642 sprintf (buf, "%hd ", vss);
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_shader.c266 struct etna_shader *vss = vss_; local
268 if (ctx->vs == vss) /* skip if already bound */
271 assert(vss == NULL || vss->processor == PIPE_SHADER_VERTEX);
272 ctx->vs = vss;
/external/deqp/external/openglcts/modules/common/
H A DglcSampleVariablesTests.cpp120 static char const* vss = "${VERSION_DECL}\n" local
140 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion).c_str(),
165 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion).c_str(),
335 static char const* vss = "${VERSION_DECL}\n" local
356 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion, m_sampler, m_outType).c_str(),
399 static char const* vss = "${VERSION_DECL}\n" local
425 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion, m_sampler, m_outType).c_str(),
642 static char const* vss = "${VERSION_DECL}\n" local
658 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion).c_str(),
704 static char const* vss local
[all...]
H A DglcShaderMultisampleInterpolationTests.cpp135 static char const* vss = "${VERSION_DECL}\n" local
156 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion).c_str(),
177 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion).c_str(),
352 static char const* vss = "${VERSION_DECL}\n" local
381 specializeVersion(vss, m_glslVersion, m_sampler, m_outType, m_qualifier, m_assignment, m_condition)
430 static char const* vss = "${VERSION_DECL}\n" local
450 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion, m_sampler, m_outType).c_str(),
/external/deqp/external/openglcts/modules/gles31/
H A Des31cSampleShadingTests.cpp284 static char const* vss = "${VERSION_DECL}\n" local
304 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion, m_sampler, m_outType).c_str(),
348 static char const* vss = "${VERSION_DECL}\n" local
368 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion, m_sampler, m_outType).c_str(),
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilitySampleVariablesTests.cpp127 static char const* vss = "${VERSION_DECL}\n" local
147 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion).c_str(),
172 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion).c_str(),
333 static char const* vss = "${VERSION_DECL}\n" local
354 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion, m_sampler, m_outType).c_str(),
397 static char const* vss = "${VERSION_DECL}\n" local
423 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion, m_sampler, m_outType).c_str(),
643 static char const* vss = "${VERSION_DECL}\n" local
659 glu::makeVtxFragSources(specializeVersion(vss, m_glslVersion).c_str(),
705 static char const* vss local
[all...]
/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.c550 void *vss)
552 uint32_t handle = (unsigned long)vss;
559 void *vss)
561 uint32_t handle = (unsigned long)vss;
569 void *vss)
571 uint32_t handle = (unsigned long)vss;
549 virgl_bind_vs_state(struct pipe_context *ctx, void *vss) argument
558 virgl_bind_gs_state(struct pipe_context *ctx, void *vss) argument
568 virgl_bind_fs_state(struct pipe_context *ctx, void *vss) argument
/external/syslinux/gpxe/src/arch/i386/include/
H A Dvga.h173 u8 vss; member in struct:vga_par
/external/webrtc/webrtc/p2p/base/
H A Dport_unittest.cc755 rtc::VirtualSocketServer* vss() { return ss_.get(); } function in class:PortTest
1213 vss()->CreateAsyncSocket(kLocalAddr2.family(), SOCK_STREAM));
/external/v8/src/ia32/
H A Dassembler-ia32.cc2777 void Assembler::vss(byte op, XMMRegister dst, XMMRegister src1, function in class:v8::internal::Assembler
/external/v8/src/x64/
H A Dassembler-x64.cc4133 void Assembler::vss(byte op, XMMRegister dst, XMMRegister src1, function in class:v8::internal::Assembler
4143 void Assembler::vss(byte op, XMMRegister dst, XMMRegister src1, function in class:v8::internal::Assembler
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jar ... ant/taskdefs/optional/unix/ org/apache/tools/ant/taskdefs/optional/vss/ org/apache/tools/ant/taskdefs/optional/windows/ org/apache/tools ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jar ... ant/taskdefs/optional/unix/ org/apache/tools/ant/taskdefs/optional/vss/ org/apache/tools/ant/taskdefs/optional/windows/ org/apache/tools ...

Completed in 497 milliseconds