HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 776 - 800 of 2132) sorted by null

<<31323334353637383940>>

  /external/libffi/src/nios2/
ffi.c 35 through r7, the remainder on the stack. The first 16 bytes of a function
65 32-bit alignment of the stack pointer. */
76 to the stack using the pointers in the ecif array.
77 Note that the stack buffer is big enough to fit all the arguments,
81 void ffi_prep_args (char *stack, extended_cif *ecif)
83 char *argp = stack;
  /external/libffi/src/x86/
win64.S 6 #define STACK 0
32 ;;; It must move the parameters passed in registers to their stack location,
36 ;; copy register arguments onto stack
73 mov rdx, rsp ; stack is second parameter
84 ;; copy registers onto stack
103 mov QWORD PTR STACK[rbp], rax
106 mov rcx, QWORD PTR STACK[rbp]
109 mov rsp, QWORD PTR STACK[rbp]
278 # It must move the parameters passed in registers to their stack location,
285 # copy register arguments onto stack
    [all...]
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_mode_18_34.s 90 @stack contents from #104
110 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
  /external/libunwind/doc/
unw_get_proc_name.tex 20 procedure that created the stack frame identified by argument
25 saved in the stack frame identified by \Var{cp}, relative to the start
28 stack frame with an instruction-pointer value of 0x40003080 would
41 instruction-pointer of the stack frame identified by \Var{cp}.
  /external/libvpx/libvpx/build/make/
ads2gas.pl 41 # Stack of procedure names.
191 # REQUIRE8 Stack is required to be 8-byte aligned
194 # PRESERVE8 Stack 8-byte align is preserved
238 # Mark that this object doesn't need an executable stack.
239 printf ("\t.section\t.note.GNU-stack,\"\",\%\%progbits\n") if $elf;
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-7.s 37 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 128-byte data alignment
attribute-8.s 30 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 256-byte data alignment
  /external/mesa3d/src/gallium/state_trackers/clover/core/
memory.hpp 29 #include <stack>
65 std::stack<std::function<void ()>> _destroy_notify;
  /external/python/cpython2/Modules/_ctypes/libffi/src/arc/
ffi.c 42 /* ffi_prep_args is called by the assembly routine once stack
46 ffi_prep_args (char *stack, extended_cif * ecif)
55 argp = stack;
  /external/python/cpython2/Modules/_ctypes/libffi/src/m32r/
ffi.c 32 /* ffi_prep_args is called by the assembly routine once stack
35 void ffi_prep_args(char *stack, extended_cif *ecif)
45 argp = stack;
  /external/python/cpython2/Modules/_ctypes/libffi/src/nios2/
ffi.c 35 through r7, the remainder on the stack. The first 16 bytes of a function
65 32-bit alignment of the stack pointer. */
76 to the stack using the pointers in the ecif array.
77 Note that the stack buffer is big enough to fit all the arguments,
81 void ffi_prep_args (char *stack, extended_cif *ecif)
83 char *argp = stack;
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
win64.S 6 #define STACK 0
32 ;;; It must move the parameters passed in registers to their stack location,
36 ;; copy register arguments onto stack
73 mov rdx, rsp ; stack is second parameter
84 ;; copy registers onto stack
103 mov QWORD PTR STACK[rbp], rax
106 mov rcx, QWORD PTR STACK[rbp]
109 mov rsp, QWORD PTR STACK[rbp]
253 # It must move the parameters passed in registers to their stack location,
259 # copy register arguments onto stack
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
upgrade_memory_model.cpp 329 std::vector<const Instruction*> stack; local
330 stack.push_back(inst);
334 while (!stack.empty()) {
335 const Instruction* def = stack.back();
336 stack.pop_back();
352 stack.push_back(context()->get_def_use_mgr()->GetDef(
356 stack.push_back(context()->get_def_use_mgr()->GetDef(
359 stack.push_back(context()->get_def_use_mgr()->GetDef(
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ARM/
attribute-7.s 37 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 128-byte data alignment
attribute-8.s 30 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 256-byte data alignment
  /external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/
batch_ops_utils.py 70 values = array_ops.stack(tensors)
75 sizes = array_ops.stack(array_ops.shape_n(tensors))[:, 0]
  /external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
resnet_preprocessing.py 72 crop_window = tf.stack([offset_y, offset_x, target_height, target_width])
121 crop_window = tf.stack([offset_height, offset_width,
  /external/tensorflow/tensorflow/contrib/image/python/ops/
sparse_image_warp.py 37 return np.stack((y_grid, x_grid), -1)
54 return np.stack([ys[is_boundary], xs[is_boundary]], axis=-1)
  /external/tensorflow/tensorflow/contrib/learn/python/learn/ops/
seq2seq_ops.py 64 return array_ops.stack(predictions, axis=1), loss
89 sentinel_shape = array_ops.stack(
  /external/tensorflow/tensorflow/contrib/mpi_collectives/
mpi_allgather_test.py 84 concat_ind = tf.stack(indices)
85 concat_vals = tf.stack(values)
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
level_trend.py 58 initial_value = array_ops.stack([
99 array_ops.stack(axis=1, values=values),
  /external/tensorflow/tensorflow/java/src/gen/cc/
source_writer.h 20 #include <stack>
206 std::stack<GenericNamespace*> generic_namespaces_;
  /external/v8/src/compiler/
control-equivalence.h 77 Node* node; // Node that this stack entry belongs to.
80 // The stack is used during the undirected DFS walk.
93 bool on_stack : 1; // Indicates node is on DFS stack during walk.
164 // Mutates the DFS stack by pushing an entry.
165 void DFSPush(DFSStack& stack, Node* node, Node* from, DFSDirection dir);
167 // Mutates the DFS stack by popping an entry.
168 void DFSPop(DFSStack& stack, Node* node);
  /frameworks/base/cmds/incident_helper/src/
ih_util.h 21 #include <stack>
197 std::stack<uint64_t> mTokens;
  /art/runtime/
instrumentation.cc 106 std::deque<instrumentation::InstrumentationStackFrame>* stack = self_->GetInstrumentationStack(); local
108 stack->pop_front();
114 std::deque<instrumentation::InstrumentationStackFrame>* stack = self_->GetInstrumentationStack(); local
116 DCHECK_GE(stack->size(), desired_pops);
129 InstrumentationStackFrame frame = stack->at(frames_to_remove_);
313 // into the dex_pcs_ list to match size of instrumentation stack.
364 // Insert frame at the right position so we do not corrupt the instrumentation stack.
365 // Instrumentation stack frames are in descending frame id order.
408 // Create method enter events for all methods currently on the thread's stack. We only do this
511 std::deque<instrumentation::InstrumentationStackFrame>* stack = thread->GetInstrumentationStack() local
1343 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); local
1455 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); local
1564 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); local
    [all...]

Completed in 1417 milliseconds

<<31323334353637383940>>