Searched refs:v0 (Results 76 - 100 of 604) sorted by relevance

1234567891011>>

/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/des/
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/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/libhevc/common/arm64/
H A Dihevc_intra_pred_luma_horz.s120 ld1 { v0.16b},[x12] //load 16 values. d1[7] will have the 1st value.
122 dup v2.16b, v0.16b[15] //duplicate the i value.
124 dup v4.16b, v0.16b[14] //duplicate the ii value.
125 dup v6.16b, v0.16b[13] //duplicate the iii value.
129 dup v1.16b, v0.16b[12]
133 dup v2.16b, v0.16b[11]
137 dup v4.16b, v0.16b[10]
141 dup v6.16b, v0.16b[9]
145 dup v1.16b, v0.16b[8]
149 dup v2.16b, v0
[all...]
H A Dihevc_mem_fns.s83 LD1 {v0.8b},[x1],#8
84 ST1 {v0.8b},[x0],#8
112 LD1 {v0.8b},[x1],#8
113 ST1 {v0.8b},[x0],#8
153 dup v0.8b,w1
156 ST1 {v0.8b},[x0],#8
182 dup v0.8b,w1
185 ST1 {v0.8b},[x0],#8
227 dup v0.8h,w1
229 ST1 {v0
[all...]
H A Dihevc_intra_pred_chroma_horz.s118 ld1 { v0.8h},[x12] //load 16 values. d1[7] will have the 1st value.
122 dup v2.8h, v0.4h[7] //duplicate the i value.
124 dup v4.8h, v0.4h[6] //duplicate the ii value.
125 dup v6.8h, v0.4h[5] //duplicate the iii value.
129 dup v1.8h, v0.4h[4]
133 dup v2.8h, v0.4h[3]
137 dup v4.8h, v0.4h[2]
141 dup v6.8h, v0.4h[1]
145 dup v1.8h, v0.4h[0]
202 ld1 { v0
[all...]
/external/llvm/test/MC/AArch64/
H A Dneon-scalar-dup.s6 dup b0, v0.b[15]
7 dup b1, v0.b[7]
8 dup b17, v0.b[0]
18 // CHECK: {{dup|mov}} b0, v0.b[15] // encoding: [0x00,0x04,0x1f,0x5e]
19 // CHECK: {{dup|mov}} b1, v0.b[7] // encoding: [0x01,0x04,0x0f,0x5e]
20 // CHECK: {{dup|mov}} b17, v0.b[0] // encoding: [0x11,0x04,0x01,0x5e]
33 mov b0, v0.b[15]
34 mov b1, v0.b[7]
35 mov b17, v0.b[0]
45 // CHECK: {{dup|mov}} b0, v0
[all...]
H A Dneon-simd-misc.s9 rev64 v0.16b, v31.16b
14 rev64 v4.2s, v0.2s
16 // CHECK: rev64 v0.16b, v31.16b // encoding: [0xe0,0x0b,0x20,0x4e]
21 // CHECK: rev64 v4.2s, v0.2s // encoding: [0x04,0x08,0xa0,0x0e]
26 rev32 v0.4h, v9.4h
31 // CHECK: rev32 v0.4h, v9.4h // encoding: [0x20,0x09,0x60,0x2e]
46 saddlp v0.2s, v1.4h
53 // CHECK: saddlp v0.2s, v1.4h // encoding: [0x20,0x28,0x60,0x0e]
64 uaddlp v0.2s, v1.4h
71 // CHECK: uaddlp v0
[all...]
/external/openssl/crypto/modes/asm/
H A Dghashv8-armx-64.S53 ld1 {v0.2d},[x0] //load [rotated] Xi
59 ext v0.16b,v0.16b,v0.16b,#8
64 rev64 v0.16b,v0.16b
73 ext v18.16b,v0.16b,v0.16b,#8
74 eor v3.16b,v3.16b,v0.16b //inp^=Xi
78 pmull v0
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-mips64.cc107 COMPARE(addu(v0, v1, s0),
108 "00701021 addu v0, v1, s0");
109 COMPARE(daddu(v0, v1, s0),
110 "0070102d daddu v0, v1, s0");
120 COMPARE(subu(v0, v1, s0),
121 "00701023 subu v0, v1, s0");
122 COMPARE(dsubu(v0, v1, s0),
123 "0070102f dsubu v0, v1, s0");
134 COMPARE(mult(v0, v1),
135 "00430018 mult v0, v
[all...]
H A Dtest-disasm-mips.cc103 COMPARE(addu(v0, v1, s0),
104 "00701021 addu v0, v1, s0");
110 COMPARE(subu(v0, v1, s0),
111 "00701023 subu v0, v1, s0");
118 COMPARE(mult(v0, v1),
119 "00430018 mult v0, v1");
125 COMPARE(multu(v0, v1),
126 "00430019 multu v0, v1");
132 COMPARE(div(v0, v1),
133 "0043001a div v0, v
[all...]
/external/chromium_org/tools/telemetry/telemetry/results/
H A Dchart_json_output_formatter_unittest.py38 v0 = scalar.ScalarValue(results.current_page, 'foo', 'seconds', 3)
39 results.AddValue(v0)
47 v0 = scalar.ScalarValue(self._page_set[0], 'foo', 'seconds', 3)
48 page_specific_values = [v0]
70 v0 = scalar.ScalarValue(self._page_set[0], 'foo', 'seconds', 3)
72 page_specific_values = [v0, v1]
84 v0 = scalar.ScalarValue(self._page_set[0], 'foo.bar', 'seconds', 3)
86 page_specific_values = [v0, v1]
100 v0 = scalar.ScalarValue(self._page_set[0], 'foo', 'seconds', 3)
102 page_specific_values = [v0, v
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
H A Dd3d11tex.hlsl.vs.h27 dcl_input v0.xyzw
32 mov o0.xyzw, v0.xyzw
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
H A Dd3d11tex.hlsl.vs.h27 dcl_input v0.xyzw
32 mov o0.xyzw, v0.xyzw
/external/chromium_org/tools/telemetry/telemetry/value/
H A Dmerge_values.py32 lambda v0, merge_group: v0.MergeLikeValuesFromSamePage(merge_group))
71 lambda v0, merge_group: v0.MergeLikeValuesFromDifferentPages(
100 v0 = merge_group[0]
101 vM = merge_func(v0, merge_group)
H A Dscalar.py82 v0 = values[0]
83 return cls._MergeLikeValues(values, v0.page, v0.name)
89 v0 = values[0]
90 name = v0.name_suffix if group_by_name_suffix else v0.name
95 v0 = values[0]
102 page, name, v0.units, merged_value, important=v0.important,
H A Dstring.py80 v0 = values[0]
81 return cls._MergeLikeValues(values, v0.page, v0.name)
87 v0 = values[0]
88 name = v0.name_suffix if group_by_name_suffix else v0.name
93 v0 = values[0]
100 page, name, v0.units, merged_value, important=v0.important,
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_feedback.c56 _swrast_feedback_triangle(struct gl_context *ctx, const SWvertex *v0, argument
59 if (!_swrast_culltriangle(ctx, v0, v1, v2)) {
64 feedback_vertex(ctx, v0, v0);
69 feedback_vertex(ctx, v0, v2);
78 _swrast_feedback_line(struct gl_context *ctx, const SWvertex *v0, argument
90 feedback_vertex(ctx, v0, v0);
94 feedback_vertex(ctx, v0, v1);
111 _swrast_select_triangle(struct gl_context *ctx, const SWvertex *v0, argument
125 _swrast_select_line(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) argument
[all...]
/external/eigen/test/
H A Dgeo_orthomethods.cpp27 Vector3 v0 = Vector3::Random(), local
37 mat3 << v0.normalized(),
38 (v0.cross(v1)).normalized(),
39 (v0.cross(v1).cross(v0)).normalized();
76 VectorType v0 = VectorType::Random(size); local
79 VERIFY_IS_MUCH_SMALLER_THAN(v0.unitOrthogonal().dot(v0), Scalar(1));
80 VERIFY_IS_APPROX(v0.unitOrthogonal().norm(), RealScalar(1));
84 v0
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_feedback.c56 _swrast_feedback_triangle(struct gl_context *ctx, const SWvertex *v0, argument
59 if (!_swrast_culltriangle(ctx, v0, v1, v2)) {
64 feedback_vertex(ctx, v0, v0);
69 feedback_vertex(ctx, v0, v2);
78 _swrast_feedback_line(struct gl_context *ctx, const SWvertex *v0, argument
90 feedback_vertex(ctx, v0, v0);
94 feedback_vertex(ctx, v0, v1);
111 _swrast_select_triangle(struct gl_context *ctx, const SWvertex *v0, argument
125 _swrast_select_line(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) argument
[all...]
/external/chromium_org/third_party/libvpx/source/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...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsTriangle.cpp14 SkDVector v0 = fPts[2] - fPts[0]; local
19 double dot00 = v0.dot(v0);
20 double dot01 = v0.dot(v1);
21 double dot02 = v0.dot(v2);

Completed in 7116 milliseconds

1234567891011>>