Home
last modified time | relevance | path

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

/external/elfutils/0.153/libdw/
Ddwarf_frame_register.c58 dwarf_frame_register (fs, regno, ops_mem, ops, nops) in dwarf_frame_register() argument
63 size_t *nops;
76 *nops = 0;
103 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_call_frame_cfa };
105 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_plus_uconst,
109 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_stack_value };
114 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_regx,
135 ops, nops, IDX_debug_frame) < 0)
Ddwarf_frame_cfa.c59 dwarf_frame_cfa (fs, ops, nops) in dwarf_frame_cfa() argument
62 size_t *nops;
73 *nops = 0;
79 *nops = 1;
88 ops, nops, IDX_debug_frame);
Dlibdw.h812 extern int dwarf_frame_cfa (Dwarf_Frame *frame, Dwarf_Op **ops, size_t *nops)
835 Dwarf_Op **ops, size_t *nops)
/external/elfutils/0.153/libdwfl/
Ddwfl_module_return_value_location.c72 int nops = ebl_return_value_location (mod->ebl, functypedie, locops); local
73 if (unlikely (nops < 0))
75 if (nops == -1)
77 else if (nops == -2)
81 nops = -1;
84 return nops;
/external/llvm/test/MC/X86/AlignedBundling/
Dlong-nop-pad.s4 # Test that long nops are generated for padding where possible.
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dprobe-finder.c289 size_t nops; in convert_variable_location() local
301 dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0 || in convert_variable_location()
302 nops == 0) { in convert_variable_location()
738 size_t nops; in call_probe_finder() local
758 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder()
759 if (ret <= 0 || nops == 0) { in call_probe_finder()
762 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
766 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
/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/elfutils/elfutils/
Dlibdw.h812 extern int dwarf_frame_cfa (Dwarf_Frame *frame, Dwarf_Op **ops, size_t *nops)
835 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
240 The patch point also emits nops to cover at least ``<numBytes>`` of
248 the call sequence and nops. However, the runtime may not assume
251 padding with nops if necessary.
/external/llvm/test/MC/Mips/
Dnacl-mask.s198 # check that 2 additional nops are inserted, to align it to the next bundle.
/external/oprofile/events/ppc/e500v2/
Devents29 …ctions translated (L1 only) (Does not count touches that are converted to nops i.e. exceptions, no…
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Dx86inc.asm96 ; Always use long nops (reduces 0x90 spam in disassembly on x86_32)
/external/chromium_org/third_party/libyuv/source/
Dx86inc.asm96 ; Always use long nops (reduces 0x90 spam in disassembly on x86_32)
/external/oprofile/events/ppc/e500/
Devents29 …ctions translated (L1 only) (Does not count touches that are converted to nops i.e. exceptions, no…
/external/llvm/lib/Target/X86/
DX86Schedule.td129 // Nop, not very useful expect it provides a model for nops!
/external/flac/libFLAC/ia32/
Dlpc_asm.nasm658 ALIGN 16 ;4 nops
669 ALIGN 16 ;3 nops
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td1715 // The POWER6 and POWER7 have special group-terminating nops.