/external/fmtlib/doc/bootstrap/ |
D | grid.less | 53 // Columns, offsets, pushes, and pulls for extra small devices like 61 // Columns, offsets, pushes, and pulls for the small device range, from phones 71 // Columns, offsets, pushes, and pulls for the desktop device range. 80 // Columns, offsets, pushes, and pulls for the large desktop device range.
|
/external/llvm/test/CodeGen/X86/ |
D | movtopush64.ll | 11 ; We should get pushes for the last 4 parameters. Test that the 47 ; The presence of a frame pointer should not prevent pushes. But we 49 ; Also check that we generate the right pushes for >8bit immediates. 65 ; now, because the pushes will always follow the moves into r8 and r9. 66 ; Eventually, though, we want to be able to schedule the pushes better. 166 ; Converting one function call to use pushes negatively affects 167 ; other calls that pass arguments on the stack without pushes. 168 ; If the cost outweighs the benefit, avoid using pushes. 180 ; But if the benefit outweighs the cost, use pushes.
|
D | push-cfi.ll | 12 ; Darwin should not generate pushes in either circumstance. 69 ; so darwin should not generate pushes. 110 ; If we did not end up using any pushes, no need for GNU_ARGS_SIZE or 129 ; If we did not end up using any pushes, no need for GNU_ARGS_SIZE or 183 ; If we did use pushes, we need to reset GNU_ARGS_SIZE before a call 268 ; Darwin should generate pushes in the presense of FP and an unwind table,
|
D | movtopush.ll | 21 ; We should get pushes for x86, even though there is a reserved call frame. 51 ; If we have a reserved frame, we should have pushes 66 ; Again, we expect a sequence of 4 immediate pushes 67 ; Checks that we generate the right pushes for >8bit immediates 127 ; is added when the pushes don't add up to the required alignment. 160 ; don't use pushes. 257 ; and reload from 16(%esp) due to the pushes. 342 ; Make sure the add does not prevent folding loads into pushes. 343 ; val1 and val2 will not be folded into pushes since they have
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | movtopush64.ll | 14 ; We should get pushes for the last 4 parameters. Test that the 50 ; The presence of a frame pointer should not prevent pushes. But we 52 ; Also check that we generate the right pushes for >8bit immediates. 68 ; now, because the pushes will always follow the moves into r8 and r9. 69 ; Eventually, though, we want to be able to schedule the pushes better. 169 ; Converting one function call to use pushes negatively affects 170 ; other calls that pass arguments on the stack without pushes. 171 ; If the cost outweighs the benefit, avoid using pushes. 183 ; But if the benefit outweighs the cost, use pushes.
|
D | push-cfi.ll | 12 ; Darwin should not generate pushes in either circumstance. 65 ; so darwin should not generate pushes. 102 ; If we did not end up using any pushes, no need for GNU_ARGS_SIZE or 121 ; If we did not end up using any pushes, no need for GNU_ARGS_SIZE or 175 ; If we did use pushes, we need to reset GNU_ARGS_SIZE before a call 256 ; Darwin should generate pushes in the presense of FP and an unwind table,
|
D | movtopush.ll | 23 ; We should get pushes for x86, even though there is a reserved call frame. 53 ; If we have a reserved frame, we should have pushes 68 ; Again, we expect a sequence of 4 immediate pushes 69 ; Checks that we generate the right pushes for >8bit immediates 129 ; is added when the pushes don't add up to the required alignment. 162 ; don't use pushes. 259 ; and reload from 16(%esp) due to the pushes. 348 ; Make sure the add does not prevent folding loads into pushes. 349 ; val1 and val2 will not be folded into pushes since they have
|
D | win64-funclet-savexmm.ll | 112 ; 16 two pushes
|
/external/llvm-project/libc/src/threads/linux/x86_64/ |
D | thread_start_args.h.in | 18 // The x86_64 call instruction pushes resume address on to the stack. 19 // Next, The x86_64 SysV ABI also pushes the frame pointer on the
|
/external/pcre/dist2/ |
D | perltest.sh | 322 $pushes = "push \@subs,\$&;" . 344 eval "${cmd} (\$x =~ ${pattern}) {" . $pushes;
|
/external/kotlinx.coroutines/site/ |
D | README.md | 14 For release use [`deploy.sh`](deploy.sh) that performs clean build of the site and pushes the resul…
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_vbo.c | 859 unsigned draws = count, pushes, i; in nvc0_draw_indirect() local 862 pushes = 1; in nvc0_draw_indirect() 865 pushes = draws; in nvc0_draw_indirect() 868 nouveau_pushbuf_space(push, 16, 0, pushes + !!buf_count); in nvc0_draw_indirect() 883 if (pushes == 1) { in nvc0_draw_indirect() 889 for (i = 0; i < pushes; i++) { in nvc0_draw_indirect()
|
/external/python/cpython3/Doc/library/ |
D | dis.rst | 743 it loads :meth:`~object.__exit__` from the context manager and pushes it onto 820 Creates a tuple consuming *count* items from the stack, and pushes the 856 Concatenates *count* strings from the stack and pushes the resulting string 864 Pops a list from the stack and pushes a tuple containing the same values. 1074 calls the callable object with those arguments, and pushes the return value 1092 calls the callable object with those arguments, and pushes the return value 1109 calls the callable object with those arguments, and pushes the return value 1119 name, the bytecode pushes the unbound method and TOS. TOS will be used as
|
/external/libdrm/nouveau/ |
D | pushbuf.c | 638 uint32_t dwords, uint32_t relocs, uint32_t pushes) in nouveau_pushbuf_space() argument 664 pushes++; in nouveau_pushbuf_space() 673 krec->nr_push + pushes >= NOUVEAU_GEM_MAX_PUSH) { in nouveau_pushbuf_space()
|
D | nouveau.h | 214 uint32_t relocs, uint32_t pushes);
|
/external/google-breakpad/docs/ |
D | linux_system_calls.md | 38 function(100), how many bytes it pushes(1), and how many bytes it pops(1). The
|
/external/llvm-project/llvm/test/CodeGen/AVR/ |
D | dynalloca.ll | 49 ; Test that arguments are passed through pushes into the call instead of
|
/external/boringssl/src/crypto/perlasm/ |
D | readme | 41 in C convention. This all works over pushes
|
/external/python/cpython2/Doc/library/ |
D | dis.rst | 547 it loads :meth:`~object.__exit__` from the context manager and pushes it onto 641 Creates a tuple consuming *count* items from the stack, and pushes the 812 arguments, and the function itself off the stack, and pushes the return 825 Creates a new function object, sets its *func_closure* slot, and pushes it on
|
/external/google-fruit/tests/ |
D | CMakeLists.txt | 75 …nly be produced when using fruit as a client. Also, they cannot be disabled via pragma pushes/pops,
|
/external/tensorflow/tensorflow/python/autograph/ |
D | CONTRIBUTING.md | 36 control system. This system automatically pushes a git commit to the GitHub
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | promote-alloca-padding-size-estimate.ll | 98 ; The guess from the alignment padding pushes this over the determined
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | promote-alloca-padding-size-estimate.ll | 100 ; The guess from the alignment padding pushes this over the determined
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrControl.td | 139 // tag index. If true it branches to the given label and pushes the
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | ttProgram.py | 167 for op, mnemonic, argBits, name, pops, pushes in instructionList:
|