Home
last modified time | relevance | path

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

12345678910>>...17

/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dscavenging.mir9 ; CHECK-NEXT: NOP implicit killed [[REG0]]
11 NOP implicit %0
14 ; CHECK-NEXT: NOP
15 ; CHECK-NEXT: NOP implicit [[REG1]]
16 ; CHECK-NEXT: NOP
17 ; CHECK-NEXT: NOP implicit killed [[REG1]]
19 NOP
20 NOP implicit %1
21 NOP
22 NOP implicit %1
[all …]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DMutableMethodImplementationTest.java48 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testTryEndAtEndOfMethod()
49 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testTryEndAtEndOfMethod()
50 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testTryEndAtEndOfMethod()
51 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testTryEndAtEndOfMethod()
52 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testTryEndAtEndOfMethod()
73 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testNewLabelByAddress()
74 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testNewLabelByAddress()
75 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testNewLabelByAddress()
76 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testNewLabelByAddress()
77 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testNewLabelByAddress()
[all …]
DPayloadAlignmentTest.java53 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testPayloadAlignmentRemoveNop()
82 Assert.assertEquals(instruction.getOpcode(), Opcode.NOP); in testPayloadAlignmentAddNop()
97 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testPayloadAlignmentRemoveNopWithReferent()
135 Opcode.NOP, in testPayloadAlignmentAddNopWithReferent()
164 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testPackedSwitchAlignment()
165 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testPackedSwitchAlignment()
168 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testPackedSwitchAlignment()
171 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testPackedSwitchAlignment()
180 Opcode.NOP, in testPackedSwitchAlignment()
182 Opcode.NOP, in testPackedSwitchAlignment()
[all …]
DFixGotoTest.java25 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testFixGotoToGoto16()
48 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testFixGotoToGoto32()
71 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testFixGoto16ToGoto32()
94 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testFixGotoCascading()
101 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testFixGotoCascading()
107 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP)); in testFixGotoCascading()
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dbuiltin-return-address-pacret.ll1 … -global-isel -O0 %s -o - | FileCheck -enable-var-scope %s --check-prefixes=CHECK,CHECK-NOP
20 ;; CHECK-NOP: hint #7
25 ;; CHECK-NOP-NEXT: ldr x30, [x[[T0]], #8]
26 ;; CHECK-NOP-NEXT: hint #7
32 ;; CHECK-NOP-NEXT: ldr x30, [x[[T1]], #8]
33 ;; CHECK-NOP-NEXT: hint #7
34 ;; CHECK-NOP-NEXT: mov x0, x30
49 ;; CHECK-NOP-DAG: str x30, [sp, #[[OFF:[0-9]+]]
50 ;; CHECK-NOP: ldr x30, [x[[T0]], #8]
51 ;; CHECK-NOP-NEXT: hint #7
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DFinallyFilterTest.java67 m.visitInsn(Opcodes.NOP); in should_analyze_control_flow()
70 m.visitInsn(Opcodes.NOP); // finally block in should_analyze_control_flow()
75 m.visitInsn(Opcodes.NOP); in should_analyze_control_flow()
77 m.visitInsn(Opcodes.NOP); // finally block in should_analyze_control_flow()
84 m.visitInsn(Opcodes.NOP); // finally block in should_analyze_control_flow()
111 m.visitInsn(Opcodes.NOP); // try body in javac_try_catch_finally()
113 m.visitInsn(Opcodes.NOP); // finally body in javac_try_catch_finally()
119 m.visitInsn(Opcodes.NOP); // catch body in javac_try_catch_finally()
121 m.visitInsn(Opcodes.NOP); // finally body in javac_try_catch_finally()
128 m.visitInsn(Opcodes.NOP); // finally body in javac_try_catch_finally()
[all …]
DAbstractMatcherTest.java41 m.visitInsn(Opcodes.NOP); in skipNonOpcodes()
59 m.visitInsn(Opcodes.NOP); in nextIs()
60 m.visitInsn(Opcodes.NOP); in nextIs()
69 matcher.nextIs(Opcodes.NOP); in nextIs()
74 matcher.nextIs(Opcodes.NOP); in nextIs()
80 m.visitInsn(Opcodes.NOP); in nextIsSwitch()
81 m.visitInsn(Opcodes.NOP); in nextIsSwitch()
88 m.visitInsn(Opcodes.NOP); in nextIsSwitch()
96 m.visitInsn(Opcodes.NOP); in nextIsSwitch()
109 m.visitInsn(Opcodes.NOP); in nextIsVar()
[all …]
DSyntheticFilterTest.java30 m.visitInsn(Opcodes.NOP); in testNonSynthetic()
41 m.visitInsn(Opcodes.NOP); in testSynthetic()
52 m.visitInsn(Opcodes.NOP); in testLambda()
66 m.visitInsn(Opcodes.NOP); in should_not_filter_method_with_suffix_default_in_kotlin_classes()
78 m.visitInsn(Opcodes.NOP); in should_filter_synthetic_method_with_suffix_default_in_non_kotlin_classes()
93 m.visitInsn(Opcodes.NOP); in should_not_filter_synthetic_methods_whose_last_argument_is_kotlin_coroutine_continuation()
DEnumFilterTest.java30 m.visitInsn(Opcodes.NOP); in testValues()
42 m.visitInsn(Opcodes.NOP); in testNonValues()
53 m.visitInsn(Opcodes.NOP); in testValueOf()
65 m.visitInsn(Opcodes.NOP); in testNonValueOf()
77 m.visitInsn(Opcodes.NOP); in testNonEnum()
DKotlinInlineFilterTest.java60 m.visitInsn(Opcodes.NOP); in should_filter()
68 m.visitInsn(Opcodes.NOP); in should_filter()
72 m.visitInsn(Opcodes.NOP); in should_filter()
80 m.visitInsn(Opcodes.NOP); in should_filter()
135 m.visitInsn(Opcodes.NOP); in should_filter_when_in_same_file()
142 m.visitInsn(Opcodes.NOP); in should_filter_when_in_same_file()
154 m.visitInsn(Opcodes.NOP); in should_filter_when_in_same_file()
DSynchronizedFilterTest.java46 m.visitInsn(Opcodes.NOP); in javac()
93 m.visitInsn(Opcodes.NOP); in javacTryCatchFinally()
96 m.visitInsn(Opcodes.NOP); in javacTryCatchFinally()
102 m.visitInsn(Opcodes.NOP); in javacTryCatchFinally()
105 m.visitInsn(Opcodes.NOP); in javacTryCatchFinally()
110 m.visitInsn(Opcodes.NOP); in javacTryCatchFinally()
138 m.visitInsn(Opcodes.NOP); in ecj()
DKotlinWhenFilterTest.java40 m.visitInsn(Opcodes.NOP); in should_filter_implicit_else()
46 m.visitInsn(Opcodes.NOP); in should_filter_implicit_else()
68 m.visitInsn(Opcodes.NOP); in should_not_filter_explicit_else()
72 m.visitInsn(Opcodes.NOP); in should_not_filter_explicit_else()
94 m.visitInsn(Opcodes.NOP); in should_filter_implicit_default()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DInstructionsBuilderTest.java41 InsnNode i1 = new InsnNode(Opcodes.NOP); in current_line_number_should_be_applied_to_instructions()
45 InsnNode i2 = new InsnNode(Opcodes.NOP); in current_line_number_should_be_applied_to_instructions()
47 InsnNode i3 = new InsnNode(Opcodes.NOP); in current_line_number_should_be_applied_to_instructions()
51 InsnNode i4 = new InsnNode(Opcodes.NOP); in current_line_number_should_be_applied_to_instructions()
65 InsnNode i1 = new InsnNode(Opcodes.NOP); in null_probearray_should_not_mark_instruction_as_covered()
76 InsnNode i1 = new InsnNode(Opcodes.NOP); in unexecuted_probe_should_not_mark_instruction_as_covered()
87 InsnNode i1 = new InsnNode(Opcodes.NOP); in executed_probe_should_mark_instruction_as_covered()
98 InsnNode i1 = new InsnNode(Opcodes.NOP); in subsequent_instructions_should_be_linked_by_default()
101 InsnNode i2 = new InsnNode(Opcodes.NOP); in subsequent_instructions_should_be_linked_by_default()
115 InsnNode i1 = new InsnNode(Opcodes.NOP); in subsequent_instructions_should_not_be_linked_when_noSuccessor_was_called()
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-thai.cc90 NOP, enumerator
146 case NOP: return u; in thai_pua_shape()
187 /*T0*/ {{NOP,T3}, {NOP,T0}, {SD, T3}},
188 /*T1*/ {{SL, T2}, {NOP,T1}, {SDL,T2}},
189 /*T2*/ {{NOP,T3}, {NOP,T2}, {SL, T3}},
190 /*T3*/ {{NOP,T3}, {NOP,T3}, {NOP,T3}},
214 /*B0*/ {{NOP,B0}, {NOP,B2}, {NOP, B0}},
215 /*B1*/ {{NOP,B1}, {RD, B2}, {NOP, B1}},
216 /*B2*/ {{NOP,B2}, {SD, B2}, {NOP, B2}},
253 thai_action_t action = above_edge.action != NOP ? above_edge.action : below_edge.action; in do_thai_pua_shaping()
/external/llvm-project/llvm/test/MC/X86/
Dx86-directive-nops-errors.s5 # X86: :[[@LINE-1]]:1: error: illegal NOP size 3.
7 # X86: :[[@LINE-1]]:1: error: illegal NOP size 4.
9 # X86: :[[@LINE-1]]:1: error: illegal NOP size 5.
11 # X86: :[[@LINE-1]]:1: error: illegal NOP size 15.
12 # X64: :[[@LINE-2]]:1: error: illegal NOP size 15.
/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/llvm-project/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/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DInstructionHandleTestCase.java29 …final InstructionHandle ih = InstructionHandle.getInstructionHandle(new NOP());// have to start wi… in testsetInstructionNull()
37 …final InstructionHandle ih = InstructionHandle.getInstructionHandle(new NOP());// have to start wi… in testsetInstructionI()
39 ih.setInstruction(new NOP()); in testsetInstructionI()
45 …final InstructionHandle ih = InstructionHandle.getInstructionHandle(new NOP());// have to start wi… in testsetInstructionnotI()
59 final InstructionHandle ih = il.append(InstructionConst.NOP); in testBCEL195()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java58 private static final int NOP = InstructionConstants.OP_NOP & 0xff; field in EvaluationShrinker
1081 NOP : // ...O -> ...O in fixedDup()
1082 stackEntryNecessary1 ? NOP : // ...O -> ...O in fixedDup()
1084 NOP; // ... -> ... in fixedDup()
1105 stackEntryNecessary0 ? NOP : // ...XO -> ...XO in fixedDup_x1()
1107 NOP : // ...X -> ...X in fixedDup_x1()
1119 NOP : // ...O -> ...O in fixedDup_x1()
1121 stackEntryNecessary0 ? NOP : // ...O -> ...O in fixedDup_x1()
1123 NOP; // ... -> ... in fixedDup_x1()
1147 stackEntryNecessary0 ? NOP : // ...XYO -> ...XYO in fixedDup_x2()
[all …]
/external/llvm-project/llvm/test/CodeGen/Mips/longbranch/
Dbranch-limits-int.mir115 ; MIPS: NOP
120 ; MIPS: NOP
127 ; MIPS: NOP
134 ; PIC: NOP
156 ; PIC: NOP
214 ; MIPS: NOP
219 ; MIPS: NOP
226 ; MIPS: NOP
233 ; PIC: NOP
255 ; PIC: NOP
[all …]
/external/igt-gpu-tools/benchmarks/
Dgem_exec_ctx.c48 enum mode { NOP, CREATE, SWITCH, DEFAULT }; enumerator
115 if (mode != DEFAULT && mode != NOP) in loop()
128 if (mode != DEFAULT && mode != NOP) { in loop()
152 case NOP: in loop()
171 if (mode != DEFAULT && mode != NOP) { in loop()
190 enum mode mode = NOP; in main()
218 mode = NOP; in main()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DNOP.java25 public class NOP extends Instruction { class
27 public NOP() { in NOP() method in NOP
28 super(org.apache.bcel.Const.NOP, (short) 1); in NOP()
/external/python/cpython2/Python/
Dpeephole.c71 memset(codestr, NOP, n*3); in tuple_of_constants()
183 memset(codestr, NOP, 4); in fold_binops_on_constants()
236 codestr[0] = NOP; in fold_unaryops_on_constants()
374 codestr[i+3] = NOP; in PyCode_Optimize()
389 codestr[i+3] = NOP; in PyCode_Optimize()
424 memset(codestr+i, NOP, 6); in PyCode_Optimize()
456 memset(codestr+i, NOP, 6); in PyCode_Optimize()
459 memset(codestr+i+1, NOP, 5); in PyCode_Optimize()
463 memset(codestr+i+2, NOP, 4); in PyCode_Optimize()
565 memset(codestr+i+1, NOP, 2); in PyCode_Optimize()
[all …]
/external/llvm/lib/Target/Sparc/
DLeonPasses.cpp91 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
99 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
385 BuildMI(MBB, MBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
390 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
563 BuildMI(MBB, NextMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
611 BuildMI(MBB, NextMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
671 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
682 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
693 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
768 BuildMI(MBB, MBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
[all …]
/external/javassist/src/main/javassist/convert/
DTransformNew.java70 iterator.writeByte(NOP, pos); in transform()
71 iterator.writeByte(NOP, pos + 1); in transform()
72 iterator.writeByte(NOP, pos + 2); in transform()
73 iterator.writeByte(NOP, pos + 3); in transform()

12345678910>>...17