Home
last modified time | relevance | path

Searched refs:pushes (Results 1 – 25 of 70) sorted by relevance

123

/external/fmtlib/doc/bootstrap/
Dgrid.less53 // 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/
Dmovtopush64.ll11 ; 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.
Dmovtopush.ll21 ; 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
Dpush-cfi.ll12 ; 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,
/external/llvm-project/llvm/test/CodeGen/X86/
Dmovtopush64.ll14 ; 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.
Dpush-cfi.ll12 ; 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,
Dmovtopush.ll23 ; 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
Dwin64-funclet-savexmm.ll112 ; 16 two pushes
/external/llvm-project/libc/src/threads/linux/x86_64/
Dthread_start_args.h.in18 // 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/
Dperltest.sh322 $pushes = "push \@subs,\$&;" .
344 eval "${cmd} (\$x =~ ${pattern}) {" . $pushes;
/external/kotlinx.coroutines/site/
DREADME.md14 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/
Dnvc0_vbo.c859 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/
Ddis.rst743 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/
Dpushbuf.c638 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()
Dnouveau.h214 uint32_t relocs, uint32_t pushes);
/external/llvm-project/llvm/test/CodeGen/AVR/
Ddynalloca.ll49 ; Test that arguments are passed through pushes into the call instead of
/external/google-breakpad/docs/
Dlinux_system_calls.md38 function(100), how many bytes it pushes(1), and how many bytes it pops(1). The
/external/boringssl/src/crypto/perlasm/
Dreadme41 in C convention. This all works over pushes
/external/python/cpython2/Doc/library/
Ddis.rst547 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/
DCMakeLists.txt75 …nly be produced when using fruit as a client. Also, they cannot be disabled via pragma pushes/pops,
/external/tensorflow/tensorflow/python/autograph/
DCONTRIBUTING.md36 control system. This system automatically pushes a git commit to the GitHub
/external/llvm/test/CodeGen/AMDGPU/
Dpromote-alloca-padding-size-estimate.ll98 ; The guess from the alignment padding pushes this over the determined
/external/fonttools/Lib/fontTools/ttLib/tables/
DttProgram.py167 for op, mnemonic, argBits, name, pops, pushes in instructionList:
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td139 // tag index. If true it branches to the given label and pushes the
/external/skia/experimental/documentation/
Dgerrit.md140 This shell script pushes to gerrit and adds a message to a patchset:

123