Searched refs:kMipsDeltaHi (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | assemble_mips.cc | 401 ENCODING_MAP(kMipsDeltaHi, 0x3C000000, 492 LIR* delta_hi = RawLIR(dalvik_offset, kMipsDeltaHi, rAT, 0, WrapPointer(anchor), 0, 0, in ConvertShortToLongBranch() 551 RawLIR(lir->dalvik_offset, kMipsDeltaHi, in AssembleInstructions() 573 } else if (lir->opcode == kMipsDeltaHi) { in AssembleInstructions()
|
D | mips_lir.h | 477 kMipsDeltaHi, // Pseudo for lui t, high16(<label>-<label>). enumerator
|