HomeSort by relevance Sort by last modified time
    Searched full:nops (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/elfutils/libdwfl/
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/
long-nop-pad.s 4 # Test that long nops are generated for padding where possible.
23 # To align this group to a bundle end, we need two 15-byte NOPs, and a 1-byte.
  /external/llvm/test/MC/X86/
x86_long_nop.s 6 # Ensure alignment directives also emit sequences of 15-byte NOPs on processors
7 # capable of using long NOPs.
  /external/kernel-headers/original/asm-mips/
prefetch.h 13 * R5000 and RM5200 implements pref and prefx instructions but they're nops, so
asm.h 13 * Some of the routines below contain useless nops that will be optimized
14 * away by gas in -O mode. These nops are however required to fill delay
  /external/llvm/test/MC/COFF/
align-nops.s 3 // Test that we get optimal nops in text
  /external/llvm/test/MC/ELF/
align-nops.s 3 // Test that we get optimal nops in text
  /external/iptables/include/linux/netfilter/
xt_osf.h 78 /* MAX_IPOPTLEN is maximum if all options are NOPs or EOLs */
  /frameworks/compile/mclinker/include/mcld/Fragment/
AlignFragment.h 59 /// EmitNops - Flag to indicate that (optimal) NOPs should be emitted instead
  /external/kernel-headers/original/asm-x86/
i387_32.h 56 /* Use more nops than strictly needed in case the compiler
alternative_32.h 42 * It can be padded with nops as needed.
  /external/llvm/include/llvm/MC/
MCSection.h 70 // "optimized nops" to fill instead of 0s.
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 782 * insertGapCore0() inserts a gap (some NOPs).
1485 int nops = gap - padding; local
    [all...]
  /external/kernel-headers/original/linux/
spinlock.h 38 * builds. (which are NOPs on non-debug, non-preempt
168 * methods are defined as nops in the case they are not required.
ktime.h 33 * NOPs and most arithmetic ktime_t operations are plain arithmetic
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 282 /// \brief Write a sequence of optimal nops to the output, covering \p Count
286 static const uint8_t Nops[10][10] = {
309 // This CPU doesnt support long nops. If needed add more.
318 // 15 is the longest single nop instruction. Emit as many 15-byte nops as
327 OW->Write8(Nops[Rest - 1][i]);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86cpu.gperf 107 /* Use Intel long NOPs if 686 or better */
183 /* Use AMD long NOPs if k6 or better */
  /external/chromium_org/skia/ext/
platform_device.h 63 // NOPS.
  /external/libvpx/libvpx/vpx_ports/
arm_cpudetect.c 71 * All of these instructions should be essentially nops.
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.cpp 624 char * EncoderBase::nops(char * stream, unsigned howMany)
626 // Recommended multi-byte NOPs from the Intel architecture manual
627 static const unsigned char nops[10][9] = {
640 // Start from delivering the longest possible NOPs, then proceed with shorter ones
643 const unsigned char* nopBytes = nops[nopSize];
    [all...]
  /external/linux-tools-perf/util/
probe-finder.c 815 size_t nops; local
827 dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0 ||
828 nops == 0) {
1250 size_t nops; local
1266 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1);
1267 if (ret <= 0 || nops == 0) {
1270 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa &&
1274 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) {
    [all...]
  /external/chromium_org/v8/src/
safepoint-table.cc 161 // Make sure the safepoint table is properly aligned. Pad with nops.
  /external/llvm/docs/HistoricalNotes/
2003-06-25-Reoptimizer1.txt 71 We turn off llvm_first_trigger() calls with NOPs, but this would hide
  /external/oprofile/events/mips/sb1/
events 59 event:0x14 counters:1,2,3 um:zero minimum:500 name:READ_RQ_NOPS_SENT_TO_ABUS :Read requests and NOPs sent to ZB Abus
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format20t/
Format20t.smali 28 #enough nops to force the offset to be more than would fit in 1 byte

Completed in 1640 milliseconds

1 2 3 4 5