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

  /art/compiler/dex/
reg_storage.h 85 k64BitPair = 0x0180,
110 DCHECK_CONSTEXPR(rs_kind != k64BitPair, , 0u)
116 DCHECK_CONSTEXPR(rs_kind == k64BitPair, << static_cast<int>(rs_kind), 0u)
163 return ((reg_ & kShapeMask) == k64BitPair);
277 return RegStorage(k64BitPair, low.GetReg(), high.GetReg());
330 case k64BitPair: return 8; // Is this useful? Might want to disallow taking size of pair.
  /art/compiler/dex/quick/mips/
fp_mips.cc 192 return RegStorage(RegStorage::k64BitPair, rFARG0, rFARG1);
194 return RegStorage(RegStorage::k64BitPair, rFARG2, rFARG3);
mips_lir.h 514 RegStorage(RegStorage::k64BitPair, rV0, rV1), INVALID_SREG, INVALID_SREG};
524 RegStorage(RegStorage::k64BitPair, rF0, rF1), INVALID_SREG, INVALID_SREG};
    [all...]
target_mips.cc 177 // Convert k64BitSolo into k64BitPair.
182 return RegStorage(RegStorage::k64BitPair, reg_num, reg_num + 1);
185 // Convert 64bit FP (k64BitSolo or k64BitPair) into k32BitSolo.
    [all...]
  /art/compiler/dex/quick/x86/
x86_lir.h 329 RegStorage(RegStorage::k64BitPair, rAX, rDX), INVALID_SREG, INVALID_SREG};
    [all...]
  /art/compiler/dex/quick/
ralloc_util.cc     [all...]

Completed in 4138 milliseconds