Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dassemble_mips.cc541 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()
Dmips_lir.h680 kMipsDeltaLo, // Pseudo for ori t, s, low16(<label>-<label>). enumerator