Searched refs:NOP (Results 51 - 75 of 143) sorted by relevance

123456

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
H A DLabelFlowAnalyzerTest.java110 analyzer.visitInsn(Opcodes.NOP);
147 testInsn(NOP, true);
/external/javassist/src/main/javassist/bytecode/
H A DCodeAttribute.java387 newcode[i] = NOP;
388 newcode[i + 1] = NOP;
H A DCodeIterator.java30 * 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/
H A DJavac.java245 value = Opcode.NOP;
254 if (value != Opcode.NOP)
/external/libavc/decoder/
H A Dih264d_thread_parse_decode.c246 NOP(128);
468 NOP(128);
/external/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp12 // NOP is placed.
130 BuildMI(MBB, I, MI->getDebugLoc(), TII->get(SP::NOP));
148 BuildMI(MBB, I, MI->getDebugLoc(), TII->get(SP::NOP));
/external/javassist/src/main/javassist/convert/
H A DTransformAccessArrayField.java144 iterator.writeByte(NOP, pos);
/external/javassist/src/main/javassist/expr/
H A DExpr.java295 iterator.writeByte(NOP, pos + i);
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp54 BuildMI(MBB, MI, DL, get(Mips::NOP));
H A DMipsLongBranch.cpp344 .append(BuildMI(*MF, DL, TII->get(Mips::NOP)));
424 .append(BuildMI(*MF, DL, TII->get(Mips::NOP)));
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_fb.c113 BEGIN_NV04(push, NV04_GRAPH(3D, NOP), 1);
/external/pcre/dist/sljit/
H A DsljitNativeMIPS_common.c156 #define NOP (HI(0) | LO(0)) macro
277 inst[1] = NOP;
281 inst[1] = NOP;
294 inst[2] = NOP;
300 inst[1] = NOP;
302 inst[3] = NOP;
320 inst[1] = NOP;
1046 return push_inst(compiler, NOP, UNMOVABLE_INS);
1062 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
1063 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_IN
[all...]
H A DsljitNativeSPARC_common.c143 #define NOP (OPC1(0x0) | OPC2(0x04)) macro
227 inst[1] = NOP;
263 inst[1] = NOP;
771 return push_inst(compiler, NOP, UNMOVABLE_INS);
1210 return push_inst(compiler, NOP, UNMOVABLE_INS);
1330 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
1367 return push_inst(compiler, NOP, UNMOVABLE_INS);
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DMethodDefinition.java261 // maybe it's pointing to a NOP padding instruction. Look at the next instruction
262 if (instruction.getOpcode() == Opcode.NOP) {
290 // maybe it's pointing to a NOP padding instruction. Look at the next instruction
291 if (instruction.getOpcode() == Opcode.NOP) {
/external/toybox/toys/pending/
H A Dtelnetd.c47 # define NOP 241 /* No Operation */ macro
241 if (*(curr + 1) == NOP || *(curr + 1) == SE) {
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java44 public static final int NOP = 0x00; field in class:Opcodes
/external/tcpdump/
H A Dprint-telnet.c81 #define NOP 241 /* nop */ macro
93 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
/external/libedit/src/
H A Dchared.c363 el->el_chared.c_vcmd.action = NOP;
424 el->el_chared.c_vcmd.action = NOP;
466 el->el_chared.c_vcmd.action = NOP;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_transfer.c477 /* The NOP+OFFSET_OUT stuff after each M2MF transfer *is* actually required
532 BEGIN_NV04(push, NV04_GRAPH(M2MF, NOP), 1);
725 BEGIN_NV04(push, NV04_GRAPH(M2MF, NOP), 1);
749 BEGIN_NV04(push, NV04_GRAPH(M2MF, NOP), 1);
/external/opencv3/3rdparty/libtiff/
H A Dtif_getimage.c1059 #define NOP macro
1317 UNROLL8(w, NOP,
1336 UNROLL8(w, NOP,
1454 UNROLL8(w, NOP,
1510 UNROLL8(w, NOP, *cp++ = PACK(*r++, *g++, *b++));
1523 UNROLL8(w, NOP, *cp++ = PACK4(*r++, *g++, *b++, *a++));
/external/pdfium/third_party/libtiff/
H A Dtif_getimage.c1118 #define NOP macro
1376 UNROLL8(w, NOP,
1395 UNROLL8(w, NOP,
1513 UNROLL8(w, NOP,
1569 UNROLL8(w, NOP, *cp++ = PACK(*r++, *g++, *b++));
1582 UNROLL8(w, NOP, *cp++ = PACK4(*r++, *g++, *b++, *a++));
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java69 public static final Dop NOP = field in class:Dops
70 new Dop(Opcodes.NOP, Opcodes.NOP,
1106 set(NOP);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRops.java34 public static final Rop NOP = field in class:Rops
35 new Rop(RegOps.NOP, Type.VOID, StdTypeList.EMPTY, "nop");
1125 case RegOps.NOP: return NOP;
/external/kernel-headers/modified/scsi/
H A Dscsi.h422 #define NOP 0x08 macro
/external/kernel-headers/original/scsi/
H A Dscsi.h414 #define NOP 0x08 macro

Completed in 7283 milliseconds

123456