Home
last modified time | relevance | path

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

12345

/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/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/harfbuzz_ng/
DTODO34 - Add sanitize API (and a cached version, that saves result on blob user-data)
/external/llvm/test/Transforms/SLPVectorizer/AArch64/
Dload-store-q.ll8 ; callee-saves.
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
DcomplexityMeasures.m8 cout=' > st.txt'; %saves to matlab variable 'st'
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc1125 const RegList saves = FLAG_enable_embedded_constant_pool in AssemblePrologue() local
1128 if (saves != 0) { in AssemblePrologue()
1130 __ stm(db_w, sp, saves); in AssemblePrologue()
1132 base::bits::CountPopulation32(saves)); in AssemblePrologue()
1142 const RegList saves = FLAG_enable_embedded_constant_pool in AssembleReturn() local
1145 if (saves != 0) { in AssembleReturn()
1146 __ ldm(ia_w, sp, saves); in AssembleReturn()
/external/llvm/test/CodeGen/Mips/
Dno-odd-spreg-msa.ll86 ; allocator will choose $f13/$w13 for the vector since that saves on moves.
114 ; allocator will choose $f13/$w13 for the vector since that saves on moves.
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
DREADME20 ftrandom saves the erroneous font and continues. If the tester exits
/external/llvm/include/llvm/Target/
DTargetCallingConv.td169 class CalleeSavedRegs<dag saves> {
170 dag SaveList = saves;
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1607 const RegList saves = in AssemblePrologue() local
1611 if (saves != 0) { in AssemblePrologue()
1612 __ MultiPush(saves); in AssemblePrologue()
1616 DCHECK(num_saves == base::bits::CountPopulation32(saves)); in AssemblePrologue()
1627 const RegList saves = in AssembleReturn() local
1631 if (saves != 0) { in AssembleReturn()
1632 __ MultiPop(saves); in AssembleReturn()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1490 const RegList saves = descriptor->CalleeSavedRegisters(); in AssemblePrologue() local
1491 if (saves != 0) { in AssemblePrologue()
1493 __ MultiPush(saves); in AssemblePrologue()
1496 int count = base::bits::CountPopulation32(saves); in AssemblePrologue()
1508 const RegList saves = descriptor->CalleeSavedRegisters(); in AssembleReturn() local
1509 if (saves != 0) { in AssembleReturn()
1510 __ MultiPop(saves); in AssembleReturn()
/external/llvm/docs/
DPackaging.rst59 saves lots of binary size at the cost of some startup time.
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1408 CPURegList saves = CPURegList(CPURegister::kRegister, kXRegSizeInBits, in AssemblePrologue() local
1410 saved_count = saves.Count(); in AssemblePrologue()
1412 __ PushCPURegList(saves); in AssemblePrologue()
1422 CPURegList saves = CPURegList(CPURegister::kRegister, kXRegSizeInBits, in AssembleReturn() local
1424 if (saves.Count() != 0) { in AssembleReturn()
1425 __ PopCPURegList(saves); in AssembleReturn()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1449 const RegList saves = descriptor->CalleeSavedRegisters(); in AssemblePrologue() local
1454 if (saves != 0) { // Save callee-saved registers. in AssemblePrologue()
1458 if (!((1 << i) & saves)) continue; in AssemblePrologue()
1470 const RegList saves = descriptor->CalleeSavedRegisters(); in AssembleReturn() local
1472 if (saves != 0) { in AssembleReturn()
1474 if (!((1 << i) & saves)) continue; in AssembleReturn()
/external/mesa3d/
DSConstruct43 # XXX: This creates a many problems as it saves...
/external/autotest/server/site_tests/cellular_StaleModemReboot/
Dcontrol26 command on the DUT and strips the state from its output. The test saves the
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1727 const RegList saves = descriptor->CalleeSavedRegisters(); in AssemblePrologue() local
1728 if (saves != 0) { in AssemblePrologue()
1730 __ MultiPush(saves); in AssemblePrologue()
1733 int count = base::bits::CountPopulation32(saves); in AssemblePrologue()
1744 const RegList saves = descriptor->CalleeSavedRegisters(); in AssembleReturn() local
1745 if (saves != 0) { in AssembleReturn()
1746 __ MultiPop(saves); in AssembleReturn()
/external/llvm/test/CodeGen/X86/
Dseh-catch-all-win32.ll3 ; 32-bit catch-all has to use a filter function because that's how it saves the
Dseh-stack-realign.ll3 ; 32-bit catch-all has to use a filter function because that's how it saves the
/external/fonttools/Lib/fontTools/ttLib/tables/
Dtable_API_readme.txt72 # it: it will cause a circular reference (ttFont saves

12345