Home
last modified time | relevance | path

Searched refs:nops (Results 1 – 25 of 46) sorted by relevance

12

/external/elfutils/libdwfl/
Ddwfl_module_return_value_location.c49 int nops = ebl_return_value_location (mod->ebl, functypedie, locops); in dwfl_module_return_value_location() local
50 if (unlikely (nops < 0)) in dwfl_module_return_value_location()
52 if (nops == -1) in dwfl_module_return_value_location()
54 else if (nops == -2) in dwfl_module_return_value_location()
58 nops = -1; in dwfl_module_return_value_location()
61 return nops; in dwfl_module_return_value_location()
Dframe_unwind.c152 size_t nops, Dwarf_Addr *result, Dwarf_Addr bias) in expr_eval() argument
155 if (nops == 0) in expr_eval()
173 for (const Dwarf_Op *op = ops; op < ops + nops; op++) in expr_eval()
452 const Dwarf_Op *found = bsearch ((void *) (uintptr_t) offset, ops, nops, in expr_eval()
/external/elfutils/libdw/
Ddwarf_frame_register.c38 Dwarf_Op **ops, size_t *nops) in dwarf_frame_register() argument
51 *nops = 0; in dwarf_frame_register()
78 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_call_frame_cfa }; in dwarf_frame_register()
80 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_plus_uconst, in dwarf_frame_register()
84 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_stack_value }; in dwarf_frame_register()
89 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_regx, in dwarf_frame_register()
112 ops, nops, IDX_debug_frame) < 0) in dwarf_frame_register()
Ddwarf_frame_cfa.c38 dwarf_frame_cfa (Dwarf_Frame *fs, Dwarf_Op **ops, size_t *nops) in dwarf_frame_cfa() argument
49 *nops = 0; in dwarf_frame_cfa()
55 *nops = 1; in dwarf_frame_cfa()
64 ops, nops, IDX_debug_frame); in dwarf_frame_cfa()
Dlibdw.h964 extern int dwarf_frame_cfa (Dwarf_Frame *frame, Dwarf_Op **ops, size_t *nops)
987 Dwarf_Op **ops, size_t *nops)
/external/elfutils/tests/
Daddrcfi.c49 print_detail (int result, const Dwarf_Op *ops, size_t nops, Dwarf_Addr bias) in print_detail() argument
53 else if (nops == 0) in print_detail()
58 for (size_t i = 0; i < nops; ++i) in print_detail()
97 size_t nops; in print_register() local
98 int result = dwarf_frame_register (stuff->frame, regno, ops_mem, &ops, &nops); in print_register()
99 print_detail (result, ops, nops, stuff->bias); in print_register()
/external/autotest/client/tests/fsstress/
Dfsstress.py23 def run_once(self, testdir = None, extra_args = '', nproc = '1000', nops = '1000'): argument
27 args = '-d %s -p %s -n %s %s' % (testdir, nproc, nops, extra_args)
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dnop-insertion.ll9 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \
12 ; RUN: -nop-insertion-percentage=90 -max-nops-per-instruction=1 \
15 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=2 \
18 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \
22 ; RUN: -max-nops-per-instruction=2 \
Dnop-insertion-no-vectors.ll5 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \
9 ; RUN: -nop-insertion-percentage=110 -max-nops-per-instruction=2 \
Dbranch-opt.ll55 ; There will be nops for bundle align to end (for NaCl), but there should
284 ; There will be nops for bundle align to end (for NaCl), but there should
/external/python/cpython3/Python/
Dpeephole.c429 unsigned int j, nops; in PyCode_Optimize() local
719 for (i = 0, nops = 0; i < codelen; i++) { in PyCode_Optimize()
720 assert(i - nops <= INT_MAX); in PyCode_Optimize()
722 blocks[i] = i - nops; in PyCode_Optimize()
724 nops++; in PyCode_Optimize()
778 assert(h + (Py_ssize_t)nops == codelen); in PyCode_Optimize()
/external/python/cpython2/Python/
Dpeephole.c303 int nops, h, adj; in PyCode_Optimize() local
600 for (i=0, nops=0 ; i<codelen ; i += CODESIZE(codestr[i])) { in PyCode_Optimize()
601 addrmap[i] = i - nops; in PyCode_Optimize()
603 nops++; in PyCode_Optimize()
647 assert(h + nops == codelen); in PyCode_Optimize()
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java1485 int nops = gap - padding; in write() local
1487 adjustOffsets(bytecodeSize, nops); in write()
1495 while (nops-- > 0) in write()
1513 void adjustOffsets(int size, int nops) { in adjustOffsets() argument
1515 defaultByte -= nops; in adjustOffsets()
1519 offsets[i] -= nops; in adjustOffsets()
/external/gemmlowp/internal/
Dmulti_thread_gemm.h116 int nops = 0; in WaitForVariableChange() local
124 while (nops < kMaxBusyWaitNOPs) { in WaitForVariableChange()
125 nops += Do256NOPs(); in WaitForVariableChange()
/external/llvm/test/CodeGen/AArch64/
Darm64-stackmap-nops.ll5 ; Expect 8 bytes worth of nops here rather than 16: With the shadow optimization
/external/llvm/test/CodeGen/PowerPC/
Dppc64-stackmap-nops.ll5 ; Expect 12 bytes worth of nops here rather than 32: With the shadow optimization
/external/llvm/test/MC/X86/AlignedBundling/
Dlong-nop-pad.s6 # Test that long nops are generated for padding where possible.
/external/elfutils/include/elfutils/
Dlibdw.h964 extern int dwarf_frame_cfa (Dwarf_Frame *frame, Dwarf_Op **ops, size_t *nops)
987 Dwarf_Op **ops, size_t *nops)
/external/llvm/test/CodeGen/AMDGPU/
Ddebugger-insert-nops.ll1 ; RUN: llc -O0 -mtriple=amdgcn--amdhsa -mcpu=fiji -mattr=+amdgpu-debugger-insert-nops -verify-machi…
/external/ltp/doc/
Dnommu-notes.txt153 functions specifically, make them nops/XFAIL for nommu systems.
171 option specifically, make them nops/XFAIL for nommu systems.
/external/llvm/test/MC/X86/
Dstackmap-nops.ll46 ; padded with nops.
/external/swiftshader/third_party/LLVM/test/MC/MachO/
Dx86_32-optimal_nop.s153 # Only the .text sections gets optimal nops.
/external/llvm/test/MC/MachO/
Dx86_32-optimal_nop.s153 # Only the .text sections gets optimal nops.
/external/llvm/docs/
DStackMaps.rst124 The stack map intrinsic generates no code in place, unless nops are
245 The patch point also emits nops to cover at least ``<numBytes>`` of
253 the call sequence and nops. However, the runtime may not assume
256 padding with nops if necessary.
/external/swiftshader/third_party/subzero/tests_lit/assembler/x86/
Dsandboxing.ll68 ; A perfectly packed bundle should not have nops at the end.
93 ; An imperfectly packed bundle should have one or more nops at the end.

12