Searched defs:temp_reg (Results 1 – 6 of 6) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 220 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
|
D | int_x86.cc | 40 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
|
D | utility_x86.cc | 890 LIR* X86Mir2Lir::OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg, in OpCmpMemImmBranch()
|
/art/compiler/dex/quick/ |
D | gen_loadstore.cc | 58 RegStorage temp_reg = zero_reg; in Workaround7250540() local
|
D | codegen_util.cc | 1210 LIR *Mir2Lir::OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg, in OpCmpMemImmBranch()
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 287 LIR* Arm64Mir2Lir::OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, in OpCmpMemImmBranch()
|