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

123456

/external/v8/src/mips/
H A Ddeoptimizer-mips.cc835 // Preserve "deoptimizer" object in register v0 and get the input
838 __ mov(a0, v0);
839 __ lw(a1, MemOperand(v0, Deoptimizer::input_offset()));
H A Dmacro-assembler-mips.cc2799 // v0 = exception, a1 = code object, a2 = state.
2822 // The exception is expected in v0.
2823 Move(v0, value);
2859 // The exception is expected in v0.
2860 if (!value.is(v0)) {
2861 mov(v0, value);
3542 Move(dst, v0, v1);
3952 lw(v0, MemOperand(v0));
3962 Branch(&skip, eq, v0, Operan
[all...]
H A Dassembler-mips.h75 static const int kNumAllocatableRegisters = 14; // v0 through t7.
90 "v0",
137 // v0, v1: Used when returning multiple values from subroutines.
138 REGISTER(v0, 2);
H A Dassembler-mips.cc118 2, // v0
158 v0, v1,
/external/webp/src/dsp/
H A Denc_sse2.c51 const __m128i v0 = _mm_srai_epi16(abs0, 2); local
54 const __m128i bin0 = _mm_min_epi16(v0, max_coeff_thresh);
401 // a0 = v0 + v3
403 // a3 = v0 - v3
/external/skia/src/effects/
H A DSkGradientShader.cpp23 static void sk_memset32_dither(uint32_t dst[], uint32_t v0, uint32_t v1, argument
26 if (v0 == v1) {
27 sk_memset32(dst, v0, count);
31 *dst++ = v0;
35 *dst = v0;
/external/opencv/cv/src/
H A Dcvfloodfill.cpp343 Cv32suf v0, v1, v2; local
349 v0.i = newVal[0]; v1.i = newVal[1]; v2.i = newVal[2];
350 region->value = cvScalar( v0.f, v1.f, v2.f );
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_opengl.h3603 typedef void (APIENTRYP PFNGLUNIFORM1FPROC) (GLint location, GLfloat v0);
3604 typedef void (APIENTRYP PFNGLUNIFORM2FPROC) (GLint location, GLfloat v0, GLfloat v1);
3605 typedef void (APIENTRYP PFNGLUNIFORM3FPROC) (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
3606 typedef void (APIENTRYP PFNGLUNIFORM4FPROC) (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
3607 typedef void (APIENTRYP PFNGLUNIFORM1IPROC) (GLint location, GLint v0);
3608 typedef void (APIENTRYP PFNGLUNIFORM2IPROC) (GLint location, GLint v0, GLint v1);
3609 typedef void (APIENTRYP PFNGLUNIFORM3IPROC) (GLint location, GLint v0, GLint v1, GLint v2);
3610 typedef void (APIENTRYP PFNGLUNIFORM4IPROC) (GLint location, GLint v0, GLint v1, GLint v2, GLint v3);
4147 typedef void (APIENTRYP PFNGLUNIFORM1FARBPROC) (GLint location, GLfloat v0);
4148 typedef void (APIENTRYP PFNGLUNIFORM2FARBPROC) (GLint location, GLfloat v0, GLfloa
[all...]
/external/regex-re2/lib/codereview/
H A Dcodereview.py1367 v0 = short(rev.parents()[0].node())
1369 arg = v1 + ":" + v0
1371 vers = v0
1372 arg = v0 + ":" + v1
/external/webkit/Source/JavaScriptCore/assembler/
H A DMIPSAssembler.h78 v0 = r2, enumerator in enum:JSC::MIPSRegisters::__anon14319
/external/dropbear/libtommath/
H A Dbn.tex52 \title{LibTomMath User Manual \\ v0.40}
85 As of the v0.25 the library source code has been placed in the public domain with every new release. As of the v0.28
259 are the pros and cons of LibTomMath by comparing it to the math routines from GnuPG\footnote{GnuPG v1.2.3 versus LibTomMath v0.28}.
1670 \textit{Note:} As of v0.30 of the LibTomMath library this function has been deprecated. It is still available
/external/elfutils/tests/
H A Drun-allregs.sh2526 0: $v0 (v0), signed 64 bits
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c520 int v0 = cstr[-1] - '0'; // then interpret as three-digit decimal local
523 int val = v0 * 100 + v1 * 10 + v2;
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp61 static const RegisterID returnRegister = MIPSRegisters::v0;
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c1690 IRTemp v0 = newTemp(Ity_V128); local
1699 assign( v0, result );
1709 binop(Iop_OrV128, mkexpr(v0), mkexpr(v1)),
1718 binop(Iop_AndV128, mkexpr(v0), mkexpr(v1)),
H A Dguest_amd64_toIR.c14306 IRTemp v3, v2, v1, v0; local
14307 v3 = v2 = v1 = v0 = IRTemp_INVALID;
14339 breakup128to32s( tmp_prod_vec, &v3, &v2, &v1, &v0 );
14340 assign( prod_vec, mk128from32s( v3, v1, v2, v0 ) );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3277 RSA key which includes the CRT parameters\footnote{As of v0.99 the PK\_PRIVATE\_OPTIMIZED type has been deprecated, and has been replaced by the

Completed in 2221 milliseconds

123456