Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm/
Dtarget_arm.cc461 int offset_1 = lir->operands[0]; in BuildInsnString() local
465 ~3) + (offset_1 << 21 >> 9) + (offset_2 << 1)) & in BuildInsnString()
/art/compiler/dex/quick/mips/
Dtarget_mips.cc426 int offset_1 = lir->operands[0]; in BuildInsnString() local
430 (offset_1 << 21 >> 9) + (offset_2 << 1)) & 0xfffffffc; in BuildInsnString()