Home
last modified time | relevance | path

Searched refs:NOP (Results 1 – 25 of 64) sorted by relevance

123

/external/javassist/src/main/javassist/convert/
DTransformNew.java62 iterator.writeByte(NOP, pos); in transform()
63 iterator.writeByte(NOP, pos + 1); in transform()
64 iterator.writeByte(NOP, pos + 2); in transform()
65 iterator.writeByte(NOP, pos + 3); in transform()
DTransformAccessArrayField.java144 iterator.writeByte(NOP, pos); in replace()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java939 '|', NOP, NOP, LOR, IOR,
940 '^', NOP, NOP, LXOR, IXOR,
941 '&', NOP, NOP, LAND, IAND,
942 LSHIFT, NOP, NOP, LSHL, ISHL,
943 RSHIFT, NOP, NOP, LSHR, ISHR,
944 ARSHIFT, NOP, NOP, LUSHR, IUSHR };
1016 if (op != NOP) { in atArithBinExpr()
1297 /* double */ NOP, D2F, D2L, D2I,
1298 /* float */ F2D, NOP, F2L, F2I,
1299 /* long */ L2D, L2F, NOP, L2I,
[all …]
DJavac.java245 value = Opcode.NOP; in makeDefaultBody()
254 if (value != Opcode.NOP) in makeDefaultBody()
/external/libpcap/
Doptimize.c59 #define NOP -1 macro
371 if (c == NOP)
415 if (s->code == NOP)
457 if (s->s.code == NOP)
617 s->code = NOP;
683 while (s != 0 && s->s.code == NOP)
822 s->s.code = NOP;
823 add->s.code = NOP;
824 tax->s.code = NOP;
854 last->s.code = NOP;
[all …]
/external/javassist/src/main/javassist/
DCtConstructor.java385 iterator.writeByte(Opcode.NOP, pos); in removeConsCall()
386 iterator.writeByte(Opcode.NOP, pos + 1); in removeConsCall()
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp68 BuildMI(MBB, J, I->getDebugLoc(), TII->get(Mips::NOP)); in runOnMachineBasicBlock()
/external/llvm/test/CodeGen/Generic/
D2003-07-08-BadCastToBool.ll7 ;; Errors: (1) cast-int-to-bool was being treated as a NOP (i.e., the int
/external/openssl/crypto/bn/asm/
Dpa-risc2.s134 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
Dpa-risc2W.s126 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
/external/javassist/src/main/javassist/bytecode/
DOpcode.java217 int NOP = 0; field
DCodeAttribute.java387 newcode[i] = NOP; in copyCode()
388 newcode[i + 1] = NOP; in copyCode()
DCodeIterator.java695 newcode[i] = NOP; in appendGap()
864 newcode[j++] = NOP; in insertGap2()
1244 newcode[dest++] = NOP; in makeExapndedCode()
1496 newcode[dest++] = NOP; in write()
/external/tcpdump/
Dtelnet.h60 #define NOP 241 /* nop */ macro
/external/javassist/src/main/javassist/expr/
DNewExpr.java174 iterator.writeByte(NOP, i); in replace()
DExpr.java295 iterator.writeByte(NOP, pos + i); in replace0()
/external/webkit/Source/WebKit/mac/WebView/
DWebFormDelegate.m38 // Return a object with NOP implementations of the protocol's methods
/external/llvm/lib/Target/MBlaze/
DMBlazeDelaySlotFiller.cpp246 BuildMI(MBB, ++J, I->getDebugLoc(), TII->get(MBlaze::NOP)); in runOnMachineBasicBlock()
DMBlazeInstrInfo.cpp80 BuildMI(MBB, MI, DL, get(MBlaze::NOP)); in insertNoop()
DMBlazeInstrFormats.td37 def FC : Format<20>; // NOP
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt9 be easy to remove, for instance by writing a NOP over the function
24 llvm_first_trigger() with a NOP.
/external/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp114 BuildMI(MBB, ++J, I->getDebugLoc(), TII->get(SP::NOP)); in runOnMachineBasicBlock()
/external/oprofile/events/mips/74K/
Devents57 …mum:500 name:INTEGER_INSNS : 40-0 Integer instructions graduated including NOP, SSNOP, MOVCI, and …
60 …b counters:0,2 um:zero minimum:500 name:NOP_INSNS : 43-0 NOP instructions graduated - SLL 0, NOP, …
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h101 NOP, enumerator
/external/wpa_supplicant_8/wpa_supplicant/
Dtodo.txt62 private data (e.g., keys); the macro can be defined to NOP in order to save

123