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

  /toolchain/binutils/binutils-2.27/bfd/
cpu-i386.c 76 bfd_size_type nop_size = long_nop ? ARRAY_SIZE (nops) : 2; local
85 while (count >= nop_size)
87 memcpy (p, nops[nop_size - 1], nop_size);
88 p += nop_size;
89 count -= nop_size;
  /art/disassembler/
disassembler_x86.cc 274 size_t nop_size = DumpNops(os, instr); local
275 if (nop_size != 0u) {
276 return nop_size;
    [all...]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc 1261 const int nop_size = masm.IsUsingA32() ? 4 : 2; local
1262 const int nops = (ldr_range - ldrd_range) / nop_size;
1292 n * nop_size,
2244 const int nop_size = masm.IsUsingA32() ? kA32InstructionSizeInBytes local
3426 size_t nop_size = (isa == T32) ? k16BitT32InstructionSizeInBytes local
5202 int nop_size = kLdrdRange - kCbzCbnzRange - 5 * kSizeForCbz; local
5226 int nop_size = kCbzCbnzRange; local
5276 const int nop_size = masm.IsUsingA32() ? 4 : 2; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-xtensa.c 10397 int nop_size; local
    [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.h 105 int nop_size = IsUsingT32() ? k16BitT32InstructionSizeInBytes variable
107 VIXL_ASSERT(n % nop_size == 0);
108 nops = n / nop_size;
    [all...]

Completed in 240 milliseconds