/external/elfutils/0.153/libdw/ |
D | dwarf_frame_register.c | 58 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)
|
D | dwarf_frame_cfa.c | 59 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);
|
D | libdw.h | 812 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/ |
D | dwfl_module_return_value_location.c | 72 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/ |
D | long-nop-pad.s | 4 # Test that long nops are generated for padding where possible.
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | probe-finder.c | 289 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/ |
D | CodeIterator.java | 1485 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/ |
D | libdw.h | 812 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/ |
D | x86_32-optimal_nop.s | 153 # Only the .text sections gets optimal nops.
|
/external/llvm/docs/ |
D | StackMaps.rst | 124 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/ |
D | nacl-mask.s | 198 # check that 2 additional nops are inserted, to align it to the next bundle.
|
/external/oprofile/events/ppc/e500v2/ |
D | events | 29 …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/ |
D | x86inc.asm | 96 ; Always use long nops (reduces 0x90 spam in disassembly on x86_32)
|
/external/chromium_org/third_party/libyuv/source/ |
D | x86inc.asm | 96 ; Always use long nops (reduces 0x90 spam in disassembly on x86_32)
|
/external/oprofile/events/ppc/e500/ |
D | events | 29 …ctions translated (L1 only) (Does not count touches that are converted to nops i.e. exceptions, no…
|
/external/llvm/lib/Target/X86/ |
D | X86Schedule.td | 129 // Nop, not very useful expect it provides a model for nops!
|
/external/flac/libFLAC/ia32/ |
D | lpc_asm.nasm | 658 ALIGN 16 ;4 nops 669 ALIGN 16 ;3 nops
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 1715 // The POWER6 and POWER7 have special group-terminating nops.
|