Lines Matching refs:target

493                          lir->target);  in ConvertShortToLongBranch()
497 lir->target); in ConvertShortToLongBranch()
543 int offset2 = tab_rec ? tab_rec->offset : lir->target->offset; in AssembleInstructions()
553 lir->operands[3], 0, lir->target); in AssembleInstructions()
558 lir->operands[3], 0, lir->target); in AssembleInstructions()
570 int offset2 = tab_rec ? tab_rec->offset : lir->target->offset; in AssembleInstructions()
576 int offset2 = tab_rec ? tab_rec->offset : lir->target->offset; in AssembleInstructions()
580 LIR *target_lir = lir->target; in AssembleInstructions()
582 CodeOffset target = target_lir->offset; in AssembleInstructions() local
583 int delta = target - pc; in AssembleInstructions()
594 LIR *target_lir = lir->target; in AssembleInstructions()
596 CodeOffset target = target_lir->offset; in AssembleInstructions() local
597 int delta = target - pc; in AssembleInstructions()
608 LIR *target_lir = lir->target; in AssembleInstructions()
610 CodeOffset target = target_lir->offset; in AssembleInstructions() local
611 int delta = target - pc; in AssembleInstructions()
623 CodeOffset target = lir->operands[0]; in AssembleInstructions() local
625 DCHECK_EQ((cur_pc & 0xF0000000), (target & 0xF0000000)); in AssembleInstructions()
626 if (target & 0x3) { in AssembleInstructions()
627 LOG(FATAL) << "Jump target not multiple of 4: " << target; in AssembleInstructions()
629 lir->operands[0] = target >> 2; in AssembleInstructions()
631 LIR *target_lir = lir->target; in AssembleInstructions()
632 CodeOffset target = start_addr + target_lir->offset; in AssembleInstructions() local
633 lir->operands[1] = target >> 16; in AssembleInstructions()
635 LIR *target_lir = lir->target; in AssembleInstructions()
636 CodeOffset target = start_addr + target_lir->offset; in AssembleInstructions() local
637 lir->operands[2] = lir->operands[2] + target; in AssembleInstructions()