Home
last modified time | relevance | path

Searched refs:epilogue (Results 1 – 25 of 109) sorted by relevance

12345

/external/clang/test/Preprocessor/
Dmacro_paste_spacing2.c4 #define epilogue(r1) movl r1 ## E; macro
5 epilogue(R1)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
Dvariance_altivec.asm44 .macro epilogue macro
167 epilogue
188 epilogue
233 epilogue
253 epilogue
274 epilogue
295 epilogue
316 epilogue
373 epilogue
Dsad_altivec.asm39 .macro epilogue macro
162 epilogue
182 epilogue
202 epilogue
222 epilogue
275 epilogue
/external/libvpx/libvpx/vp8/common/ppc/
Dvariance_altivec.asm44 .macro epilogue macro
167 epilogue
188 epilogue
233 epilogue
253 epilogue
274 epilogue
295 epilogue
316 epilogue
373 epilogue
Dsad_altivec.asm39 .macro epilogue macro
162 epilogue
182 epilogue
202 epilogue
222 epilogue
275 epilogue
/external/llvm/test/MC/ARM/
Deh-directive-multiple-offsets.s83 @ epilogue:
114 @ epilogue:
153 @ epilogue:
/external/chromium_org/chrome/browser/resources/google_now/
Dutility_unittest.gtestjs227 // Tests calling plugin's prologue and epilogue.
234 'epilogue'
248 epilogue: this.mockLocalFunctions.functions().epilogue
260 this.mockLocalFunctions.expects(once()).epilogue();
308 'epilogue'
354 epilogue: this.mockLocalFunctions.functions().epilogue
372 this.mockLocalFunctions.expects(once()).epilogue();
554 task1PluginInstance.epilogue();
588 task1PluginInstance.epilogue();
620 task1PluginInstance1.epilogue();
[all …]
Dutility.js333 wrapperPluginInstance.epilogue();
824 epilogue: function() { method in TasksWrapperPlugin
/external/llvm/test/CodeGen/AArch64/
Dlocal_vars.ll4 ; Make sure a reasonably sane prologue and epilogue are
36 ; Dont't really care, but it would be a Bad Thing if this came after the epilogue.
Darm64-stack-no-frame.ll6 ; frame record. In an intermediate frame refactoring, prologue and epilogue were
Dalloca.ll25 ; Make sure epilogue restores sp from fp
59 ; Make sure epilogue restores sp from fp
Dfastcc-reserved.ll53 ; Check for epilogue (primarily to make sure sp spotted above wasn't
/external/libvpx/libvpx/vp8/encoder/ppc/
Dfdct_altivec.asm48 .macro epilogue macro
133 epilogue
184 epilogue
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
Dfdct_altivec.asm48 .macro epilogue macro
133 epilogue
184 epilogue
/external/chromium_org/media/base/simd/
Dlinear_scale_yuv_to_rgb_mmx_x64.asm143 jmp .epilogue
151 .epilogue
/external/llvm/test/CodeGen/X86/
Dtailcall-ri64.ll4 ; TAILJMPri64 should not receive "callee-saved" registers beyond epilogue.
/external/libunwind/doc/
Dlibunwind-dynamic.tex45 \emph{prologue}, a \emph{body}, and an \emph{epilogue}. Each of them
50 frame state in any way. If non-empty, the epilogue restores the
52 the prologue. In fact, a single epilogue may undo the effect of the
55 We should point out that even though the prologue, body, and epilogue
60 exact set of instructions that make up an epilogue is also irrelevant.
61 The only point in the epilogue that needs to be described explicitly
244 those procedures share a common prologue and epilogue (their bodies
246 prologue, the body, and a canned epilogue. This could be described by
247 two regions: one covering the prologue and one covering the epilogue.
/external/smali/smali/src/test/resources/LexerTest/
DDirectiveTest.tokens31 EPILOGUE_DIRECTIVE(".epilogue")
/external/openssl/crypto/perlasm/
Dx86_64-xlate.pl147 my $epilogue = "";
149 $epilogue = "movq 8(%rsp),%rdi\n\t" .
152 $epilogue . ".byte 0xf3,0xc3";
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_emit_nv50.cpp1836 BasicBlock *epilogue = BasicBlock::get(func->cfgExit); in replaceExitWithModifier() local
1838 if (!epilogue->getExit() || in replaceExitWithModifier()
1839 epilogue->getExit()->op != OP_EXIT) // only main will use OP_EXIT in replaceExitWithModifier()
1842 if (epilogue->getEntry()->op != OP_EXIT) { in replaceExitWithModifier()
1843 Instruction *insn = epilogue->getExit()->prev; in replaceExitWithModifier()
1857 epilogue->binSize -= 8; in replaceExitWithModifier()
1859 delete_Instruction(func->getProgram(), epilogue->getExit()); in replaceExitWithModifier()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_emit_nv50.cpp1836 BasicBlock *epilogue = BasicBlock::get(func->cfgExit); in replaceExitWithModifier() local
1838 if (!epilogue->getExit() || in replaceExitWithModifier()
1839 epilogue->getExit()->op != OP_EXIT) // only main will use OP_EXIT in replaceExitWithModifier()
1842 if (epilogue->getEntry()->op != OP_EXIT) { in replaceExitWithModifier()
1843 Instruction *insn = epilogue->getExit()->prev; in replaceExitWithModifier()
1857 epilogue->binSize -= 8; in replaceExitWithModifier()
1859 delete_Instruction(func->getProgram(), epilogue->getExit()); in replaceExitWithModifier()
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
Dx86_64-xlate.pl147 my $epilogue = "";
149 $epilogue = "movq 8(%rsp),%rdi\n\t" .
152 $epilogue . ".byte 0xf3,0xc3";
/external/bison/src/
Dparse-gram.y230 prologue_declarations "%%" grammar epilogue.opt
669 epilogue.opt:
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/
Dcpu-x86_64-asm.asm150 mov rdi,QWORD PTR[8+rsp] ;WIN64 epilogue
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/aes/
Dvpaes-x86_64.asm654 mov rdi,QWORD PTR[8+rsp] ;WIN64 epilogue
711 mov rdi,QWORD PTR[8+rsp] ;WIN64 epilogue
758 mov rdi,QWORD PTR[8+rsp] ;WIN64 epilogue
805 mov rdi,QWORD PTR[8+rsp] ;WIN64 epilogue
884 mov rdi,QWORD PTR[8+rsp] ;WIN64 epilogue

12345