Home
last modified time | relevance | path

Searched refs:saves (Results 1 – 25 of 92) sorted by relevance

1234

/external/valgrind/gdbserver_tests/
Dmssnapshot.stderrB.exp21 and saves it in <filename>
24 saves all snapshot(s) taken so far in <filename>
/external/libpng/scripts/
Dlibpng.pc.in7 Description: Loads and saves PNG files
/external/libpng/
Dlibpng.pc.in7 Description: Loads and saves PNG files
/external/llvm/lib/Target/X86/
DREADME-X86-64.txt59 The idea is that it saves callers from having to remember this value,
146 1. First movq should be movl; saves a byte.
147 2. Both andq's should be andl; saves another two bytes. I think this was
149 3. shrq should be shrl; saves another byte.
/external/iptables/extensions/
Dlibxt_RATEEST.man2 and saves the results for later evaluation using the \fBrateest\fP match.
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc625 const RegList saves = descriptor->CalleeSavedRegisters(); in AssemblePrologue() local
626 if (saves != 0 || saved_pp) { in AssemblePrologue()
630 if (!((1 << i) & saves)) continue; in AssemblePrologue()
634 __ stm(db_w, sp, saves); in AssemblePrologue()
681 const RegList saves = descriptor->CalleeSavedRegisters(); in AssembleReturn() local
682 if (saves != 0) { in AssembleReturn()
683 __ ldm(ia_w, sp, saves); in AssembleReturn()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc713 const RegList saves = descriptor->CalleeSavedRegisters(); in AssemblePrologue() local
714 if (saves != 0) { // Save callee-saved registers. in AssemblePrologue()
717 if (!((1 << i) & saves)) continue; in AssemblePrologue()
760 const RegList saves = descriptor->CalleeSavedRegisters(); in AssembleReturn() local
768 if (saves != 0) { in AssembleReturn()
770 if (!((1 << i) & saves)) continue; in AssembleReturn()
/external/llvm/test/CodeGen/Thumb2/
D2011-04-21-FILoweringBug.ll4 ; and in the range of 0-1020. This saves code size by utilizing
/external/llvm/test/CodeGen/AArch64/
Darm64-fixed-point-scalar-cvt-dagcombine.ll4 ; extract_vector_elt of a conversion, which saves a round trip of copies
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc794 const RegList saves = descriptor->CalleeSavedRegisters(); in AssemblePrologue() local
795 if (saves != 0) { // Save callee-saved registers. in AssemblePrologue()
798 if (!((1 << i) & saves)) continue; in AssemblePrologue()
846 const RegList saves = descriptor->CalleeSavedRegisters(); in AssembleReturn() local
848 if (saves != 0) { in AssembleReturn()
850 if (!((1 << i) & saves)) continue; in AssembleReturn()
/external/llvm/test/Transforms/SLPVectorizer/AArch64/
Dload-store-q.ll8 ; callee-saves.
/external/harfbuzz_ng/
DTODO46 - Add sanitize API (and a cached version, that saves result on blob user-data)
/external/llvm/test/CodeGen/Mips/
Dno-odd-spreg-msa.ll82 ; allocator will choose $f13/$w13 for the vector since that saves on moves.
110 ; allocator will choose $f13/$w13 for the vector since that saves on moves.
/external/llvm/include/llvm/Target/
DTargetCallingConv.td169 class CalleeSavedRegs<dag saves> {
170 dag SaveList = saves;
/external/llvm/docs/
DPackaging.rst59 saves lots of binary size at the cost of some startup time.
DInAlloca.rst74 To avoid stack leaks, the frontend saves the current stack pointer with
/external/mesa3d/
DSConstruct43 # XXX: This creates a many problems as it saves...
/external/fonttools/Lib/fontTools/ttLib/tables/
Dtable_API_readme.txt72 # it: it will cause a circular reference (ttFont saves
/external/valgrind/exp-bbv/tests/ppc32-linux/
Dll.S52 # saves one instruction on any future load from memory
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.atomic_counter.txt46 Test cases perform atomic counter calls and saves results to a SSBO. The SSBO
/external/llvm/test/CodeGen/X86/
Davx-load-store.ll77 ; It is faster to make two saves, if the data is already in XMM registers. For
/external/llvm/docs/HistoricalNotes/
D2003-06-26-Reoptimizer2.txt99 register saves which will be restored in epilogs.
/external/eigen/doc/
DTopicAssertions.dox105 This saves compile time but consumes more run time. \c EIGEN_NO_STATIC_ASSERT is undefined by defau…
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-record.txt146 Do not update the builid cache. This saves some overhead in situations
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/
Dusingdatastore.rst184 new version of the ``Guestbook`` handler creates new greetings and saves them
209 Finally, ``greeting.put()`` saves our new object to the datastore. If we had

1234