Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dassemble_mips.cc537 ENCODING_MAP(kMipsDeltaHi, 0x3C000000,
626 LIR* delta_hi = RawLIR(dalvik_offset, kMipsDeltaHi, rAT, 0, WrapPointer(anchor), 0, 0, in ConvertShortToLongBranch()
690 LIR *new_delta_hi = RawLIR(lir->dalvik_offset, kMipsDeltaHi, lir->operands[0], 0, in AssembleInstructions()
714 } else if (lir->opcode == kMipsDeltaHi) { in AssembleInstructions()
Dmips_lir.h679 kMipsDeltaHi, // Pseudo for lui t, high16(<label>-<label>). enumerator