Home
last modified time | relevance | path

Searched defs:r_tmp (Results 1 – 9 of 9) sorted by relevance

/art/compiler/dex/quick/mips/
Dutility_mips.cc526 RegStorage r_tmp = AllocTemp(); in LoadBaseDispBody() local
532 RegStorage r_tmp = (r_base == r_dest) ? AllocTemp() : r_dest; in LoadBaseDispBody() local
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc428 RegStorage r_tmp = (is_double) ? AllocTempDouble() : AllocTempSingle(); in GenInlinedRound() local
Dutility_arm64.cc966 RegStorage r_tmp; in OpRegImm64() local
Dint_arm64.cc749 RegStorage r_tmp; in GenInlinedCas() local
/art/compiler/dex/quick/
Dgen_invoke.cc147 RegStorage r_tmp = TargetReg(cu_->instruction_set == kMips ? kArg2 : kArg1, kWide); in CallRuntimeHelperImmRegLocation() local
196 RegStorage r_tmp = TargetReg(kArg0, arg0.GetWideKind()); in CallRuntimeHelperRegMethod() local
209 RegStorage r_tmp = TargetReg(kArg0, arg0.GetWideKind()); in CallRuntimeHelperRegMethodRegLocation() local
742 RegStorage r_tmp(RegStorage::k64BitPair, arg_regs[next_reg], arg_regs[next_reg + 1]); in LoadArgRegs() local
Dgen_common.cc573 RegStorage r_tmp = TargetReg(kArg2, kNotWide); in GenSput() local
658 RegStorage r_tmp = TargetReg(kArg2, kNotWide); in GenSget() local
/art/compiler/dex/quick/arm/
Dutility_arm.cc573 RegStorage r_tmp = AllocTemp(); in OpRegRegImm() local
Dint_arm.cc895 RegStorage r_tmp = AllocTemp(); in GenInlinedCas() local
/art/compiler/dex/quick/x86/
Dint_x86.cc163 RegStorage r_tmp = AllocTempDouble(); in OpRegCopyWide() local