Home
last modified time | relevance | path

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

12345

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-thai.cc86 NOP, enumerator
143 case NOP: return u; in thai_pua_shape()
184 /*T0*/ {{NOP,T3}, {NOP,T0}, {SD, T3}},
185 /*T1*/ {{SL, T2}, {NOP,T1}, {SDL,T2}},
186 /*T2*/ {{NOP,T3}, {NOP,T2}, {SL, T3}},
187 /*T3*/ {{NOP,T3}, {NOP,T3}, {NOP,T3}},
211 /*B0*/ {{NOP,B0}, {NOP,B2}, {NOP, B0}},
212 /*B1*/ {{NOP,B1}, {RD, B2}, {NOP, B1}},
213 /*B2*/ {{NOP,B2}, {SD, B2}, {NOP, B2}},
246 thai_action_t action = above_edge.action != NOP ? above_edge.action : below_edge.action; in do_thai_pua_shaping()
/external/clang/test/Sema/
Dunused-expr.c129 #define NOP(a) (a) macro
139 NOP((long)foo(i, j)); // expected-warning {{expression result unused}} in t11()
141 NOP((long)0); // expected-warning {{expression result unused}} in t11()
143 NOP((t3(i), fn2())); // expected-warning {{ignoring return value}} in t11()
145 NOP((foo(i, j) ? 0 : t3(i), 1)); // expected-warning {{expression result unused}} in t11()
147 NOP((foo(i, j), 1)); // expected-warning {{expression result unused}} in t11()
151 #undef NOP
/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()
DUnknownInstruction.java40 super(Opcode.NOP); in UnknownInstruction()
/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/llvm/test/MC/X86/AlignedBundling/
Dlong-nop-pad.s14 # To align this group to a bundle end, we need a 15-byte NOP and a 12-byte NOP.
Dpad-bundle-groups.s39 # And here we'll need a 11-byte NOP
Dsingle-inst-bundling.s4 # Test simple NOP insertion for single instructions.
Dpad-align-to-bundle-end.s16 # To align this group to a bundle end, we need a 1-byte NOP.
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
DInstructionIterator.java57 if (opcode == Opcode.NOP) { in IterateInstructions()
62 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()
/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
/external/javassist/src/main/javassist/bytecode/
DOpcode.java217 int NOP = 0; field

12345