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

  /art/compiler/dex/
reg_storage.h 84 k64BitPair = 0x0180,
109 DCHECK_CONSTEXPR(rs_kind != k64BitPair, , 0u)
115 DCHECK_CONSTEXPR(rs_kind == k64BitPair, << rs_kind, 0u)
162 return ((reg_ & kShapeMask) == k64BitPair);
276 return RegStorage(k64BitPair, low.GetReg(), high.GetReg());
329 case k64BitPair: return 8; // Is this useful? Might want to disallow taking size of pair.
  /art/compiler/dex/quick/mips/
fp_mips.cc 195 RegStorage r_tmp1(RegStorage::k64BitPair, rMIPS_FARG0, rMIPS_FARG1);
196 RegStorage r_tmp2(RegStorage::k64BitPair, rMIPS_FARG2, rMIPS_FARG3);
mips_lir.h 358 RegStorage(RegStorage::k64BitPair, rV0, rV1), INVALID_SREG, INVALID_SREG};
365 RegStorage(RegStorage::k64BitPair, rF0, rF1), INVALID_SREG, INVALID_SREG};
target_mips.cc 78 // Convert k64BitSolo into k64BitPair
82 return RegStorage(RegStorage::k64BitPair, reg_num, reg_num + 1);
  /art/compiler/dex/quick/arm/
arm_lir.h 306 RegStorage(RegStorage::k64BitPair, r0, r1), INVALID_SREG, INVALID_SREG};
312 RegStorage(RegStorage::k64BitPair, r0, r1), INVALID_SREG, INVALID_SREG};
    [all...]
  /art/compiler/dex/quick/x86/
x86_lir.h 357 RegStorage(RegStorage::k64BitPair, rAX, rDX), INVALID_SREG, INVALID_SREG};
    [all...]
  /art/compiler/dex/quick/
ralloc_util.cc     [all...]
gen_invoke.cc 741 RegStorage r_tmp(RegStorage::k64BitPair, arg_regs[next_reg], arg_regs[next_reg + 1]);
    [all...]

Completed in 110 milliseconds