Searched refs:op (Results 1 - 25 of 65) sorted by relevance

123

/dalvik/libdex/
H A DDexOpcodes.cpp295 const char* dexGetOpcodeName(Opcode op) argument
297 assert(op >= 0 && op < kNumPackedOpcodes);
298 return gOpNames[op];
/dalvik/vm/compiler/template/armv5te-vfp/
H A Dfunop.S3 * "instr" line that specifies an instruction that performs "s1 = op s0".
13 $instr @ s1<- op s0
H A DfunopNarrower.S3 * "instr" line that specifies an instruction that performs "s0 = op d0".
13 $instr @ s0<- op d0
H A DfunopWider.S3 * "instr" line that specifies an instruction that performs "d0 = op s0".
13 $instr @ d0<- op s0
H A DTEMPLATE_MEM_OP_DECODE.S6 * This handler then calls a function to decode the memory op, and process
8 * skip the memory op so it never gets executed.
15 blx r2 @ decode and handle the mem op
/dalvik/vm/compiler/codegen/arm/FP/
H A DThumb2VFP.cpp21 int op = kThumbBkpt; local
31 op = kThumb2Vadds;
35 op = kThumb2Vsubs;
39 op = kThumb2Vdivs;
43 op = kThumb2Vmuls;
57 newLIR3(cUnit, (ArmOpcode)op, rlResult.lowReg, rlSrc1.lowReg,
67 int op = kThumbBkpt; local
73 op = kThumb2Vaddd;
77 op = kThumb2Vsubd;
81 op
114 int op = kThumbBkpt; local
[all...]
/dalvik/vm/mterp/armv5te/
H A Dunop.S4 * specifies an instruction that performs "result = op r0".
15 $preinstr @ optional op; may set condition codes
17 $instr @ r0<- op, r0-r3 changed
H A Dbinop.S4 * specifies an instruction that performs "result = r0 op r1".
30 $preinstr @ optional op; may set condition codes
31 $instr @ $result<- op, r0-r3 changed
H A Dbinop2addr.S4 * that specifies an instruction that performs "result = r0 op r1".
28 $preinstr @ optional op; may set condition codes
29 $instr @ $result<- op, r0-r3 changed
H A DbinopLit8.S4 * that specifies an instruction that performs "result = r0 op r1".
27 $preinstr @ optional op; may set condition codes
28 $instr @ $result<- op, r0-r3 changed
H A DunopNarrower.S4 * that specifies an instruction that performs "result = op r0/r1", where
19 $preinstr @ optional op; may set condition codes
20 $instr @ r0<- op, r0-r3 changed
H A DunopWide.S4 * specifies an instruction that performs "result = op r0/r1".
17 $preinstr @ optional op; may set condition codes
18 $instr @ r0/r1<- op, r2-r3 changed
H A DunopWider.S4 * that specifies an instruction that performs "result = op r0", where
15 $preinstr @ optional op; may set condition codes
17 $instr @ r0<- op, r0-r3 changed
H A DbinopWide.S4 * specifies an instruction that performs "result = r0-r1 op r2-r3".
33 $preinstr @ optional op; may set condition codes
34 $instr @ result<- op, r0-r3 changed
H A DbinopWide2addr.S4 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
30 $preinstr @ optional op; may set condition codes
31 $instr @ result<- op, r0-r3 changed
/dalvik/vm/mterp/armv6t2/
H A Dunop.S4 * specifies an instruction that performs "result = op r0".
14 $preinstr @ optional op; may set condition codes
16 $instr @ r0<- op, r0-r3 changed
H A DunopNarrower.S4 * that specifies an instruction that performs "result = op r0/r1", where
18 $preinstr @ optional op; may set condition codes
19 $instr @ r0<- op, r0-r3 changed
H A DunopWider.S4 * that specifies an instruction that performs "result = op r0", where
14 $preinstr @ optional op; may set condition codes
16 $instr @ r0<- op, r0-r3 changed
H A Dbinop2addr.S4 * that specifies an instruction that performs "result = r0 op r1".
27 $preinstr @ optional op; may set condition codes
28 $instr @ $result<- op, r0-r3 changed
H A DunopWide.S4 * specifies an instruction that performs "result = op r0/r1".
16 $preinstr @ optional op; may set condition codes
17 $instr @ r0/r1<- op, r2-r3 changed
H A DbinopWide2addr.S4 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
29 $preinstr @ optional op; may set condition codes
30 $instr @ result<- op, r0-r3 changed
/dalvik/opcode-gen/
H A Dopcode-gen.awk268 if (cmd == "op") {
357 function deriveOpcodeChains(i, op) {
358 # locals: i, op
367 op = findNextOpcode(i);
368 nextOpcode[i] = op;
369 if (op != -1) {
370 isFirst[op] = "false";
401 function createPackedTables(i, op) {
402 # locals: i, op
404 op
[all...]
/dalvik/vm/compiler/codegen/arm/
H A DCodegen.h32 static ArmLIR *opRegImm(CompilationUnit *cUnit, OpKind op, int rDestSrc1,
34 static ArmLIR *opRegReg(CompilationUnit *cUnit, OpKind op, int rDestSrc1,
/dalvik/vm/mterp/
H A Dgen-mterp.py181 raise DataParseError("op requires exactly two arguments")
183 raise DataParseError("op statements must be between opStart/opEnd")
189 print "Note: op overrides earlier %s (%s -> %s)" \
201 op = opcodes[i]
203 dict.update({ "opcode":op, "opnum":i })
275 op = opcodes[i]
277 if opcode_locations.has_key(op):
278 location = opcode_locations[op]
291 # too annoying to try to slide it in after the alignment psuedo-op, so
319 op
[all...]
/dalvik/vm/compiler/template/armv5te/
H A DTEMPLATE_MEM_OP_DECODE.S6 * This handler then calls a function to decode the memory op, and process
8 * skip the memory op so it never gets executed.
14 blx r2 @ decode and handle the mem op

Completed in 128 milliseconds

123