Searched refs:AllocTempWide (Results 1 – 13 of 13) sorted by relevance
68 RegStorage r_base = AllocTempWide(); in GenLargeSparseSwitch()117 RegStorage table_base = AllocTempWide(); in GenLargePackedSwitch()138 RegStorage branch_reg = AllocTempWide(); in GenLargePackedSwitch()275 RegStorage reg_card_base = AllocTempWide(); in UnconditionallyMarkGCCard()276 RegStorage reg_card_no = AllocTempWide(); // Needs to be wide as addr is ref=64b in UnconditionallyMarkGCCard()
921 r_scratch = AllocTempWide(); in OpRegRegImm64()969 r_tmp = AllocTempWide(); in OpRegImm64()1256 RegStorage r_scratch = AllocTempWide(); in LoadBaseDispBody()1346 RegStorage r_scratch = AllocTempWide(); in StoreBaseDispBody()
475 RegStorage r_magic = AllocTempWide(); in SmallLiteralDivRem64()478 RegStorage r_long_mul = AllocTempWide(); in SmallLiteralDivRem64()562 t_reg = AllocTempWide(); in HandleEasyDivRem64()586 RegStorage t_reg2 = (is_64bit) ? AllocTempWide() : AllocTemp(); in HandleEasyDivRem64()649 temp = AllocTempWide(); in GenDivRem()789 r_tmp_stored = r_tmp = AllocTempWide(); in GenInlinedCas()
88 RegStorage table_base = AllocTempWide(); in GenLargePackedSwitch()96 addr_for_jump = AllocTempWide(); in GenLargePackedSwitch()
1290 RegStorage r_temp = AllocTempWide(); in SwapBits64()1293 RegStorage r_value = AllocTempWide(); in SwapBits64()2165 RegStorage rs_temp = AllocTempWide(); in GenDivRemLongLit()2302 RegStorage rs_temp = AllocTempWide(); in GenDivRemLongLit()
2055 temp_loc.reg = AllocTempWide(); in GenAddReduceVector()
454 r_scratch = AllocTempWide(); in OpRegRegImm()575 RegStorage t_reg = is64bit ? AllocTempWide() : AllocTemp(); in LoadBaseIndexed()1063 return cu_->target64 ? AllocTempWide(required) : AllocTemp(required); in AllocPtrSizeTemp()
57 RegStorage temp = AllocTempWide(); in GenCmpLong()
823 RegStorage temp_value = AllocTempWide(); in GenAtomic64Store()
397 RegStorage temp = AllocTempWide(); in ForceTempWide()
401 RegStorage Mir2Lir::AllocTempWide(bool required) { in AllocTempWide() function in art::Mir2Lir448 return AllocTempWide(required); in AllocTypedTempWide()
720 virtual RegStorage AllocTempWide(bool required = true);
1252 sign_reg = AllocTempWide(); in GenInlinedAbsLong()