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

  /art/compiler/dex/
reg_storage.h 161 constexpr bool IsPair() const {
209 DCHECK(!IsPair()) << "reg_ = 0x" << std::hex << reg_;
216 DCHECK(!IsPair());
222 DCHECK(IsPair());
228 DCHECK(IsPair());
234 DCHECK(IsPair());
240 DCHECK(IsPair());
246 DCHECK(IsPair());
251 DCHECK(IsPair());
272 DCHECK(!low.IsPair());
    [all...]
  /art/compiler/dex/quick/
ralloc_util.cc 173 if (UNLIKELY(reg.IsPair())) {
433 DCHECK(!res.IsPair());
521 if (reg.IsPair()) {
550 if (reg.IsPair()) {
579 if (reg.IsPair()) {
593 if (reg.IsPair()) {
606 if (reg.IsPair()) {
619 if (reg.IsPair()) {
637 if (reg.IsPair()) {
652 if (reg.IsPair()) {
    [all...]
mir_to_lir-inl.h 259 RegisterInfo* res = reg.IsPair() ? reginfo_map_.Get(reg.GetLowReg()) :
gen_loadstore.cc 410 if (!loc.reg.IsPair()) {
codegen_util.cc     [all...]
gen_invoke.cc 791 if (rl_arg.reg.IsPair()) {
    [all...]
  /art/compiler/dex/quick/arm/
utility_arm.cc 646 DCHECK(!r_dest.IsPair());
662 DCHECK(r_dest.IsPair());
679 DCHECK(r_dest.IsPair());
837 if (!r_src_dest.IsPair()) {
868 DCHECK(!r_dest.IsPair());
871 DCHECK(r_dest.IsPair());
    [all...]
int_arm.cc 405 if (r_dest.IsPair()) {
408 if (r_src.IsPair()) {
814 RegStorage expected_reg = rl_src_expected.reg.IsPair() ? rl_src_expected.reg.GetLow() :
816 RegStorage new_val_reg = rl_src_new_value.reg.IsPair() ? rl_src_new_value.reg.GetLow() :
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 254 int dest = r_dest.IsPair() ? r_dest.GetLowReg() : r_dest.GetReg();
305 int src = r_src.IsPair() ? r_src.GetLowReg() : r_src.GetReg();
563 int32_t low_reg_val = r_dest.IsPair() ? r_dest.GetLowReg() : r_dest.GetReg();
598 if (r_dest.IsPair()) {
618 if (r_dest.IsPair()) {
639 bool pair = r_dest.IsPair();
786 bool pair = r_src.IsPair();
    [all...]
int_x86.cc 125 if (r_dest.IsPair()) {
128 if (r_src.IsPair()) {
158 if (!r_src.IsPair()) {
159 DCHECK(!r_dest.IsPair());
171 if (!r_dest.IsPair()) {
172 DCHECK(!r_src.IsPair());
182 DCHECK_EQ(r_dest.IsPair(), r_src.IsPair());
183 if (!r_src.IsPair()) {
212 DCHECK(!left_op.IsPair() && !right_op.IsPair() && !rs_dest.IsPair())
    [all...]
codegen_x86.h 375 DCHECK(!reg.IsPair());
393 DCHECK(!reg.IsPair());
    [all...]
  /art/compiler/dex/quick/mips/
utility_mips.cc 346 if (!r_dest.IsPair()) {
470 bool pair = r_dest.IsPair();
581 bool pair = r_src.IsPair();
target_mips.cc 496 DCHECK(r_dest.IsPair());
510 DCHECK(r_src.IsPair());
int_mips.cc 165 if (r_dest.IsPair()) {
168 if (r_src.IsPair()) {
355 DCHECK(reg.IsPair()); // TODO: support k64BitSolo.
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 270 DCHECK(!reg.IsPair());
306 DCHECK(!reg.IsPair());

Completed in 1303 milliseconds