Home
last modified time | relevance | path

Searched refs:res_lo (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/quick/arm/
Dint_arm.cc1274 RegStorage res_lo; in GenMulLong() local
1285 res_lo = rl_result.reg.GetLow(); in GenMulLong()
1288 res_lo = AllocTemp(); in GenMulLong()
1308 DCHECK(res_lo.Valid()); in GenMulLong()
1310 NewLIR4(kThumb2Umull, res_lo.GetReg(), res_hi.GetReg(), rl_src1.reg.GetLowReg(), in GenMulLong()
1325 DCHECK(res_lo.Valid()); in GenMulLong()
1326 NewLIR4(kThumb2Umull, res_lo.GetReg(), res_hi.GetReg(), rl_src2.reg.GetLowReg(), in GenMulLong()
1340 rl_result.reg = RegStorage::MakeRegPair(res_lo, res_hi); in GenMulLong()