Searched refs:v0 (Results 1 - 25 of 143) sorted by relevance

123456

/external/clang/test/Sema/
H A D2010-05-31-palignr.c16 vSInt16 v0; local
17 v0 = *vdtbl;
18 v0 = _mm_alignr_epi8(v0, v0, i); // expected-error {{argument to '__builtin_ia32_palignr128' must be a constant integer}}
/external/openssl/crypto/des/
H A Dcfb64enc.c70 register DES_LONG v0,v1; local
83 c2l(iv,v0); ti[0]=v0;
87 v0=ti[0]; l2c(v0,iv);
88 v0=ti[1]; l2c(v0,iv);
103 c2l(iv,v0); ti[0]=v0;
107 v0
[all...]
H A Dofb_enc.c71 register DES_LONG d0,d1,vv0,vv1,v0,v1,n=(numbits+7)/8; local
97 c2l(iv,v0);
99 ti[0]=v0;
103 ti[0]=v0;
116 { v0=v1; v1=vv0; }
118 { v0=vv0; v1=vv1; }
121 v0=((v1>>(num-32))|(vv0<<(64-num)))&0xffffffffL;
126 v0=((v0>>num)|(v1<<(32-num)))&0xffffffffL;
131 l2c(v0,i
[all...]
H A Dofb64ede.c71 register DES_LONG v0,v1; local
81 c2l(iv,v0);
83 ti[0]=v0;
86 l2c(v0,dp);
92 /* ti[0]=v0; */
95 v0=ti[0];
99 l2c(v0,dp);
108 /* v0=ti[0];
111 l2c(v0,iv);
114 v0
[all...]
H A Dcfb_enc.c75 register DES_LONG d0,d1,v0,v1; local
94 c2l(iv,v0);
101 ti[0]=v0;
113 { v0=v1; v1=d0; }
115 { v0=d0; v1=d1; }
120 l2c(v0,iv);
125 sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1;
134 v0=sh[0], v1=sh[1];
137 c2l(iv,v0);
148 ti[0]=v0;
[all...]
H A Dofb64enc.c69 register DES_LONG v0,v1,t; local
79 c2l(iv,v0);
81 ti[0]=v0;
84 l2c(v0,dp);
101 v0=ti[0];
104 l2c(v0,iv);
107 t=v0=v1=ti[0]=ti[1]=0;
H A Dcfb64ede.c72 register DES_LONG v0,v1; local
85 c2l(iv,v0);
88 ti[0]=v0;
91 v0=ti[0];
95 l2c(v0,iv);
111 c2l(iv,v0);
114 ti[0]=v0;
117 v0=ti[0];
121 l2c(v0,iv);
132 v0
154 register DES_LONG d0,d1,v0,v1; local
[all...]
/external/clang/test/CodeGen/
H A Dvld_dup.c7 int32_t v0[3]; local
16 v1 = vld3_dup_s32(v0);
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DEdgeInfo.java44 public EdgeInfo(int v0, int v1) { argument
45 m_v0 = v0;
H A DFaceInfo.java43 public FaceInfo(int v0, int v1, int v2){ argument
44 m_v0 = v0; m_v1 = v1; m_v2 = v2;
/external/openssl/crypto/bf/
H A Dbf_ofb64.c69 register BF_LONG v0,v1,t; local
79 n2l(iv,v0);
81 ti[0]=v0;
84 l2n(v0,dp);
101 v0=ti[0];
104 l2n(v0,iv);
107 t=v0=v1=ti[0]=ti[1]=0;
H A Dbf_cfb64.c70 register BF_LONG v0,v1,t; local
83 n2l(iv,v0); ti[0]=v0;
103 n2l(iv,v0); ti[0]=v0;
118 v0=v1=ti[0]=ti[1]=t=c=cc=0;
/external/openssl/crypto/rc2/
H A Drc2ofb64.c70 register unsigned long v0,v1,t; local
80 c2l(iv,v0);
82 ti[0]=v0;
85 l2c(v0,dp);
102 v0=ti[0];
105 l2c(v0,iv);
108 t=v0=v1=ti[0]=ti[1]=0;
H A Drc2cfb64.c71 register unsigned long v0,v1,t; local
84 c2l(iv,v0); ti[0]=v0;
104 c2l(iv,v0); ti[0]=v0;
119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
/external/libvpx/vp8/encoder/ppc/
H A Drdopt_altivec.asm26 lvx v0, 0, r3 ;# Coeff
33 vsubshs v0, v0, v1
35 vmsumshm v2, v0, v0, v3 ;# multiply differences
37 lvx v0, r10, r3 ;# Coeff
40 vsubshs v0, v0, v1
42 vmsumshm v1, v0, v0, v
[all...]
H A Dencodemb_altivec.asm34 vspltisw v0, 0
44 vperm v1, v1, v0, v5
46 vmrghb v3, v0, v1 ;# unpack high src to short
47 vmrghb v4, v0, v2 ;# unpack high pred to short
58 vperm v1, v1, v0, v5
60 vmrghb v3, v0, v1 ;# unpack high src to short
61 vmrglb v4, v0, v2 ;# unpack high pred to short
81 vperm v1, v1, v0, v5
83 vmrghb v3, v0, v1 ;# unpack high src to short
84 vmrghb v4, v0, v
[all...]
/external/v8/test/cctest/
H A Dtest-disasm-mips.cc113 COMPARE(addu(v0, v1, s0),
114 "00701021 addu v0, v1, s0");
120 COMPARE(subu(v0, v1, s0),
121 "00701023 subu v0, v1, s0");
127 COMPARE(mult(v0, v1),
128 "00430018 mult v0, v1");
134 COMPARE(multu(v0, v1),
135 "00430019 multu v0, v1");
141 COMPARE(div(v0, v1),
142 "0043001a div v0, v
[all...]
/external/libvpx/vp8/common/ppc/
H A Didctllm_altivec.asm36 lvx v0, 0, r3 ;# input ip[0], ip[ 4]
40 vupkhsh v2, v0
45 vupklsh v0, v0
46 vmulosh v4, v0, v8
48 vaddsws v4, v4, v0 ;# ip[ 4] * sin(pi/8) * sqrt(2)
61 vmulosh v5, v0, v9
63 vaddsws v5, v5, v0
67 vaddsws v0, v6, v3 ;# a1 + d1
74 vmrghw v4, v0, v
[all...]
/external/mdnsresponder/Clients/
H A DClientCommon.c57 int v0 = cstr[-1] - '0'; // then interpret as three-digit decimal local
60 int val = v0 * 100 + v1 * 10 + v2;
/external/skia/include/core/
H A DSkClampRange.h32 void init(SkFixed fx, SkFixed dx, int count, int v0, int v1);
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstString.java85 int v0 = bytes.getUnsignedByte(at);
87 switch (v0 >> 4) {
92 if (v0 == 0) {
94 return throwBadUtf8(v0, at);
96 out = (char) v0;
104 return throwBadUtf8(v0, at);
110 int value = ((v0 & 0x1f) << 6) | (v1 & 0x3f);
126 return throwBadUtf8(v0, at);
136 int value = ((v0 & 0x0f) << 12) | ((v1 & 0x3f) << 6) |
151 return throwBadUtf8(v0, a
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DUtf8Utils.java91 int v0 = bytes[at] & 0xFF;
93 switch (v0 >> 4) {
98 if (v0 == 0) {
100 return throwBadUtf8(v0, at);
102 out = (char) v0;
110 return throwBadUtf8(v0, at);
116 int value = ((v0 & 0x1f) << 6) | (v1 & 0x3f);
132 return throwBadUtf8(v0, at);
142 int value = ((v0 & 0x0f) << 12) | ((v1 & 0x3f) << 6) |
157 return throwBadUtf8(v0, a
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DRay.java99 * @param v0
107 // public boolean intersect(Vector3f v0,Vector3f v1,Vector3f v2){
108 // return intersectWhere(v0, v1, v2, null);
128 * @param v0
139 public boolean intersectWhere(Vector3f v0, Vector3f v1, Vector3f v2, argument
141 return intersects(v0, v1, v2, loc, false, false);
168 * @param v0
179 public boolean intersectWherePlanar(Vector3f v0, Vector3f v1, Vector3f v2, argument
181 return intersects(v0, v1, v2, loc, true, false);
187 * @param v0
200 intersects(Vector3f v0, Vector3f v1, Vector3f v2, Vector3f store, boolean doPlanar, boolean quad) argument
271 intersects(Vector3f v0, Vector3f v1, Vector3f v2) argument
357 intersectWherePlanarQuad(Vector3f v0, Vector3f v1, Vector3f v2, Vector3f loc) argument
[all...]
/external/opencv/cv/src/
H A Dcvgeometry.cpp211 CvPoint v0, v; local
217 v0 = v;
220 if( (v0.y <= ip.y && v.y <= ip.y) ||
221 (v0.y > ip.y && v.y > ip.y) ||
222 (v0.x < ip.x && v.x < ip.x) )
224 if( ip.y == v.y && (ip.x == v.x || (ip.y == v0.y &&
225 ((v0.x <= ip.x && ip.x <= v.x) || (v.x <= ip.x && ip.x <= v0.x)))) )
230 dist = (ip.y - v0.y)*(v.x - v0
242 CvPoint2D32f v0, v; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnMathUtils.h39 bool approxEqual(const FloatPoint& v0, const FloatPoint& v1);
40 bool approxEqual(const FloatPoint3D& v0, const FloatPoint3D& v1);

Completed in 408 milliseconds

123456