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

  /toolchain/binutils/binutils-2.25/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 1252 const int nop_size = masm.IsUsingA32() ? 4 : 2; local
1253 const int nops = (ldr_range - ldrd_range) / nop_size;
1283 n * nop_size,
2260 const int nop_size = masm.IsUsingA32() ? kA32InstructionSizeInBytes local
3338 size_t nop_size = (isa == T32) ? k16BitT32InstructionSizeInBytes local
4903 int nop_size = kLdrdRange - kCbzCbnzRange - 5 * kSizeForCbz; local
4925 int nop_size = kCbzCbnzRange; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c 9987 int nop_size; local
    [all...]

Completed in 169 milliseconds