Searched defs:genShiftOpLong (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp632 static bool genShiftOpLong(CompilationUnit *cUnit, MIR *mir, function
929 return genShiftOpLong(cUnit,mir, rlDest, rlSrc1, rlSrc2);
932 return genShiftOpLong(cUnit,mir, rlDest, rlSrc1, rlSrc2);
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp693 static bool genShiftOpLong(CompilationUnit *cUnit, MIR *mir, function
966 return genShiftOpLong(cUnit,mir, rlDest, rlSrc1, rlSrc2);
969 return genShiftOpLong(cUnit,mir, rlDest, rlSrc1, rlSrc2);

Completed in 39 milliseconds