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

1234

/dalvik/dexdump/
H A DOpCodeNames.c326 const char* getOpcodeName(OpCode op) argument
328 return gOpNames[op];
H A DOpCodeNames.h24 const char* getOpcodeName(OpCode 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
/dalvik/vm/compiler/codegen/arm/FP/
H A DThumb2VFP.c21 int op = kThumbBkpt; local
31 op = kThumb2Vadds;
35 op = kThumb2Vsubs;
39 op = kThumb2Vdivs;
43 op = kThumb2Vmuls;
57 newLIR3(cUnit, op, rlResult.lowReg, rlSrc1.lowReg, rlSrc2.lowReg);
66 int op = kThumbBkpt; local
72 op = kThumb2Vaddd;
76 op = kThumb2Vsubd;
80 op
113 int op = kThumbBkpt; local
[all...]
/dalvik/vm/alloc/
H A DHeapWorker.h90 * @param op The operation to perform on the returned object.
94 Object *dvmGetNextHeapWorkerObject(HeapWorkerOperation *op);
/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/vm/mterp/x86-atom/
H A Dbinop.S20 * specify an instruction that performs "%ecx = %ecx op %edx"
27 * Format: AA|op CC|BB (23x)
29 * Syntax: op vAA, vBB, vCC
40 $instr # %ecx<- vBB op vCC
/dalvik/vm/compiler/codegen/arm/
H A DCodegen.h31 static ArmLIR *opRegImm(CompilationUnit *cUnit, OpKind op, int rDestSrc1,
33 static ArmLIR *opRegReg(CompilationUnit *cUnit, OpKind op, int rDestSrc1,
/dalvik/libcore/xml/src/main/java/org/apache/xpath/
H A DXPathVisitor.java108 * @param op The operation object.
111 public boolean visitBinaryOperation(ExpressionOwner owner, Operation op) argument
120 * @param op The operation object.
123 public boolean visitUnaryOperation(ExpressionOwner owner, UnaryOperation op) argument

Completed in 318 milliseconds

1234