/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_sse2.asm | 298 ; end prolog 346 ; end prolog 573 ; end prolog 619 ; end prolog [all...] |
variance_impl_ssse3.asm | 41 ; end prolog
|
loopfilter_mmx.asm | 32 ; end prolog 244 ; end prolog 614 ; end prolog [all...] |
/external/clang/lib/CodeGen/ |
CGCXXABI.h | 76 /// Perform prolog initialization of the parameter variable suitable 209 /// Emit the ABI-specific prolog for the function.
|
/external/webkit/Tools/android/flex-2.5.4a/ |
misc.c | 439 * and the prolog begins 451 * representing the end of the action prolog
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.h | 110 // construct prolog and epilog 111 virtual void prolog() = 0;
|
ARMAssembler.h | 56 virtual void prolog();
|
ARMAssemblerProxy.h | 47 virtual void prolog();
|
/external/chromium/testing/gmock/scripts/generator/cpp/ |
gmock_class.py | 120 # Add the class prolog.
|
/external/e2fsprogs/intl/ |
bindtextdom.c | 57 /* @@ end of prolog @@ */
|
localealias.c | 71 /* @@ end of prolog @@ */
|
/external/expat/lib/ |
xmltok.h | 194 the prolog outside literals, comments and processing instructions.
|
/prebuilts/tools/common/kxml2-tools/ |
kxml2-src-2.3.0.zip | |
/external/llvm/include/llvm/CodeGen/ |
Passes.h | 238 /// prolog-epilog insertion. This should return true if -print-machineinstrs 248 /// run passes after prolog-epilog insertion and before the second instruction 398 /// PrologEpilogCodeInserter - This pass inserts prolog and epilog code,
|
/external/llvm/lib/Target/PowerPC/ |
PPCFrameLowering.cpp | 33 // after the prolog is generated, and the code that does that doesn't handle a 55 /// contents is spilled and reloaded around the call. Without the prolog code, 304 MachineBasicBlock &MBB = MF.front(); // Prolog goes in entry BB 318 // Scan the prolog, looking for an UPDATE_VRSAVE instruction. If we find it, 782 /// register onto the stack in the prolog and restore it in the epilog of the [all...] |
PPCJITInfo.cpp | 77 // it, because we the prolog/epilog inserted by GCC won't work for us. Instead, 144 // it, because we the prolog/epilog inserted by GCC won't work for us. Instead,
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
StylesheetPIHandler.java | 308 * The spec notes that "The xml-stylesheet processing instruction is allowed only in the prolog of an XML document.",
|
/external/llvm/lib/Target/MSP430/ |
MSP430FrameLowering.cpp | 42 MachineBasicBlock &MBB = MF.front(); // Prolog goes in entry BB
|
/external/llvm/lib/Target/Mips/ |
MipsJITInfo.cpp | 91 // it, because the prolog/epilog inserted by GCC won't work for us. Instead,
|
/external/llvm/test/CodeGen/X86/ |
dynamic-allocas-VLAs.ll | 155 ; The byval adjust the sp after the prolog, but if we're restoring the sp from
|
/external/llvm/tools/llvm-objdump/ |
COFFDump.cpp | 324 outs() << " Size of prolog: "
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
encoder.h | 700 // prolog and epilog code generation 701 //- char *prolog(char * stream,unsigned frame_size,unsigned reg_save_mask);
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
diffs | 744 #define MARK_END_OF_PROLOG fprintf( temp_action_file, "%%%% end of prolog\n" ); 758 #define MARK_END_OF_PROLOG fprintf( temp_action_file, "%%%% end of prolog\n" );
|
/hardware/ti/omap4xxx/domx/make/ |
build.mk | 77 CFLAGS += -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -msoft-float -Uarm -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR($(basename $(TARGETNAME)))" -D"KBUILD_MODNAME=KBUILD_STR($(basename $(TARGETNAME)))" -DMODULE -D__LINUX_ARM_ARCH__=7 81 CFLAGS += -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -msoft-float -Uarm -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR($(basename $(TARGETNAME)))" -D"KBUILD_MODNAME=KBUILD_STR($(basename $(TARGETNAME)))" -DMODULE -D__LINUX_ARM_ARCH__=7
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
ResourceHelper.java | 421 String prolog = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"; //$NON-NLS-1$ local 422 StringBuilder sb = new StringBuilder(prolog);
|