HomeSort by relevance Sort by last modified time
    Searched refs:fpuIs32Bit_ (Results 1 - 5 of 5) sorted by null

  /art/compiler/dex/quick/mips/
target_mips.cc 170 } else if (fpuIs32Bit_) {
188 DCHECK(!fpuIs32Bit_);
201 if (!fpuIs32Bit_ && ret_reg.IsFloat()) {
604 if (fpuIs32Bit_) {
720 fpuIs32Bit_ ? dp_fr0_regs_32 : dp_fr1_regs_32,
723 fpuIs32Bit_ ? sp_fr0_temps_32 : sp_fr1_temps_32,
724 fpuIs32Bit_ ? dp_fr0_temps_32 : dp_fr1_temps_32));
730 if (fpuIs32Bit_ || (sp_reg_num == dp_reg_num)) {
    [all...]
fp_mips.cc 241 r_tmp1 = GetWideArgFP(fpuIs32Bit_, 0);
242 r_tmp2 = GetWideArgFP(fpuIs32Bit_, 2);
utility_mips.cc 548 if (fpuIs32Bit_ || !r_dest.IsFloat()) {
721 if (fpuIs32Bit_ && !r_dest.IsPair()) {
781 if (fpuIs32Bit_ || !r_dest.IsFloat()) {
808 if (fpuIs32Bit_ || !r_dest.IsFloat()) {
898 if (fpuIs32Bit_ && !r_src.IsPair()) {
952 if (fpuIs32Bit_ || !r_src.IsFloat()) {
974 if (fpuIs32Bit_ || !r_src.IsFloat()) {
    [all...]
codegen_mips.h 266 const bool fpuIs32Bit_;
int_mips.cc 239 if (fpuIs32Bit_) {
251 if (fpuIs32Bit_) {

Completed in 448 milliseconds