Home
last modified time | relevance | path

Searched defs:temp_reg (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/quick/x86/
Dfp_x86.cc220 RegStorage temp_reg = AllocTempSingle(); in GenConversion() local
241 RegStorage temp_reg = AllocTempDouble(); in GenConversion() local
279 RegStorage temp_reg = AllocTempSingle(); in GenConversion() local
304 RegStorage temp_reg = AllocTempDouble(); in GenConversion() local
Dint_x86.cc40 RegStorage temp_reg = AllocTemp(); in GenCmpLong() local
176 RegStorage temp_reg = AllocTempDouble(); in OpRegCopyWide() local
191 RegStorage temp_reg = AllocTemp(); in OpRegCopyWide() local
239 RegStorage temp_reg = AllocTypedTemp(false, dest_reg_class, false); in GenSelectConst32() local
1595 RegStorage temp_reg = AllocTemp(); in GenLongRegOrMemOp() local
Dutility_x86.cc890 LIR* X86Mir2Lir::OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg, in OpCmpMemImmBranch()
/art/compiler/dex/quick/
Dgen_loadstore.cc58 RegStorage temp_reg = zero_reg; in Workaround7250540() local
Dcodegen_util.cc1210 LIR *Mir2Lir::OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg, in OpCmpMemImmBranch()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc287 LIR* Arm64Mir2Lir::OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, in OpCmpMemImmBranch()