Searched refs:rZERO (Results 1 – 5 of 5) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | utility_mips.cc | 142 res = NewLIR2(kMipsMove, r_dest.GetReg(), rZERO); in LoadConstantNoClobber() 145 res = NewLIR3(kMipsOri, r_dest.GetReg(), rZERO, value); in LoadConstantNoClobber() 148 res = NewLIR3(kMipsAddiu, r_dest.GetReg(), rZERO, value); in LoadConstantNoClobber() 287 return NewLIR2(kMipsJalr, rZERO, r_dest_src.GetReg()); in OpReg() 474 return NewLIR3(kMipsNor, r_dest_src1.GetReg(), r_src2.GetReg(), rZERO); in OpRegReg() 479 return NewLIR3(kMipsSubu, r_dest_src1.GetReg(), rZERO, r_src2.GetReg()); in OpRegReg()
|
D | int_mips.cc | 320 NewLIR3(kMipsOri, t_reg.GetReg(), rZERO, lit); in GenDivRemLit() 323 NewLIR3(kMipsAddiu, t_reg.GetReg(), rZERO, lit); in GenDivRemLit() 657 NewLIR3(kMipsSltu, t_reg.GetReg(), rZERO, rl_result.reg.GetLowReg()); in GenNegLong()
|
D | call_mips.cc | 100 NewLIR3(kMipsOri, r_end.GetReg(), rZERO, size_lo); in GenLargeSparseSwitch()
|
D | mips_lir.h | 144 rZERO = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 0, enumerator 346 constexpr RegStorage rs_rZERO(RegStorage::kValid | rZERO);
|
D | assemble_mips.cc | 635 LIR* jalr = RawLIR(dalvik_offset, kMipsJalr, rZERO, rAT); in ConvertShortToLongBranch()
|