/external/toybox/toys/pending/ |
telnetd.c | 47 # define NOP 241 /* No Operation */ 241 if (*(curr + 1) == NOP || *(curr + 1) == SE) {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
flow2.d | 87 b4: 00 00 NOP;
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
DalvOps.java | 34 public static final int NOP = 0x00;
|
Dops.java | 65 public static final Dop NOP = 66 new Dop(DalvOps.NOP, DalvOps.NOP, 67 Form10x.THE_ONE, false, "nop"); [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
ByteOps.java | 27 public static final int NOP = 0x00; 355 "00 - nop;" +
|
RopperMachine.java | 790 case ByteOps.NOP: { 791 return RegOps.NOP; [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
MBlazeInstrInfo.cpp | 75 /// insertNoop - If data hazard condition is found insert the target nop 80 BuildMI(MBB, MI, DL, get(MBlaze::NOP));
|
/external/tcpdump/ |
print-telnet.c | 81 #define NOP 241 /* nop */ 93 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
objdump_test.go | 84 // 0F 19 11, 0F 1C 11, 0F 1D 11, 0F 1E 11, 0F 1F 11: libopcodes says nop, 85 // but the Intel manuals say that the only NOP there is 0F 1F /0. 88 if contains(dec.text, "nop") && i >= 0 && i+2 < len(dec.enc) && dec.enc[i+1]&^7 == 0x18 && (dec.enc[i+1] != 0x1F || (dec.enc[i+2]>>3)&7 != 0) { 107 // Libopcodes rejects F2 90 as NOP. Not sure why. 132 // Invalid instructions for which libopcodes prints "nop/reserved". 134 if text == "BAD" && contains(dec.text, "nop/reserved") { 150 // 66 90: libopcodes says xchg %ax,%ax; we say 'data16 nop'. 153 if contains(text, "nop") && contains(dec.text, "xchg %ax,%ax") {
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
objdump_test.go | 84 // 0F 19 11, 0F 1C 11, 0F 1D 11, 0F 1E 11, 0F 1F 11: libopcodes says nop, 85 // but the Intel manuals say that the only NOP there is 0F 1F /0. 88 if contains(dec.text, "nop") && i >= 0 && i+2 < len(dec.enc) && dec.enc[i+1]&^7 == 0x18 && (dec.enc[i+1] != 0x1F || (dec.enc[i+2]>>3)&7 != 0) { 107 // Libopcodes rejects F2 90 as NOP. Not sure why. 132 // Invalid instructions for which libopcodes prints "nop/reserved". 134 if text == "BAD" && contains(dec.text, "nop/reserved") { 150 // 66 90: libopcodes says xchg %ax,%ax; we say 'data16 nop'. 153 if contains(text, "nop") && contains(dec.text, "xchg %ax,%ax") {
|
/external/libedit/src/ |
chared.c | 363 el->el_chared.c_vcmd.action = NOP; 424 el->el_chared.c_vcmd.action = NOP; 466 el->el_chared.c_vcmd.action = NOP;
|
emacs.c | 271 if (el->el_chared.c_vcmd.action != NOP) {
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_transfer.c | 477 /* 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);
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/ |
obj0.go | 236 // so that we will always fill nop (0x0) in their 277 q.Link = q1 /* q is non-nop */ 367 // NOP 369 // The NOP is needed to give the jumps somewhere to land. 370 // It is a liblink NOP, not an mips NOP: it encodes to 0 instruction bytes. 576 // NOP after each branch instruction. 811 // we want to use the canonical NOP (SLL $0,R0,R0) here, 849 nop uint8 905 s[0].nop = [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/mips/ |
obj0.go | 236 // so that we will always fill nop (0x0) in their 277 q.Link = q1 /* q is non-nop */ 367 // NOP 369 // The NOP is needed to give the jumps somewhere to land. 370 // It is a liblink NOP, not an mips NOP: it encodes to 0 instruction bytes. 576 // NOP after each branch instruction. 811 // we want to use the canonical NOP (SLL $0,R0,R0) here, 849 nop uint8 905 s[0].nop = [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-ppc.c | 87 0x60000000, /* nop */ 88 0x60000000, /* nop */ 99 0x60000000, /* nop */ 100 0x60000000, /* nop */ 114 0x60000000, /* nop */ 115 0x60000000, /* nop */ 124 0x60000000, /* nop */ 125 0x60000000, /* nop */ 126 0x60000000, /* nop */ 127 0x60000000, /* nop */ [all...] |
/external/pdfium/third_party/libtiff/ |
tif_getimage.c | [all...] |
/dalvik/dx/src/com/android/dx/io/ |
OpcodeInfo.java | 62 public static final Info NOP = 63 new Info(Opcodes.NOP, "nop", [all...] |
/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 | 68 public static final Dop NOP = 69 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/autotest/client/common_lib/hosts/ |
base_classes.py | 38 to super. When overriding methods that are a NOP in Host, the subclass 516 silently becomes a NOP if Host.job is not available. The args and
|
/external/llvm/lib/Target/Mips/ |
MipsInstrInfo.cpp | 47 /// insertNoop - If data hazard condition is found insert the target nop 54 BuildMI(MBB, MI, DL, get(Mips::NOP));
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
PPCISelLowering.h | 100 /// NOP - Special NOP which follows 64-bit SVR4 calls. 101 NOP,
|
/external/jarjar/lib/ |
asm-4.0.jar | |