Searched refs:r_temp (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/arm/ |
D | utility_arm.cc | 1108 RegStorage r_temp = AllocTemp(); in StoreBaseDisp() local 1111 null_ck_insn = NewLIR3(kThumb2Ldrexd, r_temp.GetReg(), r_temp_high.GetReg(), r_ptr.GetReg()); in StoreBaseDisp() 1113 FreeTemp(r_temp); in StoreBaseDisp() 1116 null_ck_insn = NewLIR3(kThumb2Ldrexd, r_temp.GetReg(), r_ptr.GetReg(), r_ptr.GetReg()); in StoreBaseDisp() 1117 FreeTemp(r_temp); // May need the temp for kOpAdd. in StoreBaseDisp() 1120 NewLIR4(kThumb2Strexd, r_temp.GetReg(), r_src.GetLowReg(), r_src.GetHighReg(), r_ptr.GetReg()); in StoreBaseDisp() 1121 OpCmpImmBranch(kCondNe, r_temp, 0, fail_target); in StoreBaseDisp()
|
/art/compiler/dex/quick/x86/ |
D | utility_x86.cc | 611 RegStorage r_temp = AllocTypedTempWide(false, kCoreReg); in LoadConstantWide() local 612 res = LoadConstantWide(r_temp, value); in LoadConstantWide() 613 OpRegCopyWide(r_dest, r_temp); in LoadConstantWide() 614 FreeTemp(r_temp); in LoadConstantWide()
|