Home
last modified time | relevance | path

Searched defs:instruction (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java118 Instruction10t instruction = (Instruction10t)instructions.get(0); in testSmalideaMethod() local
124 Instruction10x instruction = (Instruction10x)instructions.get(1); in testSmalideaMethod() local
129 Instruction11n instruction = (Instruction11n)instructions.get(2); in testSmalideaMethod() local
136 Instruction11x instruction = (Instruction11x)instructions.get(3); in testSmalideaMethod() local
142 Instruction12x instruction = (Instruction12x)instructions.get(4); in testSmalideaMethod() local
149 Instruction20t instruction = (Instruction20t)instructions.get(5); in testSmalideaMethod() local
155 Instruction21c instruction = (Instruction21c)instructions.get(6); in testSmalideaMethod() local
163 Instruction21ih instruction = (Instruction21ih)instructions.get(7); in testSmalideaMethod() local
172 Instruction21lh instruction = (Instruction21lh)instructions.get(8); in testSmalideaMethod() local
180 Instruction21s instruction = (Instruction21s)instructions.get(9); in testSmalideaMethod() local
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionWriter.java106 public void write(@Nonnull Instruction10t instruction) { in write()
115 public void write(@Nonnull Instruction10x instruction) { in write()
124 public void write(@Nonnull Instruction11n instruction) { in write()
133 public void write(@Nonnull Instruction11x instruction) { in write()
142 public void write(@Nonnull Instruction12x instruction) { in write()
151 public void write(@Nonnull Instruction20bc instruction) { in write()
161 public void write(@Nonnull Instruction20t instruction) { in write()
171 public void write(@Nonnull Instruction21c instruction) { in write()
181 public void write(@Nonnull Instruction21ih instruction) { in write()
191 public void write(@Nonnull Instruction21lh instruction) { in write()
[all …]
/external/valgrind/none/tests/mips64/
Dmacro_load_store.h3 #define TEST1(instruction, offset, mem) \ argument
21 #define TEST2(instruction, offset) \ argument
47 #define TEST3(instruction, offset, mem) \ argument
65 #define TEST3w(instruction, offset, mem) \ argument
83 #define TEST4(instruction, offset) \ argument
104 #define TEST5(instruction, offset, mem) \ argument
121 #define TEST5w(instruction, offset, mem) \ argument
138 #define TEST6(instruction, offset) \ argument
Dchange_fp_mode.c16 #define TEST_LD(instruction, source) \ argument
37 #define _TEST_ST(instruction) \ argument
52 #define TEST_ST64(instruction) \ argument
59 #define TEST_ST32(instruction) \ argument
66 #define TEST_MT(instruction) \ argument
87 #define TEST_MF(instruction) \ argument
106 #define TEST_MOVE(instruction) \ argument
Dmacro_int.h1 #define TEST1(instruction, RSval, RTval, RD, RS, RT) \ argument
19 #define TEST2(instruction, RSval, imm, RT, RS) \ argument
35 #define TEST3(instruction, RSval, RD, RS) \ argument
51 #define TEST4(instruction, RSval, RTval, RS, RT) \ argument
71 #define TEST5(instruction, RSval, RTval, RS, RT) \ argument
91 #define TEST6(instruction, imm, RT) \ argument
Drotate_swap.c3 #define TESTINST_DROTR(instruction, in, SA) \ argument
19 #define TESTINST_DROTRV(instruction, in, SA) \ argument
36 #define TESTINST_DSWAP(instruction, in) \ argument
Dmove_instructions.c93 #define TEST3(instruction, FD, FS, cc, offset) \ argument
117 #define TEST3d(instruction, FD, FS, cc, offset) \ argument
140 #define TEST4(instruction, offset, RTval, FD, FS, RT) \ argument
159 #define TEST4d(instruction, offset, RTval, FD, FS, RT) \ argument
178 #define TEST5(instruction, RDval, RSval, RD, RS) \ argument
Dbranches.c130 #define TESTINST4(instruction, RDval, RSval, RTval, RD, RS, RT) \ argument
153 #define TESTINST5(instruction, RDval, RSval, RD, RS) \ argument
175 #define TESTINST6(instruction, RDval, RSval, RD, RS) \ argument
201 #define TESTINST4l(instruction, RDval, RSval, RTval, RD, RS, RT) \ argument
224 #define TESTINST5l(instruction, RDval, RSval, RD, RS) \ argument
246 #define TESTINST6l(instruction, RDval, RSval, RD, RS) \ argument
Dcvm_atomic.c41 #define TEST1_32(instruction, offset,mem) \ argument
60 #define TEST1_64(instruction, offset,mem) \ argument
86 #define TEST2(instruction, RSVal, RTVal) \ argument
110 #define TEST3(instruction, offset, mem, value) \ argument
139 #define TEST4_32(instruction, offset, mem) \ argument
158 #define TEST4_64(instruction, offset, mem) \ argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
DInstructionRewriter.java53 @Nonnull @Override public Instruction rewrite(@Nonnull Instruction instruction) { in rewrite()
77 @Nonnull protected T instruction; field in InstructionRewriter.BaseRewrittenReferenceInstruction
79 protected BaseRewrittenReferenceInstruction(@Nonnull T instruction) { in BaseRewrittenReferenceInstruction()
114 public RewrittenInstruction20bc(@Nonnull Instruction20bc instruction) { in RewrittenInstruction20bc()
125 public RewrittenInstruction21c(@Nonnull Instruction21c instruction) { in RewrittenInstruction21c()
136 public RewrittenInstruction22c(@Nonnull Instruction22c instruction) { in RewrittenInstruction22c()
151 public RewrittenInstruction31c(@Nonnull Instruction31c instruction) { in RewrittenInstruction31c()
162 public RewrittenInstruction35c(@Nonnull Instruction35c instruction) { in RewrittenInstruction35c()
193 public RewrittenInstruction3rc(@Nonnull Instruction3rc instruction) { in RewrittenInstruction3rc()
/external/valgrind/none/tests/mips32/
Dfpu_branches.c44 #define TESTINST1s(instruction, RDval) \ argument
66 #define TESTINST1d(instruction, RDval) \ argument
88 #define TESTINST2s(instruction, RDval) \ argument
109 #define TESTINST2d(instruction, RDval) \ argument
130 #define TESTINST_CONDs(instruction, RDval) \ argument
152 #define TESTINST_CONDd(instruction, RDval) \ argument
DMoveIns.c39 #define TESTINSNMOVE(instruction, offset, FS, RT) \ argument
61 #define TESTINSNMOVEd(instruction, offset, FS, RT) \ argument
78 #define TESTINSNMOVEt(instruction, offset, FS, RT) \ argument
100 #define TESTINSNMOVEtd(instruction, offset, offset2, FS, RT) \ argument
118 #define TESTINSNMOVE1s(instruction, offset, FD, FS) \ argument
140 #define TESTINSNMOVE1d(instruction, offset, FD, FS) \ argument
159 #define TESTINSNMOVE2(instruction, RDval, RSval, RD, RS, cc) \ argument
181 #define TESTINSNMOVE2s(instruction, FD, FS, cc, offset) \ argument
204 #define TESTINSNMOVE2d(instruction, FD, FS, cc, offset) \ argument
229 #define TESTINSNMOVEN1s(instruction, offset, RTval, FD, FS, RT) \ argument
[all …]
Dmips32_dspr2.c39 #define TESTDSPINST_RD_RT_DSPC(instruction, RTval, RD, RT) \ argument
59 #define TESTDSPINST_RD_RT_NODSPC(instruction, RTval, RD, RT) \ argument
75 #define TESTDSPINST_RD_RT_RS_NODSPC(instruction, RTval, RSval) \ argument
92 #define TESTDSPINST_RD_RS_RT_DSPC(instruction, RSval, RTval, RD, RS, RT) \ argument
113 #define TESTDSPINST_BPOSGE32(instruction, RDval, POSval, RD, POSreg) \ argument
134 #define TESTDSPINST_RS_RT_DSPC(instruction, RSval, RTval, RS, RT) \ argument
152 #define TESTDSPINST_RD_RS_RT_NODSPC(instruction, RSval, RTval, RD, RS, RT) \ argument
170 #define TESTDSPINST_AC_RS_RT_DSPC(instruction, ac, RSval, RTval, HIval, LOval, \ argument
198 #define TESTDSPINST_AC_RS_RT_NODSPC(instruction, HIval, LOval, RSval, RTval) \ argument
222 #define TESTDSPINST_EXT(instruction, ac, RT, HIval, LOval, size, pos) \ argument
[all …]
Dmips32_dsp.c39 #define TESTDSPINST_RD_RT_DSPC(instruction, RTval, RD, RT) \ argument
59 #define TESTDSPINST_RD_RT_NODSPC(instruction, RTval, RD, RT) \ argument
76 #define TESTDSPINST_RD_RS_RT_DSPC(instruction, RSval, RTval, RD, RS, RT) \ argument
97 #define TESTDSPINST_BPOSGE32(instruction, RDval, POSval, RD, POSreg) \ argument
119 #define TESTDSPINST_RS_RT_DSPC(instruction, RSval, RTval, RS, RT) \ argument
137 #define TESTDSPINST_RD_RS_RT_NODSPC(instruction, RSval, RTval, RD, RS, RT) \ argument
155 #define TESTDSPINST_AC_RS_RT_DSPC(instruction, ac, RSval, RTval, HIval, LOval, \ argument
183 #define TESTDSPINST_AC_RS_RT_NODSPC(instruction, ac, RSval, RTval, HIval, \ argument
207 #define TESTDSPINST_EXT(instruction, ac, RT, HIval, LOval, size, pos) \ argument
230 #define TESTDSPINST_EXTV(instruction, ac, RT, HIval, LOval, RS, RSval, pos) \ argument
[all …]
DMIPS32int.c3 #define TESTINST1(instruction, RSval, RTval, RD, RS, RT) \ argument
20 #define TESTINST2(instruction, RSval, imm, RT, RS) \ argument
35 #define TESTINST3(instruction, RSval, RD, RS) \ argument
50 #define TESTINST3a(instruction, RSval, RTval, RS, RT) \ argument
71 #define TESTINST4(instruction, RTval, RSval, RT, RS, pos, size) \ argument
95 #define TESTINSN5LOAD(instruction, RTval, offset, RT) \ argument
Dbranches.c129 #define TESTINST4(instruction, RDval, RSval, RTval, RD, RS, RT) \ argument
153 #define TESTINST5(instruction, RDval, RSval, RD, RS) \ argument
176 #define TESTINST6(instruction, RDval, RSval, RD, RS) \ argument
203 #define TESTINST4l(instruction, RDval, RSval, RTval, RD, RS, RT) \ argument
227 #define TESTINST5l(instruction, RDval, RSval, RD, RS) \ argument
250 #define TESTINST6l(instruction, RDval, RSval, RD, RS) \ argument
Dvfp.c64 #define TESTINSN5LOAD(instruction, RTval, offset, RT) \ argument
83 #define TESTINSN5LOADw(instruction, RTval, offset, RT) \ argument
102 #define TESTINSN6LOADw(instruction, indexVal, fd, index, base) \ argument
119 #define TESTINSN6LOADd(instruction, indexVal, fd, index, base) \ argument
135 #define TESTINSN6LOADlu(instruction, indexVal, fd, index, base) \ argument
/external/valgrind/none/tests/arm/
Dvfp.c62 #define TESTINSN_vmovf32_imm(instruction, DD, imm) \ argument
77 #define TESTINSN_vmov_core_single(instruction, RN, SD, SDval) \ argument
95 #define TESTINSN_vmov_single_core(instruction, SD, RN, RNval) \ argument
113 #define TESTINSN_vmov_2core_2single(instruction, RD1, RD2, SN, SM, SNval, SMval) \ argument
134 #define TESTINSN_vmov_2single_2core(instruction, SD1, SD2, RN, RM, RNval, RMval) \ argument
154 #define TESTINSN_vmov_double_2core(instruction, DD, RN, RM, RNval, RMval) \ argument
173 #define TESTINSN_vmov_2core_double(instruction, RD1, RD2, DN, DNval0, DNval1) \ argument
193 #define TESTINSN_un_f64(instruction, DD, DM, DMtype, DMval0, DMval1) \ argument
210 #define TESTINSN_un_f32(instruction, SD, SM, SMtype, SMval) \ argument
227 #define TESTINSN_un_cvt_ds(instruction, DD, SM, SMval) \ argument
[all …]
Dv6intThumb.c19 #define TESTINST1(instruction, RD, cvin) \ argument
47 #define TESTINST1x(instruction, RDval, RD, cvin) \ argument
74 #define TESTINST2(instruction, RMval, RD, RM, cvin) \ argument
106 #define TESTINST2x(instruction, RDval, RMval, RD, RM, cvin) \ argument
135 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, cvin) \ argument
162 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, cvin) \ argument
190 #define TESTINST4_2OUT(instruction, RDval, RD2val, RMval, RSval, RD, RD2, RM, RS, cvin) \ argument
222 #define TESTINSTPCMISALIGNED(instruction, RD, label, cvin) \ argument
260 #define TESTINSTPCMISALIGNED_DWORDOUT(instruction, label, cvin, extratrash) \ argument
298 #define TESTINSTPCMISALIGNED_2OUT(instruction, RD, RD2, label, cvin) \ argument
Dneon64.c52 #define TESTINSN_imm(instruction, QD, imm) \ argument
86 #define TESTINSN_un(instruction, QD, QM, QMtype, QMval) \ argument
123 #define TESTINSN_un_q(instruction, QD, QM, QMtype, QMval) \ argument
169 #define TESTINSN_core_to_scalar(instruction, QD, QM, QMval) \ argument
187 #define TESTINSN_scalar_to_core(instruction, QD, QM, QMtype, QMval) \ argument
205 #define TESTINSN_VLDn(instruction, QD1, QD2, QD3, QD4) \ argument
233 #define TESTINSN_VSTn(instruction, QD1, QD2, QD3, QD4) \ argument
258 #define TESTINSN_VLDn_WB(instruction, QD1, QD2, QD3, QD4) \ argument
288 #define TESTINSN_VSTn_WB(instruction, QD1, QD2, QD3, QD4) \ argument
314 #define TESTINSN_VLDn_RI(instruction, QD1, QD2, QD3, QD4, RM, RMval) \ argument
[all …]
Dneon128.c51 #define TESTINSN_imm(instruction, QD, imm) \ argument
83 #define TESTINSN_un(instruction, QD, QM, QMtype, QMval) \ argument
118 #define TESTINSN_un_q(instruction, QD, QM, QMtype, QMval) \ argument
164 #define TESTINSN_bin(instruction, QD, QM, QMtype, QMval, QN, QNtype, QNval) \ argument
202 #define TESTINSN_bin_f(instruction, QD, QM, QMtype, QMval, QN, QNtype, QNval) \ argument
240 #define TESTINSN_bin_q(instruction, QD, QM, QMtype, QMval, QN, QNtype, QNval) \ argument
291 #define TESTINSN_dual(instruction, QM, QMtype, QMval, QN, QNtype, QNval) \ argument
Dv6intARM.c9 #define TESTINST2(instruction, RMval, RD, RM, carryin) \ argument
41 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, carryin) \ argument
70 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, carryin) \ argument
100 #define TESTINST4_2OUT(instruction, RDval, RD2val, RMval, RSval, RD, RD2, RM, RS, carryin) \ argument
/external/swiftshader/src/Reactor/
DOptimizer.cpp399 void Optimizer::replace(Ice::Inst *instruction, Ice::Operand *newValue) in replace()
428 void Optimizer::deleteInstruction(Ice::Inst *instruction) in deleteInstruction()
462 bool Optimizer::isDead(Ice::Inst *instruction) in isDead()
486 const Ice::InstIntrinsicCall *Optimizer::asLoadSubVector(const Ice::Inst *instruction) in asLoadSubVector()
499 const Ice::InstIntrinsicCall *Optimizer::asStoreSubVector(const Ice::Inst *instruction) in asStoreSubVector()
512 bool Optimizer::isLoad(const Ice::Inst &instruction) in isLoad()
522 bool Optimizer::isStore(const Ice::Inst &instruction) in isStore()
532 Ice::Operand *Optimizer::storeAddress(const Ice::Inst *instruction) in storeAddress()
549 Ice::Operand *Optimizer::loadAddress(const Ice::Inst *instruction) in loadAddress()
566 Ice::Operand *Optimizer::storeData(const Ice::Inst *instruction) in storeData()
[all …]
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DPreInstructionRegisterInfoMethodItem.java109 …RegisterRangeInstruction instruction = (RegisterRangeInstruction)analyzedInstruction.getInstructio… in addArgsRegs() local
114 …FiveRegisterInstruction instruction = (FiveRegisterInstruction)analyzedInstruction.getInstruction(… in addArgsRegs() local
133 …ThreeRegisterInstruction instruction = (ThreeRegisterInstruction)analyzedInstruction.getInstructio… in addArgsRegs() local
138 … TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.getInstruction(); in addArgsRegs() local
142 … OneRegisterInstruction instruction = (OneRegisterInstruction)analyzedInstruction.getInstruction(); in addArgsRegs() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DCodeItem.java121 Instruction instruction = DexBackedInstruction.readFrom(reader); in makeAnnotator() local
249 …rivate void annotateInstruction10x(@Nonnull AnnotatedBytes out, @Nonnull Instruction instruction) { in makeAnnotator()
253 …ate void annotateInstruction35c(@Nonnull AnnotatedBytes out, @Nonnull Instruction35c instruction) { in makeAnnotator()
285 …ate void annotateInstruction3rc(@Nonnull AnnotatedBytes out, @Nonnull Instruction3rc instruction) { in makeAnnotator()
294 …te void annotateDefaultInstruction(@Nonnull AnnotatedBytes out, @Nonnull Instruction instruction) { in makeAnnotator()
350 …private void annotateArrayPayload(@Nonnull AnnotatedBytes out, @Nonnull ArrayPayload instruction) { in makeAnnotator()
385 @Nonnull PackedSwitchPayload instruction) { in makeAnnotator()
407 @Nonnull SparseSwitchPayload instruction) { in makeAnnotator()

12345678910>>...17