Home
last modified time | relevance | path

Searched refs:Low32Bits (Results 1 – 15 of 15) sorted by relevance

/art/compiler/dex/quick/arm/
Dutility_arm.cc158 return InexpensiveConstantInt(High32Bits(value)) && InexpensiveConstantInt(Low32Bits(value)); in InexpensiveConstantLong()
643 int32_t val_lo = Low32Bits(value); in LoadConstantWide()
Dint_arm.cc157 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()
/art/runtime/
Dutils.h144 static inline uint32_t Low32Bits(uint64_t value) { in Low32Bits() function
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc146 int32_t val_lo = Low32Bits(value); in LoadFPConstantValueWide()
523 int32_t val_lo = Low32Bits(value); in LoadConstantWide()
/art/compiler/dex/quick/mips/
Dutility_mips.cc350 res = LoadConstantNoClobber(r_dest.GetLow(), Low32Bits(value)); in LoadConstantWide()
/art/compiler/dex/quick/x86/
Dint_x86.cc449 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()
Dutility_x86.cc561 int32_t val_lo = Low32Bits(value); in LoadConstantWide()
Dtarget_x86.cc914 int32_t val_lo = Low32Bits(value); in GenConstWide()
/art/compiler/dex/
Dmir_graph.h732 Low32Bits(static_cast<int64_t>(constant_values_[loc.orig_sreg])); in ConstantValueWide()
Dmir_optimization.cc41 constant_values_[ssa_reg] = Low32Bits(value); in SetConstantWide()
Dlocal_value_numbering.cc1539 uint32_t low_word = Low32Bits(mir->dalvikInsn.vB_wide); in GetValueNumber()
/art/compiler/optimizing/
Dcode_generator_arm.cc473 __ LoadImmediate(location.AsArm().AsRegisterPairLow(), Low32Bits(value)); in Move()
477 __ LoadImmediate(IP, Low32Bits(value)); in Move()
Dcode_generator_x86.cc434 __ movl(location.AsX86().AsRegisterPairLow(), Immediate(Low32Bits(value))); in Move()
437 __ movl(Address(ESP, location.GetStackIndex()), Immediate(Low32Bits(value))); in Move()
/art/compiler/utils/x86/
Dassembler_x86.cc1264 pushl(Immediate(Low32Bits(constant))); in LoadDoubleConstant()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1460 pushq(Immediate(Low32Bits(constant))); in LoadDoubleConstant()