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

  /external/lldb/include/lldb/Utility/
Range.h 35 GetLow ()
PriorityPointerPair.h 87 GetLow()
  /art/compiler/dex/quick/arm/
int_arm.cc 143 OpRegRegReg(kOpSub, t_reg, rl_src1.reg.GetLow(), rl_src2.reg.GetLow());
175 RegStorage low_reg = rl_src1.reg.GetLow();
372 OpRegReg(kOpCmp, rl_src1.reg.GetLow(), rl_src2.reg.GetLow());
419 r_dest = r_dest.GetLow();
422 r_src = r_src.GetLow();
475 OpRegCopy(r_dest.GetLow(), r_src.GetLow());
479 OpRegCopy(r_dest.GetLow(), r_src.GetLow())
    [all...]
fp_arm.cc 417 } else if (rl_result.reg.GetLow().GetReg() != rl_src.reg.GetHigh().GetReg()) {
419 OpRegCopy(rl_result.reg.GetLow(), rl_src.reg.GetLow());
425 OpRegCopy(rl_result.reg.GetLow(), rl_src.reg.GetLow());
codegen_arm.h 325 RegStorage low = reg.GetLow();
utility_arm.cc 720 res = LoadConstantNoClobber(r_dest.GetLow(), val_lo);
928 // Use the r_dest.GetLow() for the temporary pointer if needed.
930 r_dest.GetLow());
    [all...]
  /art/compiler/dex/quick/mips/
int_mips.cc 188 r_dest = r_dest.GetLow();
191 r_src = r_src.GetLow();
263 OpRegCopy(r_dest.GetLow(), r_src.GetLow());
267 OpRegCopy(r_dest.GetLow(), r_src.GetLow());
271 OpRegCopy(r_dest.GetLow(), r_src.GetLow());
447 OpRegRegReg(kOpOr, t_reg, reg.GetLow(), reg.GetHigh());
501 OpRegRegReg(kOpAdd, rl_result.reg.GetLow(), rl_src2.reg.GetLow(), rl_src1.reg.GetLow())
    [all...]
target_mips.cc 203 RegStorage low = ret_reg.GetLow();
    [all...]
utility_mips.cc 554 res = LoadConstantNoClobber(r_dest.GetLow(), Low32Bits(value));
    [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc 129 r_dest = r_dest.GetLow();
132 r_src = r_src.GetLow();
196 OpRegCopy(r_dest.GetHigh(), r_dest.GetLow());
197 OpRegCopy(r_dest.GetLow(), temp_reg);
201 OpRegCopy(r_dest.GetLow(), r_src.GetLow());
203 OpRegCopy(r_dest.GetLow(), r_src.GetLow());
478 RegStorage low_reg = rl_src1.reg.GetLow();
506 OpRegReg(kOpSub, tmp.GetLow(), low_reg)
    [all...]
utility_x86.cc 628 res = LoadConstantNoClobber(r_dest.GetLow(), val_lo);
705 if (r_base == r_dest.GetLow()) {
730 if (r_base == r_dest.GetLow()) {
747 if (r_dest.GetLow() == r_index) {
754 OpRegCopy(r_dest.GetLow(), temp);
    [all...]
  /art/compiler/dex/quick/
ralloc_util.cc 174 DCHECK(!GetRegInfo(reg.GetLow())->IsAliased());
175 Clobber(reg.GetLow());
507 RegisterInfo* info_low = GetRegInfo(reg.GetLow());
536 FreeTemp(reg.GetLow());
565 RegisterInfo* p_lo = GetRegInfo(reg.GetLow());
579 RegisterInfo* p_lo = GetRegInfo(reg.GetLow());
592 RegisterInfo* p_lo = GetRegInfo(reg.GetLow());
605 RegisterInfo* p_lo = GetRegInfo(reg.GetLow());
623 RegisterInfo* p_lo = GetRegInfo(reg.GetLow());
638 GetRegInfo(reg.GetLow())->ResetDefBody()
    [all...]
gen_loadstore.cc 402 if (IsTemp(loc.reg.GetLow())) {
403 Clobber(loc.reg.GetLow());
406 OpRegCopy(temp_low, loc.reg.GetLow());
gen_common.cc 448 LoadValueDirect(rl_src, rl_result.reg.GetLow());
450 OpRegRegImm(kOpAsr, rl_result.reg.GetHigh(), rl_result.reg.GetLow(), 31);
    [all...]
gen_invoke.cc     [all...]
codegen_util.cc     [all...]
  /art/compiler/dex/
reg_storage.h 234 RegStorage GetLow() const {

Completed in 327 milliseconds