Home
last modified time | relevance | path

Searched refs:instruction (Results 1 – 25 of 2250) sorted by relevance

12345678910>>...90

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java41 import org.jf.dexlib2.builder.instruction.*;
46 import org.jf.dexlib2.iface.instruction.Instruction;
47 import org.jf.dexlib2.iface.instruction.SwitchElement;
48 import org.jf.dexlib2.iface.instruction.formats.*;
68 for (Instruction instruction: methodImplementation.getInstructions()) { in MutableMethodImplementation()
69 codeAddress += instruction.getCodeUnits(); in MutableMethodImplementation()
84 for (final Instruction instruction: methodImplementation.getInstructions()) { in MutableMethodImplementation()
86 final Opcode opcode = instruction.getOpcode(); in MutableMethodImplementation()
90 convertAndSetInstruction(location, codeAddressToIndex, instruction); in MutableMethodImplementation()
94 convertAndSetInstruction(location, codeAddressToIndex, instruction); in MutableMethodImplementation()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionWriter.java39 import org.jf.dexlib2.iface.instruction.DualReferenceInstruction;
40 import org.jf.dexlib2.iface.instruction.ReferenceInstruction;
41 import org.jf.dexlib2.iface.instruction.SwitchElement;
42 import org.jf.dexlib2.iface.instruction.formats.*;
106 public void write(@Nonnull Instruction10t instruction) { in write() argument
108 writer.write(getOpcodeValue(instruction.getOpcode())); in write()
109 writer.write(instruction.getCodeOffset()); in write()
115 public void write(@Nonnull Instruction10x instruction) { in write() argument
117 writer.write(getOpcodeValue(instruction.getOpcode())); in write()
124 public void write(@Nonnull Instruction11n instruction) { in write() argument
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
DInstructionRewriter.java36 import org.jf.dexlib2.iface.instruction.Instruction;
37 import org.jf.dexlib2.iface.instruction.ReferenceInstruction;
38 import org.jf.dexlib2.iface.instruction.formats.*;
53 @Nonnull @Override public Instruction rewrite(@Nonnull Instruction instruction) { in rewrite() argument
54 if (instruction instanceof ReferenceInstruction) { in rewrite()
55 switch (instruction.getOpcode().format) { in rewrite()
57 return new RewrittenInstruction20bc((Instruction20bc)instruction); in rewrite()
59 return new RewrittenInstruction21c((Instruction21c)instruction); in rewrite()
61 return new RewrittenInstruction22c((Instruction22c)instruction); in rewrite()
63 return new RewrittenInstruction31c((Instruction31c)instruction); in rewrite()
[all …]
/external/llvm/test/MC/Disassembler/AArch64/
Dfullfp16-neon-neg.txt6 # CHECK: warning: invalid instruction encoding
8 # CHECK: warning: invalid instruction encoding
10 # CHECK: warning: invalid instruction encoding
12 # CHECK: warning: invalid instruction encoding
14 # CHECK: warning: invalid instruction encoding
16 # CHECK: warning: invalid instruction encoding
18 # CHECK: warning: invalid instruction encoding
20 # CHECK: warning: invalid instruction encoding
22 # CHECK: warning: invalid instruction encoding
24 # CHECK: warning: invalid instruction encoding
[all …]
Dfullfp16-neg.txt5 # CHECK: warning: invalid instruction encoding
7 # CHECK: warning: invalid instruction encoding
9 # CHECK: warning: invalid instruction encoding
11 # CHECK: warning: invalid instruction encoding
13 # CHECK: warning: invalid instruction encoding
15 # CHECK: warning: invalid instruction encoding
17 # CHECK: warning: invalid instruction encoding
19 # CHECK: warning: invalid instruction encoding
21 # CHECK: warning: invalid instruction encoding
23 # CHECK: warning: invalid instruction encoding
[all …]
/external/llvm/test/MC/Disassembler/ARM/
Dfullfp16-neon-arm-neg.txt3 # CHECK: warning: invalid instruction encoding
4 # CHECK: warning: invalid instruction encoding
8 # CHECK: warning: invalid instruction encoding
9 # CHECK: warning: invalid instruction encoding
13 # CHECK: warning: invalid instruction encoding
14 # CHECK: warning: invalid instruction encoding
18 # CHECK: warning: invalid instruction encoding
19 # CHECK: warning: invalid instruction encoding
23 # CHECK: warning: invalid instruction encoding
24 # CHECK: warning: invalid instruction encoding
[all …]
Dfullfp16-neon-thumb-neg.txt3 # CHECK: warning: invalid instruction encoding
4 # CHECK: warning: invalid instruction encoding
8 # CHECK: warning: invalid instruction encoding
9 # CHECK: warning: invalid instruction encoding
13 # CHECK: warning: invalid instruction encoding
14 # CHECK: warning: invalid instruction encoding
18 # CHECK: warning: invalid instruction encoding
19 # CHECK: warning: invalid instruction encoding
23 # CHECK: warning: invalid instruction encoding
24 # CHECK: warning: invalid instruction encoding
[all …]
Dfullfp16-arm-neg.txt3 # CHECK: warning: invalid instruction encoding
6 # CHECK: warning: invalid instruction encoding
9 # CHECK: warning: invalid instruction encoding
12 # CHECK: warning: invalid instruction encoding
15 # CHECK: warning: invalid instruction encoding
18 # CHECK: warning: invalid instruction encoding
21 # CHECK: warning: invalid instruction encoding
24 # CHECK: warning: invalid instruction encoding
27 # CHECK: warning: invalid instruction encoding
30 # CHECK: warning: invalid instruction encoding
[all …]
Dfullfp16-thumb-neg.txt3 # CHECK: warning: invalid instruction encoding
6 # CHECK: warning: invalid instruction encoding
9 # CHECK: warning: invalid instruction encoding
12 # CHECK: warning: invalid instruction encoding
15 # CHECK: warning: invalid instruction encoding
18 # CHECK: warning: invalid instruction encoding
21 # CHECK: warning: invalid instruction encoding
24 # CHECK: warning: invalid instruction encoding
27 # CHECK: warning: invalid instruction encoding
30 # CHECK: warning: invalid instruction encoding
[all …]
/external/llvm/test/MC/ARM/
Dfullfp16-neon-neg.s8 @ CHECK: error: instruction requires:
9 @ CHECK: error: instruction requires:
13 @ CHECK: error: instruction requires:
14 @ CHECK: error: instruction requires:
18 @ CHECK: error: instruction requires:
19 @ CHECK: error: instruction requires:
23 @ CHECK: error: instruction requires:
24 @ CHECK: error: instruction requires:
28 @ CHECK: error: instruction requires:
29 @ CHECK: error: instruction requires:
[all …]
Dfullfp16-neg.s5 @ CHECK: error: instruction requires:
8 @ CHECK: error: instruction requires:
11 @ CHECK: error: instruction requires:
14 @ CHECK: error: instruction requires:
17 @ CHECK: error: instruction requires:
20 @ CHECK: error: instruction requires:
23 @ CHECK: error: instruction requires:
26 @ CHECK: error: instruction requires:
29 @ CHECK: error: instruction requires:
32 @ CHECK: error: instruction requires:
[all …]
Ddirective-arch_extension-fp.s20 @ CHECK-V7: error: instruction requires: FPARMv8
23 @ CHECK-V7: error: instruction requires: FPARMv8
25 @ CHECK-V7: error: instruction requires: FPARMv8
27 @ CHECK-V7: error: instruction requires: FPARMv8
29 @ CHECK-V7: error: instruction requires: FPARMv8
31 @ CHECK-V7: error: instruction requires: FPARMv8
33 @ CHECK-V7: error: instruction requires: FPARMv8
36 @ CHECK-V7: error: instruction requires: FPARMv8
38 @ CHECK-V7: error: instruction requires: FPARMv8
40 @ CHECK-V7: error: instruction requires: FPARMv8
[all …]
Ddirective-arch_extension-simd.s20 @ CHECK-V7: error: instruction requires: FPARMv8
22 @ CHECK-V7: error: instruction requires: FPARMv8
25 @ CHECK-V7: error: instruction requires: FPARMv8
27 @ CHECK-V7: error: instruction requires: FPARMv8
30 @ CHECK-V7: error: instruction requires: FPARMv8
32 @ CHECK-V7: error: instruction requires: FPARMv8
34 @ CHECK-V7: error: instruction requires: FPARMv8
36 @ CHECK-V7: error: instruction requires: FPARMv8
38 @ CHECK-V7: error: instruction requires: FPARMv8
40 @ CHECK-V7: error: instruction requires: FPARMv8
[all …]
Dv8_IT_manual.s11 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
14 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
18 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
30 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
34 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
42 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
46 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
50 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
59 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
71 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
[all …]
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java42 import org.jf.dexlib2.iface.instruction.Instruction;
43 import org.jf.dexlib2.iface.instruction.SwitchElement;
44 import org.jf.dexlib2.iface.instruction.formats.*;
118 Instruction10t instruction = (Instruction10t)instructions.get(0); in testSmalideaMethod() local
119 Assert.assertEquals(Opcode.GOTO, instruction.getOpcode()); in testSmalideaMethod()
120 Assert.assertEquals(1, instruction.getCodeOffset()); in testSmalideaMethod()
124 Instruction10x instruction = (Instruction10x)instructions.get(1); in testSmalideaMethod() local
125 Assert.assertEquals(Opcode.RETURN_VOID, instruction.getOpcode()); in testSmalideaMethod()
129 Instruction11n instruction = (Instruction11n)instructions.get(2); in testSmalideaMethod() local
130 Assert.assertEquals(Opcode.CONST_4, instruction.getOpcode()); in testSmalideaMethod()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction.java32 package org.jf.dexlib2.immutable.instruction;
37 import org.jf.dexlib2.iface.instruction.Instruction;
38 import org.jf.dexlib2.iface.instruction.formats.*;
53 public static ImmutableInstruction of(Instruction instruction) { in of() argument
54 if (instruction instanceof ImmutableInstruction) { in of()
55 return (ImmutableInstruction)instruction; in of()
58 switch (instruction.getOpcode().format) { in of()
60 return ImmutableInstruction10t.of((Instruction10t)instruction); in of()
62 if (instruction instanceof UnknownInstruction) { in of()
63 return ImmutableUnknownInstruction.of((UnknownInstruction)instruction); in of()
[all …]
/external/llvm/test/MC/SystemZ/
Dinsn-bad-zEC12.s5 #CHECK: error: {{(instruction requires: vector)?}}
91 #CHECK: error: {{(instruction requires: vector)?}}
93 #CHECK: error: {{(instruction requires: vector)?}}
95 #CHECK: error: {{(instruction requires: vector)?}}
97 #CHECK: error: {{(instruction requires: vector)?}}
99 #CHECK: error: {{(instruction requires: vector)?}}
108 #CHECK: error: {{(instruction requires: vector)?}}
110 #CHECK: error: {{(instruction requires: vector)?}}
112 #CHECK: error: {{(instruction requires: vector)?}}
114 #CHECK: error: {{(instruction requires: vector)?}}
[all …]
/external/valgrind/none/tests/mips64/
Dmacro_load_store.h3 #define TEST1(instruction, offset, mem) \ argument
11 instruction" $t1, 0($t0)" "\n\t" \
18 instruction, offset, out); \
21 #define TEST2(instruction, offset) \ argument
33 instruction" $t3, 0($t1)" "\n\t" \
44 instruction, offset, out, outHI); \
47 #define TEST3(instruction, offset, mem) \ argument
55 instruction" $f0, 0($t0)" "\n\t" \
62 instruction, offset, out); \
65 #define TEST3w(instruction, offset, mem) \ argument
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DCodeItem.java38 import org.jf.dexlib2.dexbacked.instruction.DexBackedInstruction;
40 import org.jf.dexlib2.iface.instruction.*;
41 import org.jf.dexlib2.iface.instruction.formats.*;
121 Instruction instruction = DexBackedInstruction.readFrom(reader); in makeAnnotator() local
128 switch (instruction.getOpcode().format) { in makeAnnotator()
130 annotateInstruction10x(out, instruction); in makeAnnotator()
133 annotateInstruction35c(out, (Instruction35c)instruction); in makeAnnotator()
136 annotateInstruction3rc(out, (Instruction3rc)instruction); in makeAnnotator()
139 annotateArrayPayload(out, (ArrayPayload)instruction); in makeAnnotator()
142 … annotatePackedSwitchPayload(out, (PackedSwitchPayload)instruction); in makeAnnotator()
[all …]
/external/llvm/test/Analysis/CostModel/X86/
Dvshift-lshr-cost.ll16 ; SSE2: Found an estimated cost of 4 for instruction: %shift
17 ; SSE41: Found an estimated cost of 4 for instruction: %shift
18 ; AVX: Found an estimated cost of 4 for instruction: %shift
19 ; AVX2: Found an estimated cost of 1 for instruction: %shift
20 ; XOPAVX: Found an estimated cost of 2 for instruction: %shift
21 ; XOPAVX2: Found an estimated cost of 1 for instruction: %shift
28 ; SSE2: Found an estimated cost of 8 for instruction: %shift
29 ; SSE41: Found an estimated cost of 8 for instruction: %shift
30 ; AVX: Found an estimated cost of 8 for instruction: %shift
31 ; AVX2: Found an estimated cost of 1 for instruction: %shift
[all …]
Dalternate-shuffle-cost.ll19 ; SSE2: Cost Model: {{.*}} 1 for instruction: %1 = shufflevector
20 ; SSSE3: Cost Model: {{.*}} 1 for instruction: %1 = shufflevector
21 ; SSE41: Cost Model: {{.*}} 1 for instruction: %1 = shufflevector
22 ; AVX: Cost Model: {{.*}} 1 for instruction: %1 = shufflevector
23 ; AVX2: Cost Model: {{.*}} 1 for instruction: %1 = shufflevector
30 ; SSE2: Cost Model: {{.*}} 2 for instruction: %1 = shufflevector
31 ; SSSE3: Cost Model: {{.*}} 2 for instruction: %1 = shufflevector
32 ; SSE41: Cost Model: {{.*}} 1 for instruction: %1 = shufflevector
33 ; AVX: Cost Model: {{.*}} 1 for instruction: %1 = shufflevector
34 ; AVX2: Cost Model: {{.*}} 1 for instruction: %1 = shufflevector
[all …]
Dvshift-ashr-cost.ll16 ; SSE2: Found an estimated cost of 12 for instruction: %shift
17 ; SSE41: Found an estimated cost of 12 for instruction: %shift
18 ; AVX: Found an estimated cost of 12 for instruction: %shift
19 ; AVX2: Found an estimated cost of 4 for instruction: %shift
20 ; XOP: Found an estimated cost of 2 for instruction: %shift
27 ; SSE2: Found an estimated cost of 24 for instruction: %shift
28 ; SSE41: Found an estimated cost of 24 for instruction: %shift
29 ; AVX: Found an estimated cost of 24 for instruction: %shift
30 ; AVX2: Found an estimated cost of 4 for instruction: %shift
31 ; XOP: Found an estimated cost of 4 for instruction: %shift
[all …]
/external/llvm/test/MC/Disassembler/Mips/mips1/
Dinvalid.txt3 # Start with a valid instruction. Otherwise llvm-mc gives up immediately.
6 0x00 0x11 0x00 0x0f # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
7 0x00 0x30 0xc0 0x42 # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
8 0x00 0xab 0x09 0x4a # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
9 0x02 0x80 0x44 0xf0 # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
10 0x02 0xc5 0x40 0x01 # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
11 0x03 0x21 0x22 0xd5 # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
12 0x03 0xa0 0x08 0x13 # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
13 0x04 0x1c 0x63 0xee # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
14 0x40 0x3c 0x00 0x5d # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
[all …]
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
DSmalideaInstruction.java32 package org.jf.smalidea.dexlib.instruction;
39 import org.jf.dexlib2.iface.instruction.Instruction;
56 protected SmalideaInstruction(@Nonnull SmaliInstruction instruction) { in SmalideaInstruction() argument
57 this.psiInstruction = instruction; in SmalideaInstruction()
61 public static SmalideaInstruction of(SmaliInstruction instruction) { in of() argument
62 switch (instruction.getOpcode().format) { in of()
64 return new SmalideaInstruction10t(instruction); in of()
66 return new SmalideaInstruction10x(instruction); in of()
68 return new SmalideaInstruction11n(instruction); in of()
70 return new SmalideaInstruction11x(instruction); in of()
[all …]
/external/llvm/test/MC/Mips/
Dtarget-soft-float.s12 # 64: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
14 # 64: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
17 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
19 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
21 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
23 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
25 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
27 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
29 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
31 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
[all …]

12345678910>>...90