/external/javassist/src/main/javassist/convert/ |
D | TransformNew.java | 62 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()
|
D | TransformAccessArrayField.java | 144 iterator.writeByte(NOP, pos); in replace()
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 939 '|', 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 …]
|
D | Javac.java | 245 value = Opcode.NOP; in makeDefaultBody() 254 if (value != Opcode.NOP) in makeDefaultBody()
|
/external/libpcap/ |
D | optimize.c | 59 #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/ |
D | CtConstructor.java | 385 iterator.writeByte(Opcode.NOP, pos); in removeConsCall() 386 iterator.writeByte(Opcode.NOP, pos + 1); in removeConsCall()
|
/external/llvm/lib/Target/Mips/ |
D | MipsDelaySlotFiller.cpp | 68 BuildMI(MBB, J, I->getDebugLoc(), TII->get(Mips::NOP)); in runOnMachineBasicBlock()
|
/external/llvm/test/CodeGen/Generic/ |
D | 2003-07-08-BadCastToBool.ll | 7 ;; Errors: (1) cast-int-to-bool was being treated as a NOP (i.e., the int
|
/external/openssl/crypto/bn/asm/ |
D | 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
|
D | 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
|
/external/javassist/src/main/javassist/bytecode/ |
D | Opcode.java | 217 int NOP = 0; field
|
D | CodeAttribute.java | 387 newcode[i] = NOP; in copyCode() 388 newcode[i + 1] = NOP; in copyCode()
|
D | CodeIterator.java | 695 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/ |
D | telnet.h | 60 #define NOP 241 /* nop */ macro
|
/external/javassist/src/main/javassist/expr/ |
D | NewExpr.java | 174 iterator.writeByte(NOP, i); in replace()
|
D | Expr.java | 295 iterator.writeByte(NOP, pos + i); in replace0()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFormDelegate.m | 38 // Return a object with NOP implementations of the protocol's methods
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeDelaySlotFiller.cpp | 246 BuildMI(MBB, ++J, I->getDebugLoc(), TII->get(MBlaze::NOP)); in runOnMachineBasicBlock()
|
D | MBlazeInstrInfo.cpp | 80 BuildMI(MBB, MI, DL, get(MBlaze::NOP)); in insertNoop()
|
D | MBlazeInstrFormats.td | 37 def FC : Format<20>; // NOP
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 9 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/ |
D | DelaySlotFiller.cpp | 114 BuildMI(MBB, ++J, I->getDebugLoc(), TII->get(SP::NOP)); in runOnMachineBasicBlock()
|
/external/oprofile/events/mips/74K/ |
D | events | 57 …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/ |
D | PPCISelLowering.h | 101 NOP, enumerator
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | todo.txt | 62 private data (e.g., keys); the macro can be defined to NOP in order to save
|