Home
last modified time | relevance | path

Searched defs:not_bit_b (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/quick/arm/
Dutility_arm.cc34 int32_t not_bit_b = (value & 0x40000000) >> 30; in EncodeImmSingle() local
59 int32_t not_bit_b = (value & INT64_C(0x4000000000000000)) >> 62; in EncodeImmDouble() local