HomeSort by relevance Sort by last modified time
    Searched refs:op (Results 251 - 275 of 1458) sorted by null

<<11121314151617181920>>

  /dalvik/opcode-gen/
opcode-gen.awk 268 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 = unpackOpcode(i)
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Codegen.h 32 static ArmLIR *opRegImm(CompilationUnit *cUnit, OpKind op, int rDestSrc1,
34 static ArmLIR *opRegReg(CompilationUnit *cUnit, OpKind op, int rDestSrc1,
  /dalvik/vm/mterp/armv5te/
binop.S 4 * specifies an instruction that performs "result = r0 op r1".
30 $preinstr @ optional op; may set condition codes
31 $instr @ $result<- op, r0-r3 changed
binop2addr.S 4 * 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