Home
last modified time | relevance | path

Searched refs:in1 (Results 1 – 25 of 49) sorted by relevance

12

/external/libffi/src/ia64/
Dunix.S60 mov r8 = in1
127 st8 [in1] = r8
133 st8 [in1] = r8
139 st8 [in1] = r8
145 st8 [in1] = r8
151 st8 [in1] = r8
157 st8 [in1] = r8
161 st8 [in1] = r8
165 stfs [in1] = f8
169 stfd [in1] = f8
[all …]
/external/openssl/crypto/des/asm/
Ddes_enc.m494 #define in1 %i1
142 ! parameter 7 1 for move in1 to in3
155 ifelse($7,1,{mov in1, in3},{nop})
1196 ! parameter 7 1 for move in1 to in3
1210 add in1, 120, in3 ! use last subkey for first round
1213 ! parameter 7 1 for move in1 to in3
1264 mov in1, in3 ! key address to in3
1296 sll out5, 29, in1
1300 add out5, in1, out5
1329 sll out5, 29, in1
[all …]
/external/openssl/crypto/rc4/asm/
Drc4-ia64.S83 { .mib; cmp.eq p6,p0=0,in1 // len==0?
92 add in1=-1,in1 // adjust len for loop counter
99 mov ar.lc=in1 }
/external/webkit/WebCore/svg/graphics/filters/cg/
DWKArithmeticFilter.cikernel26 kernel vec4 arithmeticComposite(sampler in1, sampler in2, float k1, float k2, float k3, float k4)
28 vec4 vin1 = sample(in1, samplerCoord(in1));
/external/openssl/crypto/aes/asm/
Daes-ia64.S304 and out9=3,in1
316 { .mib; ADDP in0=4,in1
317 ADDP in1=0,in1
323 { .mmi; st4 [in1]=r16,8 // s0
326 { .mmb; st4 [in1]=r24 // s2
375 { .mii; ADDP out0=0,in1
378 { .mii; ADDP out1=1,in1
381 { .mii; ADDP out2=2,in1
384 { .mii; ADDP out3=3,in1
681 and out9=3,in1
[all …]
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
Ddowhile-007.js33 function DoWhileObject( out1, out2, out3, in1 ) { argument
37 this.breakIn = in1;
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
Dvad1.cpp295 Word16 *in1, /* i/o : input values; output high-pass part */ in filter5() argument
312 temp0 = sub(*in1, temp0, pOverflow); in filter5()
323 *in1 = shr(temp0, 1, pOverflow); in filter5()
400 Word16 *in1, /* i/o : input values; output high-pass part */ in filter3() argument
409 temp1 = sub(*in1, temp1, pOverflow); in filter3()
418 *in1 = shr(temp1, 1, pOverflow); in filter3()
/external/webkit/WebCore/svg/
DSVGFEMergeNodeElement.h42 …NS(SVGFEMergeNodeElement, SVGNames::feMergeNodeTagString, SVGNames::inAttrString, String, In1, in1)
DSVGFEComponentTransferElement.h42 …tTransferElement, SVGNames::feComponentTransferTagString, SVGNames::inAttrString, String, In1, in1)
DSVGFETileElement.h42 …DECLARATIONS(SVGFETileElement, SVGNames::feTileTagString, SVGNames::inAttrString, String, In1, in1)
DSVGFEMergeElement.cpp54 … FilterEffect* mergeEffect = builder->getEffectById(static_cast<SVGFEMergeNodeElement*>(n)->in1()); in build()
DSVGFEColorMatrixElement.h43 …VGFEColorMatrixElement, SVGNames::feColorMatrixTagString, SVGNames::inAttrString, String, In1, in1)
DSVGFEOffsetElement.h42 …ARATIONS(SVGFEOffsetElement, SVGNames::feOffsetTagString, SVGNames::inAttrString, String, In1, in1)
DSVGFEBlendElement.h43 …CLARATIONS(SVGFEBlendElement, SVGNames::feBlendTagString, SVGNames::inAttrString, String, In1, in1)
DSVGFETileElement.cpp62 FilterEffect* input1 = builder->getEffectById(in1()); in build()
DSVGFEGaussianBlurElement.h47 …FEGaussianBlurElement, SVGNames::feGaussianBlurTagString, SVGNames::inAttrString, String, In1, in1)
DSVGFEDisplacementMapElement.h41 …lacementMapElement, SVGNames::feDisplacementMapTagString, SVGNames::inAttrString, String, In1, in1)
DSVGFEDiffuseLightingElement.h47 …useLightingElement, SVGNames::feDiffuseLightingTagString, SVGNames::inAttrString, String, In1, in1)
DSVGFEOffsetElement.cpp67 FilterEffect* input1 = builder->getEffectById(in1()); in build()
DSVGFEGaussianBlurElement.cpp77 FilterEffect* input1 = builder->getEffectById(in1()); in build()
DSVGFESpecularLightingElement.h46 …arLightingElement, SVGNames::feSpecularLightingTagString, SVGNames::inAttrString, String, In1, in1)
DSVGFECompositeElement.h42 …NS(SVGFECompositeElement, SVGNames::feCompositeTagString, SVGNames::inAttrString, String, In1, in1)
DSVGFEBlendElement.cpp75 FilterEffect* input1 = builder->getEffectById(in1()); in build()
DSVGFEComponentTransferElement.cpp67 FilterEffect* input1 = builder->getEffectById(in1()); in build()
DSVGFEColorMatrixElement.cpp76 FilterEffect* input1 = builder->getEffectById(in1()); in build()

12