/external/valgrind/gdbserver_tests/ |
D | mssnapshot.stderrB.exp | 21 and saves it in <filename> 24 saves all snapshot(s) taken so far in <filename>
|
/external/libpng/scripts/ |
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|
/external/libpng/ |
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|
/external/llvm/lib/Target/X86/ |
D | README-X86-64.txt | 59 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/ |
D | libxt_RATEEST.man | 2 and saves the results for later evaluation using the \fBrateest\fP match.
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 625 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/ |
D | code-generator-ia32.cc | 713 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/ |
D | 2011-04-21-FILoweringBug.ll | 4 ; and in the range of 0-1020. This saves code size by utilizing
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fixed-point-scalar-cvt-dagcombine.ll | 4 ; extract_vector_elt of a conversion, which saves a round trip of copies
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 794 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/ |
D | load-store-q.ll | 8 ; callee-saves.
|
/external/harfbuzz_ng/ |
D | TODO | 46 - Add sanitize API (and a cached version, that saves result on blob user-data)
|
/external/llvm/test/CodeGen/Mips/ |
D | no-odd-spreg-msa.ll | 82 ; 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/ |
D | TargetCallingConv.td | 169 class CalleeSavedRegs<dag saves> { 170 dag SaveList = saves;
|
/external/llvm/docs/ |
D | Packaging.rst | 59 saves lots of binary size at the cost of some startup time.
|
D | InAlloca.rst | 74 To avoid stack leaks, the frontend saves the current stack pointer with
|
/external/mesa3d/ |
D | SConstruct | 43 # XXX: This creates a many problems as it saves...
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | table_API_readme.txt | 72 # it: it will cause a circular reference (ttFont saves
|
/external/valgrind/exp-bbv/tests/ppc32-linux/ |
D | ll.S | 52 # saves one instruction on any future load from memory
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.atomic_counter.txt | 46 Test cases perform atomic counter calls and saves results to a SSBO. The SSBO
|
/external/llvm/test/CodeGen/X86/ |
D | avx-load-store.ll | 77 ; It is faster to make two saves, if the data is already in XMM registers. For
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-26-Reoptimizer2.txt | 99 register saves which will be restored in epilogs.
|
/external/eigen/doc/ |
D | TopicAssertions.dox | 105 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/ |
D | perf-record.txt | 146 Do not update the builid cache. This saves some overhead in situations
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/ |
D | usingdatastore.rst | 184 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
|