Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dtarget_mips.cc170 } else if (fpuIs32Bit_) { in LocCReturnDouble()
188 DCHECK(!fpuIs32Bit_); in Fp64ToSolo32()
201 if (!fpuIs32Bit_ && ret_reg.IsFloat()) { in TargetReg()
604 if (fpuIs32Bit_) { in ClobberCallerSave()
720 fpuIs32Bit_ ? dp_fr0_regs_32 : dp_fr1_regs_32, in CompilerInitializeRegAlloc()
723 fpuIs32Bit_ ? sp_fr0_temps_32 : sp_fr1_temps_32, in CompilerInitializeRegAlloc()
724 fpuIs32Bit_ ? dp_fr0_temps_32 : dp_fr1_temps_32)); in CompilerInitializeRegAlloc()
730 if (fpuIs32Bit_ || (sp_reg_num == dp_reg_num)) { in CompilerInitializeRegAlloc()
905 fpuIs32Bit_(cu_->target64 ? false : cu->compiler_driver->GetInstructionSetFeatures() in MipsMir2Lir()
Dutility_mips.cc548 if (fpuIs32Bit_ || !r_dest.IsFloat()) { in LoadConstantWide()
721 if (fpuIs32Bit_ && !r_dest.IsPair()) { in LoadBaseDispBody()
781 if (fpuIs32Bit_ || !r_dest.IsFloat()) { in LoadBaseDispBody()
808 if (fpuIs32Bit_ || !r_dest.IsFloat()) { in LoadBaseDispBody()
898 if (fpuIs32Bit_ && !r_src.IsPair()) { in StoreBaseDispBody()
952 if (fpuIs32Bit_ || !r_src.IsFloat()) { in StoreBaseDispBody()
974 if (fpuIs32Bit_ || !r_src.IsFloat()) { in StoreBaseDispBody()
Dfp_mips.cc241 r_tmp1 = GetWideArgFP(fpuIs32Bit_, 0); in GenCmpFP()
242 r_tmp2 = GetWideArgFP(fpuIs32Bit_, 2); in GenCmpFP()
Dint_mips.cc239 if (fpuIs32Bit_) { in OpRegCopyWide()
251 if (fpuIs32Bit_) { in OpRegCopyWide()
Dcodegen_mips.h266 const bool fpuIs32Bit_; variable