HomeSort by relevance Sort by last modified time
    Searched refs:NOP (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 52 #define NOP 241 /* nop */
64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/arpa/
telnet.h 52 #define NOP 241 /* nop */
64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/arpa/
telnet.h 52 #define NOP 241 /* nop */
64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp     [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 55 MAP.put(Rops.NOP, Dops.NOP);
328 return Dops.NOP;
DalvOps.java 34 public static final int NOP = 0x00;
Dops.java 63 public static final Dop NOP =
64 new Dop(DalvOps.NOP, DalvOps.NOP,
65 Form10x.THE_ONE, false, "nop");
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 60 // Opcodes.NOP
227 MAP.put(Rops.NOP, Dops.NOP);
500 return Dops.NOP;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 60 // Opcodes.NOP
227 MAP.put(Rops.NOP, Dops.NOP);
500 return Dops.NOP;
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 246 if (instructions[index].opcode == Opcode.NOP) {
261 if (instructions[index].opcode == Opcode.NOP) {
272 * @return true if the specified instruction is a NOP, and the next instruction is one of the variable sized
276 if (instruction.getInstruction().opcode != Opcode.NOP ||
  /external/javassist/src/main/javassist/bytecode/
CodeAttribute.java 387 newcode[i] = NOP;
388 newcode[i + 1] = NOP;
CodeIterator.java 30 * it should be overwritten with <code>NOP</code>.
471 * The inserted gap is filled with NOP. The gap length may be
488 * The inserted gap is filled with NOP. The gap length may be
510 * The inserted gap is filled with NOP. The gap length may be
527 * The inserted gap is filled with NOP. The gap length may be
564 * are also updated. The inserted gap is filled with NOP.
583 * inserted is still the same instruction. It is not <code>NOP</code>
695 newcode[i] = NOP;
789 * The inserted gap is filled with NOP. gapLength may be extended to
864 newcode[j++] = NOP;
    [all...]
  /external/javassist/src/main/javassist/compiler/
Javac.java 245 value = Opcode.NOP;
254 if (value != Opcode.NOP)
  /external/openssl/crypto/bn/asm/
pa-risc2.s 134 NOP ; Needed to make the loop 16-byte aligned
135 NOP ; needed to make the loop 16-byte aligned
138 NOP
309 NOP
468 NOP
602 NOP
678 NOP
855 NOP ;offset 0xa38
    [all...]
pa-risc2W.s 126 NOP ; Needed to make the loop 16-byte aligned
127 NOP ; Needed to make the loop 16-byte aligned
457 NOP
591 NOP
635 NOP
667 NOP
721 NOP
    [all...]
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 44 public static final int NOP = 0x00;
309 * * (byteValue << 8) -- nop and data payload opcodes
331 * opcode value is an "extended" opcode (not counting the nop-like
  /external/javassist/src/main/javassist/convert/
TransformAccessArrayField.java 143 // Write a nop in case the padding pushes the instruction forward
144 iterator.writeByte(NOP, pos);
  /external/javassist/src/main/javassist/expr/
Expr.java 295 iterator.writeByte(NOP, pos + i);
  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.cpp 58 HexagonMCInst Nop;
61 Nop.setOpcode (Hexagon::NOP);
62 Nop.setPacketStart (MI->isPacketStart());
63 printInst (&Nop, O, NoAnnot);
  /external/llvm/lib/Target/MBlaze/
MBlazeDelaySlotFiller.cpp 11 // instructions can be moved into the delay slot then a NOP is placed there.
242 BuildMI(MBB, ++J, I->getDebugLoc(), TII->get(MBlaze::NOP));
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 45 /// insertNoop - If data hazard condition is found insert the target nop
51 BuildMI(MBB, MI, DL, get(Mips::NOP));
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 12 // NOP is placed.
114 BuildMI(MBB, ++J, I->getDebugLoc(), TII->get(SP::NOP));
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 774 case ByteOps.NOP: {
775 return RegOps.NOP;
    [all...]
ByteOps.java 27 public static final int NOP = 0x00;
354 "00 - nop;" +
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 44 public static final int NOP = 0x00;
348 * * (byteValue << 8) -- nop and data payload opcodes
370 * opcode value is an "extended" opcode (not counting the nop-like

Completed in 1320 milliseconds

1 23 4 5 6