Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dutility_arm64.cc492 uint16_t background; in LoadConstantWide() local
498 background = 0xffff; in LoadConstantWide()
501 background = 0; in LoadConstantWide()
508 if (halfword != background) { in LoadConstantWide()
509 res = NewLIR3(op, r_dest.GetReg(), halfword ^ background, shift); in LoadConstantWide()
517 if (halfword != background) { in LoadConstantWide()