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

  /external/elfutils/libdwfl/
dwfl_module_return_value_location.c 49 int nops = ebl_return_value_location (mod->ebl, functypedie, locops); local
50 if (unlikely (nops < 0))
52 if (nops == -1)
54 else if (nops == -2)
58 nops = -1;
61 return nops;
  /external/elfutils/tests/
addrcfi.c 49 print_detail (int result, const Dwarf_Op *ops, size_t nops, Dwarf_Addr bias)
53 else if (nops == 0)
58 for (size_t i = 0; i < nops; ++i)
97 size_t nops; local
98 int result = dwarf_frame_register (stuff->frame, regno, ops_mem, &ops, &nops);
99 print_detail (result, ops, nops, stuff->bias);
142 // (nops == 0 && cfa_ops != NULL => "undefined")
  /toolchain/binutils/binutils-2.27/bfd/
cpu-i386.c 73 static const char *const nops[] = local
76 bfd_size_type nop_size = long_nop ? ARRAY_SIZE (nops) : 2;
87 memcpy (p, nops[nop_size - 1], nop_size);
92 memcpy (p, nops[count - 1], count);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
peephole.c 69 /* Write NOPs over old LOAD_CONSTS and
295 NOPs. Later those NOPs are removed and the jump addresses retargeted in
303 int nops, h, adj; local
345 /* Mapping to new jump targets after NOPs are removed */
600 for (i=0, nops=0 ; i<codelen ; i += CODESIZE(codestr[i])) {
601 addrmap[i] = i - nops;
603 nops++;
615 /* Remove NOPs and fixup jump targets */
647 assert(h + nops == codelen);
    [all...]
ast.c 1606 int i, nops; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
peephole.c 69 /* Write NOPs over old LOAD_CONSTS and
306 NOPs. Later those NOPs are removed and the jump addresses retargeted in
314 int nops, h, adj; local
356 /* Mapping to new jump targets after NOPs are removed */
613 for (i=0, nops=0 ; i<codelen ; i += CODESIZE(codestr[i])) {
614 addrmap[i] = i - nops;
616 nops++;
628 /* Remove NOPs and fixup jump targets */
660 assert(h + nops == codelen);
    [all...]
ast.c 1606 int i, nops; local
    [all...]
  /external/python/cpython2/Python/
peephole.c 69 /* Write NOPs over old LOAD_CONSTS and
295 NOPs. Later those NOPs are removed and the jump addresses retargeted in
303 int nops, h, adj; local
345 /* Mapping to new jump targets after NOPs are removed */
600 for (i=0, nops=0 ; i<codelen ; i += CODESIZE(codestr[i])) {
601 addrmap[i] = i - nops;
603 nops++;
615 /* Remove NOPs and fixup jump targets */
647 assert(h + nops == codelen)
    [all...]
ast.c 1606 int i, nops; local
    [all...]
  /external/python/cpython3/Python/
peephole.c 71 /* Scans back N consecutive LOAD_CONST instructions, skipping NOPs,
126 /* Fill the region with NOPs. */
155 Preceding memory in the region is overwritten with NOPs.
421 NOPs. Later those NOPs are removed and the jump addresses retargeted in
429 unsigned int j, nops; local
719 for (i = 0, nops = 0; i < codelen; i++) {
720 assert(i - nops <= INT_MAX);
722 blocks[i] = i - nops;
724 nops++
    [all...]
ast.c 2310 int i, nops; local
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
convex.h 26 #define nops 5 macro
425 {46,0,nops,0,0,0}, /* nop */
459 {56,0,nops,0,0,0}, /* patu */
461 {58,0,nops,0,0,0}, /* pich */
462 {59,0,nops,0,0,0}, /* plch */
471 {61,0,nops,0,0,0}, /* rtnq */
472 {62,0,nops,0,0,0}, /* cfork */
473 {63,0,nops,0,0,0}, /* rtn */
474 {64,0,nops,0,0,0}, /* wfork */
475 {65,0,nops,0,0,0}, /* join *
    [all...]
  /external/gemmlowp/internal/
multi_thread_gemm.h 116 int nops = 0; local
124 while (nops < kMaxBusyWaitNOPs) {
125 nops += Do256NOPs();
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 782 * insertGapCore0() inserts a gap (some NOPs).
1485 int nops = gap - padding; local
    [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 223 int nops; variable
316 nops = ARRAY_SIZE(ops);
317 ops_end = &ops[nops];
1366 (" %s [-c][-d dir][-e errtg][-f op_name=freq][-l loops][-n nops]\n",
1383 (" -n nops specifies the no. of operations per process (default 1)\n");
    [all...]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc 1262 const int nops = (ldr_range - ldrd_range) / nop_size; local
1264 for (int n = nops - 10; n < nops + 10; ++n) {
1288 // Generate nops, in order to bring the checkpoints of the Ldr and Ldrd
1308 // be emitted after the ldrd when the number of nops is small enough.
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-rx.c 1284 static unsigned char *nops[] = { NULL, nop_1, nop_2, nop_3, nop_4, nop_5, nop_6, nop_7 };
1314 memcpy (base, nops[count], count);
1283 static unsigned char *nops[] = { NULL, nop_1, nop_2, nop_3, nop_4, nop_5, nop_6, nop_7 }; variable
    [all...]
tc-mips.c 559 require nops to be inserted. This applies to instructions marked
560 INSN_LOAD_MEMORY. These nops are only required at MIPS ISA
571 nops to be inserted. This applies to instructions marked
574 INSN_READ_COND_CODE. These nops are only required at MIPS ISA
588 thus does not require nops to be inserted. This applies to
589 instructions marked INSN_COPROC_MEMORY_DELAY. These nops are only
635 /* Non-zero if nops should be inserted when the register referenced in
769 unneeded NOPs and swap branch instructions when possible. A value
771 insert NOPs. */
778 /* The maximum number of NOPs needed to avoid the VR4130 mflo/mfhi errata. *
6490 int i, nops, tmp_nops; local
6529 int nops; local
6549 int nops, tmp_nops; local
7164 int nops = (mips_optimize == 0 local
7204 int nops; local
7590 int nops = nops_for_insn (0, history, NULL); local
7609 int nops; local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
i386.cc 461 // Return a string used to fill a code section with nops.
3950 const char* nops[16] = { local
    [all...]
x86_64.cc 562 // Return a string used to fill a code section with nops.
4908 const char* nops[16] = { local
    [all...]
  /external/e2fsprogs/contrib/
fsstress.c 250 int nops; variable
343 nops = sizeof(ops) / sizeof(ops[0]);
344 ops_end = &ops[nops];
1391 (" %s [-c][-d dir][-e errtg][-f op_name=freq][-l loops][-n nops]\n",
1408 (" -n nops specifies the no. of operations per process (default 1)\n");
    [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.h 104 int nops = 0; variable
108 nops = n / nop_size;
112 for (int i = 0; i < nops; ++i) {
    [all...]
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 

Completed in 1313 milliseconds