Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips.cc1721 uint32_t addr32 = dchecked_integral_cast<uint32_t>(address); in PatchJitRootUse() local
1731 addr32 += (addr32 & 0x8000) << 1; // Account for sign extension in "lw reg, reg, addr32_low". in PatchJitRootUse()
1733 code[literal_offset + 0] = static_cast<uint8_t>(addr32 >> 16); in PatchJitRootUse()
1734 code[literal_offset + 1] = static_cast<uint8_t>(addr32 >> 24); in PatchJitRootUse()
1736 code[literal_offset + 4] = static_cast<uint8_t>(addr32 >> 0); in PatchJitRootUse()
1737 code[literal_offset + 5] = static_cast<uint8_t>(addr32 >> 8); in PatchJitRootUse()