Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dutility_arm64.cc410 uint16_t high_bits = High16Bits(value); in LoadConstantNoClobber() local
414 bool high_fast = ((uint16_t)(high_bits + 1) <= 1); in LoadConstantNoClobber()
418 if (LIKELY(low_bits == high_bits)) { in LoadConstantNoClobber()
428 uniform_bits = high_bits; in LoadConstantNoClobber()
433 useful_bits = high_bits; in LoadConstantNoClobber()
450 NewLIR3(kA64Movk3rdM, r_dest.GetReg(), high_bits, 1); in LoadConstantNoClobber()