Searched refs:kMipsDeltaLo (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | assemble_mips.cc | 541 ENCODING_MAP(kMipsDeltaLo, 0x34000000, 630 LIR* delta_lo = RawLIR(dalvik_offset, kMipsDeltaLo, rAT, 0, WrapPointer(anchor), 0, 0, in ConvertShortToLongBranch() 693 LIR *new_delta_lo = RawLIR(lir->dalvik_offset, kMipsDeltaLo, lir->operands[0], 0, in AssembleInstructions() 708 } else if (lir->opcode == kMipsDeltaLo) { in AssembleInstructions()
|
D | mips_lir.h | 680 kMipsDeltaLo, // Pseudo for ori t, s, low16(<label>-<label>). enumerator
|