Home
last modified time | relevance | path

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

/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/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/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.h94 int nops = 0; in WaitForVariableChange() local
101 while (nops < kMaxBusyWaitNOPs) { in WaitForVariableChange()
102 nops += Do256NOPs(); in WaitForVariableChange()
/external/llvm/test/MC/X86/AlignedBundling/
Dlong-nop-pad.s6 # Test that long nops are generated for padding where possible.
/external/llvm/test/MC/X86/
Dstackmap-nops.ll46 ; padded with nops.
/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/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.
DStatepoints.rst372 patch bytes' bytes of nops in its place. LLVM will emit code to
376 the user will patch over the 'num patch bytes' bytes of nops with a
/external/llvm/test/MC/Mips/
Dnacl-mask.s198 # check that 2 additional nops are inserted, to align it to the next bundle.
/external/llvm/test/CodeGen/X86/
Dstackmap-nops.ll229 ; padded with nops.
/external/libvpx/libvpx/third_party/libyuv/source/
Dx86inc.asm96 ; Always use long nops (reduces 0x90 spam in disassembly on x86_32)
/external/llvm/lib/Target/X86/
DX86Schedule.td130 // Nop, not very useful expect it provides a model for nops!
/external/robolectric/v1/lib/main/
Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td1938 // The POWER6 and POWER7 have special group-terminating nops.