Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm/
Dassemble_arm.cc1530 LIR *new_mov16H = in AssembleLIR() local
1533 new_mov16H->flags.size = EncodingMap[new_mov16H->opcode].size; in AssembleLIR()
1534 new_mov16H->flags.fixup = kFixupMovImmHST; in AssembleLIR()
1535 new_mov16H->offset = lir->offset; in AssembleLIR()
1537 InsertLIRBefore(lir, new_mov16H); in AssembleLIR()
1538 lir->offset += new_mov16H->flags.size; in AssembleLIR()
1539 offset_adjustment += new_mov16H->flags.size; in AssembleLIR()
1540 InsertFixupBefore(prev_lir, lir, new_mov16H); in AssembleLIR()
1541 prev_lir = new_mov16H; // Now we've got a new prev. in AssembleLIR()