Searched refs:LOC_C_RETURN (Results 1 – 6 of 6) sorted by relevance
/dalvik/vm/compiler/codegen/arm/ |
D | ArmRallocUtil.cpp | 102 RegLocation res = LOC_C_RETURN; in dvmCompilerGetReturn() 110 RegLocation res = LOC_C_RETURN; in dvmCompilerGetReturnAlt()
|
D | ArmLIR.h | 90 #define LOC_C_RETURN {kLocPhysReg, 0, 0, r0, 0, -1} macro
|
/dalvik/vm/compiler/codegen/arm/FP/ |
D | ThumbPortableFP.cpp | 57 RegLocation rlResult = LOC_C_RETURN; in genCmpFP()
|
/dalvik/vm/compiler/codegen/mips/ |
D | MipsLIR.h | 117 #define LOC_C_RETURN {kLocPhysReg, 0, 0, r_V0, 0, -1} macro
|
D | RallocUtil.cpp | 976 RegLocation res = LOC_C_RETURN; in dvmCompilerGetReturn()
|
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
D | Gen.cpp | 374 RegLocation rlTemp = LOC_C_RETURN; // Just using as template, will change in genCmpLong()
|