Home
last modified time | relevance | path

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

12345

/external/clang/test/SemaCXX/
Dwarn-unused-value.cpp27 #define NOP(x) (x) macro
29 NOP(f1 == f2); // expected-warning {{expression result unused}} in b()
31 #undef NOP
Darray-bounds-system-header.cpp8 NOP(a[3] = 5); // expected-warning {{array index 3}} in test_system_header_macro()
/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()
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
DArrayDataPseudoInstruction.java50 super(Opcode.NOP); in ArrayDataPseudoInstruction()
61 super(Opcode.NOP); in ArrayDataPseudoInstruction()
146 if (opcode != Opcode.NOP) { in makeInstruction()
DPackedSwitchDataPseudoInstruction.java51 super(Opcode.NOP); in PackedSwitchDataPseudoInstruction()
63 super(Opcode.NOP); in PackedSwitchDataPseudoInstruction()
152 if (opcode != Opcode.NOP) { in makeInstruction()
DSparseSwitchDataPseudoInstruction.java51 super(Opcode.NOP); in SparseSwitchDataPseudoInstruction()
71 super(Opcode.NOP); in SparseSwitchDataPseudoInstruction()
171 if (opcode != Opcode.NOP) { in makeInstruction()
/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 …]
/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/smali/dexlib/src/main/java/org/jf/dexlib/Code/
DInstructionIterator.java54 if (opcode == Opcode.NOP) { in IterateInstructions()
59 instruction = new Instruction10x(Opcode.NOP, insns, insnsPosition); in IterateInstructions()
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegOps.java33 public static final int NOP = 1; field in RegOps
314 case NOP: return "nop"; in opName()
/external/clang/test/SemaCXX/Inputs/
Darray-bounds-system-header.h11 #define NOP(x) (x) macro
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td19 NVPTXInst sInst=NOP>
242 NVPTXInst sInst=NOP> :
249 NVPTXRegClass regclass2, NVPTXInst sInst=NOP> :
256 NVPTXInst sInst=NOP> :
262 NVPTXInst i64op=NOP, NVPTXInst i32op=NOP, NVPTXInst
263 i16op=NOP, NVPTXInst i8op=NOP> {
281 NVPTXInst f64=NOP, NVPTXInst f32=NOP,
282 NVPTXInst f32_ftz=NOP> {
296 NVPTXInst i64op=NOP, NVPTXInst i32op=NOP,
297 NVPTXInst i16op=NOP, NVPTXInst i8op=NOP> {
[all …]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DOddSpacer.java51 out.writeShort(InsnFormat.codeUnit(Opcodes.NOP, 0)); in writeTo()
DRopToDop.java227 MAP.put(Rops.NOP, Dops.NOP); in MAP.put() argument
500 return Dops.NOP; in dopFor()
/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/test/MC/MachO/ARM/
Dempty-function-nop.ll6 ; Empty functions need a NOP in them for MachO to prevent DWARF FDEs from
/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()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DMethodDefinition.java245 if (instructions[index].opcode == Opcode.NOP) { in getPackedSwitchBaseAddress()
260 if (instructions[index].opcode == Opcode.NOP) { in getSparseSwitchBaseAddress()
275 if (instruction.getInstruction().opcode != Opcode.NOP || in isInstructionPaddingNop()
/external/tcpdump/
Dtelnet.h60 #define NOP 241 /* nop */ macro
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java44 public static final int NOP = 0x00; field in Opcodes
/external/javassist/src/main/javassist/expr/
DNewExpr.java174 iterator.writeByte(NOP, i); in replace()

12345