Searched refs:Low32Bits (Results 1 – 15 of 15) sorted by relevance
158 return InexpensiveConstantInt(High32Bits(value)) && InexpensiveConstantInt(Low32Bits(value)); in InexpensiveConstantLong()643 int32_t val_lo = Low32Bits(value); in LoadConstantWide()
157 int32_t val_lo = Low32Bits(val); in GenFusedLongCmpImmBranch()319 ((ModifiedImmediate(Low32Bits(val)) >= 0) && (ModifiedImmediate(High32Bits(val)) >= 0))) { in GenFusedLongCmpBranch()1565 uint32_t val_lo = Low32Bits(val); in GenArithImmOpLong()
144 static inline uint32_t Low32Bits(uint64_t value) { in Low32Bits() function
146 int32_t val_lo = Low32Bits(value); in LoadFPConstantValueWide()523 int32_t val_lo = Low32Bits(value); in LoadConstantWide()
350 res = LoadConstantNoClobber(r_dest.GetLow(), Low32Bits(value)); in LoadConstantWide()
449 int32_t val_lo = Low32Bits(val); in GenFusedLongCmpImmBranch()1402 int32_t val_lo = Low32Bits(val); in GenMulLongConst()2507 int32_t val_lo = Low32Bits(val); in GenLongImm()2583 int32_t val_lo = Low32Bits(val); in GenLongLongImm()
561 int32_t val_lo = Low32Bits(value); in LoadConstantWide()
914 int32_t val_lo = Low32Bits(value); in GenConstWide()
732 Low32Bits(static_cast<int64_t>(constant_values_[loc.orig_sreg])); in ConstantValueWide()
41 constant_values_[ssa_reg] = Low32Bits(value); in SetConstantWide()
1539 uint32_t low_word = Low32Bits(mir->dalvikInsn.vB_wide); in GetValueNumber()
473 __ LoadImmediate(location.AsArm().AsRegisterPairLow(), Low32Bits(value)); in Move()477 __ LoadImmediate(IP, Low32Bits(value)); in Move()
434 __ movl(location.AsX86().AsRegisterPairLow(), Immediate(Low32Bits(value))); in Move()437 __ movl(Address(ESP, location.GetStackIndex()), Immediate(Low32Bits(value))); in Move()
1264 pushl(Immediate(Low32Bits(constant))); in LoadDoubleConstant()
1460 pushq(Immediate(Low32Bits(constant))); in LoadDoubleConstant()