Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/external/jpeg/
Djmemdosa.asm44 push bp ; linkage
46 push si ; save all registers for safety
47 push di define
48 push bx
49 push cx
50 push dx define
51 push es
52 push ds define
79 push bp ; linkage
81 push si ; save all registers for safety
[all …]
/external/openssl/crypto/perlasm/
Dcbc.pl44 &push("ebp");
45 &push("ebx");
46 &push("esi");
47 &push("edi");
62 &push($out);
63 &push($in);
64 &push($out); # used in decrypt for iv[1]
65 &push($in); # used in decrypt for iv[0]
79 { &mov("eax", &wparam($p3)); &push("eax"); }
80 else { &push("ecx"); }
[all …]
/external/webkit/SunSpider/tests/
Dstring-tagcloud.js52 a.push(v.toJSONString(w));
54 a.push('null');
61 a.push(v.toJSONString());
64 a.push('null');
115 a.push(k.toJSONString() + ':' +
119 a.push(k.toJSONString() + ':null');
126 a.push(k.toJSONString() + ':' + v.toJSONString());
142 a.push(k.toJSONString() + ':' +
146 a.push(k.toJSONString() + ':null');
153 a.push(k.toJSONString() + ':' + v.toJSONString());
/external/libffi/src/m32r/
Dsysv.S49 push fp
50 push lr
51 push r3
52 push r2
53 push r1
54 push r0
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/
Dgeneral1.js43 array1.push(123); //array1 = [123]
44 array1.push("dog"); //array1 = [123,dog]
45 array1.push(-99); //array1 = [123,dog,-99]
46 array1.push("cat"); //array1 = [123,dog,-99,cat]
49 array1.push("mouse"); //array1 = [123,dog,-99,mouse]
Dsplice2.js55 splicedArray.push(testArray[i]);
59 removedArray.push(testArray[i]);
61 for (i = 0; i < elements.length; i++) splicedArray.push(elements[i]);
64 splicedArray.push(testArray[i]);
87 actualSpliced.push(testArray[i]);
Dsplice1.js55 splicedArray.push(testArray[i]);
61 removedArray.push(testArray[i]);
64 for (i = 0; i < elements.length; i++) splicedArray.push(elements[i]);
67 splicedArray.push(testArray[i]);
91 actualSpliced.push(testArray[i]);
Dgeneral2.js51 array1.push(i);
52 array2.push(size - 1 - i);
68 array1.push(array1.shift());
/external/skia/src/animator/
DSkScript.cpp195 fSuppressStack.push(noInitialSuppress); in SkScriptEngine()
196 *fOpStack.push() = kParen; in SkScriptEngine()
276 *fOpStack.push() = kParen; // push even if eval is suppressed in arithmeticOp()
316 *fOpStack.push() = (SkOp) (kLogicalNot | kArtificialOp); in arithmeticOp()
317 fOpStack.push(op); in arithmeticOp()
319 *fOpStack.push() = (SkOp) (kFlipOps | kArtificialOp); in arithmeticOp()
417 *fBraceStack.push() = kFunctionBrace; in evaluateDotParam()
497 *fOpStack.push() = kParen; in functionParams()
498 *fBraceStack.push() = kFunctionBrace; in functionParams()
619 *fBraceStack.push() = kFunctionBrace; in innerScript()
[all …]
DSkScriptTokenizer.cpp120 fBranchStack.push(branch); in SkScriptEngine2()
121 *fOpStack.push() = (Op) kParen; in SkScriptEngine2()
280 *fOpStack.push() = (Op) kParen; in arithmeticOp()
318 *fOpStack.push() = (Op) (kLogicalNot | kArtificialOp); in arithmeticOp()
319 fOpStack.push(op); in arithmeticOp()
321 *fOpStack.push() = (Op) (kFlipOps | kArtificialOp); in arithmeticOp()
379 *fBraceStack.push() = kFunctionBrace; in evaluateDotParam()
435 *fOpStack.push() = (Op) kParen; in functionParams()
436 *fBraceStack.push() = kFunctionBrace; in functionParams()
505 *fBraceStack.push() = kFunctionBrace; in innerScript()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/audio/
DSDL_mixer_MMX_VC.c45 push edi in SDL_MixAudio_MMX_S16_VC()
46 push esi in SDL_MixAudio_MMX_S16_VC()
47 push ebx in SDL_MixAudio_MMX_S16_VC()
126 push edi in SDL_MixAudio_MMX_S8_VC()
127 push esi in SDL_MixAudio_MMX_S8_VC()
128 push ebx in SDL_MixAudio_MMX_S8_VC()
/external/openssl/crypto/bn/asm/x86/
Dcomba.pl114 &push("esi");
116 &push("edi");
118 &push("ebp");
119 &push("ebx");
199 &push("esi");
200 &push("edi");
201 &push("ebp");
202 &push("ebx");
/external/openssl/crypto/bn/asm/
Dco-586.pl125 &push("esi");
127 &push("edi");
129 &push("ebp");
130 &push("ebx");
210 &push("esi");
211 &push("edi");
212 &push("ebp");
213 &push("ebx");
/external/openssl/crypto/des/asm/
Ddesboth.pl11 &push("ebx");
14 &push("ebp");
15 &push("esi");
17 &push("edi");
Ddes-586.pl38 &push("esi");
39 &push("edi");
50 &push("ebx");
51 &push("ebp");
65 &push("ebx");
66 &push("ebp");
/external/openssl/crypto/
Dx86cpuid.pl16 &push ("eax");
89 &push ("edx");
90 &push ("eax");
171 &push ("ebx");
201 &push ("ebp");
/external/webkit/WebCore/bindings/js/
DJSHTMLElementCustom.cpp41 scope.push(asObject(toJS(exec, element->ownerDocument()))); in pushEventHandlerScope()
45 scope.push(asObject(toJS(exec, form))); in pushEventHandlerScope()
48 scope.push(asObject(toJS(exec, element))); in pushEventHandlerScope()
/external/icu4c/i18n/
Dregexcmp.cpp402 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); in doParseActions()
408 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); in doParseActions()
443 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
444 fParenStack.push(capturing, *fStatus); // Frame type. in doParseActions()
445 fParenStack.push(fRXPat->fCompiledPat->size()-3, *fStatus); // The first NOP location in doParseActions()
446 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc in doParseActions()
466 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
467 fParenStack.push(plain, *fStatus); // Begin a new frame. in doParseActions()
468 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The first NOP location in doParseActions()
469 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc in doParseActions()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
DSDL_stdlib.c45 push ebp in _ftol()
97 push ebp in _allmul()
99 push edi in _allmul()
100 push esi in _allmul()
101 push ebx in _allmul()
131 push edi in _alldiv()
132 push esi in _alldiv()
133 push ebx in _alldiv()
214 push ebx in _aulldiv()
215 push esi in _aulldiv()
[all …]
/external/webkit/JavaScriptCore/wrec/
DWRECGenerator.cpp54 push(X86::edi); in generateEnter()
55 push(X86::esi); in generateEnter()
96 push(index); in generateSaveIndex()
165 push(repeatCount); in generateNonGreedyQuantifier()
195 push(index); in generateNonGreedyQuantifier()
212 push(repeatCount); in generateGreedyQuantifier()
244 push(index); in generateGreedyQuantifier()
480 push(index); in generateParenthesesAssertion()
496 push(index); in generateParenthesesInvertedAssertion()
614 push(index); in generateBackreference()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/timer/os2/
DSDL_systimer.c66 push edx in SDL_GetTicks()
67 push eax in SDL_GetTicks()
75 push eax in SDL_GetTicks()
76 push edx in SDL_GetTicks()
/external/icu4c/common/
Dtriedict.cpp248 fNodeStack.push(root, status); in MutableTrieEnumeration()
249 fBranchStack.push(kLessThan, status); in MutableTrieEnumeration()
275 node = (TernaryNode *) fNodeStack.push(node->low, status); in snext()
276 where = (StackBranch) fBranchStack.push(kLessThan, status); in snext()
291 node = (TernaryNode *) fNodeStack.push(node->equal, status); in snext()
292 where = (StackBranch) fBranchStack.push(kLessThan, status); in snext()
307 node = (TernaryNode *) fNodeStack.push(node->high, status); in snext()
308 where = (StackBranch) fBranchStack.push(kLessThan, status); in snext()
337 fNodeStack.push(fRoot, status); in reset()
338 fBranchStack.push(kLessThan, status); in reset()
[all …]
/external/webkit/JavaScriptCore/runtime/
DScopeChain.h66 ScopeChainNode* push(JSObject*);
80 inline ScopeChainNode* ScopeChainNode::push(JSObject* o) in push() function
185 void push(JSObject* o) { m_node = m_node->push(o); } in push() function
/external/skia/include/core/
DSkTDStack.h44 T* push() in push() function
57 void push(const T& elem) { *this->push() = elem; } in push() function
/external/grub/stage2/
Dasm.S1308 push %ebp
1309 push %ebx
1352 push %ebp
1353 push %ebx
1392 push %ebp
1393 push %ebx
1394 push %edi
1395 push %esi
1992 push %ebp
2026 push %ebp
[all …]

12345678910>>...12