Home
last modified time | relevance | path

Searched refs:Low16Bits (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/
Dlocal_value_numbering.cc1470 res = gvn_->LookupValue(Instruction::CONST_STRING, Low16Bits(mir->dalvikInsn.vB), in GetValueNumber()
1513 res = gvn_->LookupValue(Instruction::CONST, Low16Bits(mir->dalvikInsn.vB), in GetValueNumber()
1525 uint16_t low_res = gvn_->LookupValue(Instruction::CONST, Low16Bits(mir->dalvikInsn.vB), in GetValueNumber()
1541 uint16_t low_res = gvn_->LookupValue(Instruction::CONST, Low16Bits(low_word), in GetValueNumber()
1543 uint16_t high_res = gvn_->LookupValue(Instruction::CONST, Low16Bits(high_word), in GetValueNumber()
1553 Low16Bits(mir->dalvikInsn.vB), 2); in GetValueNumber()
/art/runtime/
Dutils.h136 static inline uint16_t Low16Bits(uint32_t value) { in Low16Bits() function
/art/compiler/utils/arm/
Dassembler_arm32.cc1269 movw(IP, Low16Bits(value), cond); in AddConstant()
1296 movw(IP, Low16Bits(value), cond); in AddConstantSetFlags()
1314 movw(rd, Low16Bits(value), cond); in LoadImmediate()
Dassembler_thumb2.cc2320 movw(IP, Low16Bits(value), cond); in AddConstant()
2347 movw(IP, Low16Bits(value), cond); in AddConstantSetFlags()
2365 movw(rd, Low16Bits(value), cond); in LoadImmediate()
/art/compiler/dex/quick/arm/
Dutility_arm.cc202 res = NewLIR2(kThumb2MovImm16, r_dest.GetReg(), Low16Bits(value)); in LoadConstantNoClobber()
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc409 uint16_t low_bits = Low16Bits(value); in LoadConstantNoClobber()