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

1 23 4 5

  /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
OpcodeInfo.java 62 public static final Info NOP =
63 new Info(Opcodes.NOP, "nop",
    [all...]
  /external/javassist/src/main/javassist/bytecode/
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/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/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));
MBlazeInstrInfo.cpp 75 /// insertNoop - If data hazard condition is found insert the target nop
80 BuildMI(MBB, MI, DL, get(MBlaze::NOP));
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 119 if ((Opcode != Mips::NOP) && (Opcode != Mips::SLL) && !Binary)
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 31 " are not NOP.");
109 BuildMI(MBB, llvm::next(I), I->getDebugLoc(), TII->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;" +
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
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...]
  /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
  /external/oprofile/events/mips/74K/
events 57 event:0x28 counters:0,2 um:zero minimum:500 name:INTEGER_INSNS : 40-0 Integer instructions graduated including NOP, SSNOP, MOVCI, and EHB
60 event:0x2b counters:0,2 um:zero minimum:500 name:NOP_INSNS : 43-0 NOP instructions graduated - SLL 0, NOP, SSNOP, and EHB
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 33 /** {@code nop()} */
34 public static final Rop NOP =
35 new Rop(RegOps.NOP, Type.VOID, StdTypeList.EMPTY, "nop");
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 66 public static final Dop NOP =
67 new Dop(Opcodes.NOP, Opcodes.NOP,
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 33 /** {@code nop()} */
34 public static final Rop NOP =
35 new Rop(RegOps.NOP, Type.VOID, StdTypeList.EMPTY, "nop");
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 69 public static final Dop NOP =
70 new Dop(Opcodes.NOP, Opcodes.NOP,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rops.java 33 /** {@code nop()} */
34 public static final Rop NOP =
35 new Rop(RegOps.NOP, Type.VOID, StdTypeList.EMPTY, "nop");
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 98 /// CALL_NOP_SVR4 is a call with the special NOP which follows 64-bit
102 /// NOP - Special NOP which follows 64-bit SVR4 calls.
103 NOP,

Completed in 2047 milliseconds

1 23 4 5