Searched refs:kMipsDeltaHi (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | assemble_mips.cc | 537 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()
|
D | mips_lir.h | 679 kMipsDeltaHi, // Pseudo for lui t, high16(<label>-<label>). enumerator
|