Searched refs:genArithOpDouble (Results 1 - 6 of 6) sorted by relevance
/dalvik/vm/compiler/codegen/arm/FP/ |
H A D | ThumbPortableFP.cpp | 42 static bool genArithOpDouble(CompilationUnit *cUnit, MIR *mir, function
|
H A D | ThumbVFP.cpp | 110 static bool genArithOpDouble(CompilationUnit *cUnit, MIR *mir, function
|
H A D | Thumb2VFP.cpp | 63 static bool genArithOpDouble(CompilationUnit *cUnit, MIR *mir, function
|
/dalvik/vm/compiler/codegen/mips/FP/ |
H A D | MipsFP.cpp | 157 static bool genArithOpDouble(CompilationUnit *cUnit, MIR *mir, function
|
/dalvik/vm/compiler/codegen/arm/ |
H A D | CodegenDriver.cpp | 947 return genArithOpDouble(cUnit,mir, rlDest, rlSrc1, rlSrc2); 950 return genArithOpDouble(cUnit,mir, rlDest, rlSrc1, rlSrc2); 2016 return genArithOpDouble(cUnit, mir, rlDest, rlSrc, rlSrc);
|
/dalvik/vm/compiler/codegen/mips/ |
H A D | CodegenDriver.cpp | 992 return genArithOpDouble(cUnit,mir, rlDest, rlSrc1, rlSrc2); 995 return genArithOpDouble(cUnit,mir, rlDest, rlSrc1, rlSrc2); 2070 return genArithOpDouble(cUnit, mir, rlDest, rlSrc, rlSrc);
|
Completed in 81 milliseconds