HomeSort by relevance Sort by last modified time
    Searched refs:nops (Results 1 - 9 of 9) sorted by null

  /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/javassist/src/main/javassist/bytecode/
CodeIterator.java 782 * insertGapCore0() inserts a gap (some NOPs).
1485 int nops = gap - padding; local
    [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/llvm/test/MC/MachO/
x86_32-optimal_nop.s 153 # Only the .text sections gets optimal nops.
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.h 89 static char * nops(char * stream, unsigned howMany);
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/libvpx/libvpx/third_party/x86inc/
x86inc.asm 186 ; Always use long nops (reduces 0x90 spam in disassembly on x86_32)
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 2707 milliseconds