Lines Matching defs:pc
1628 * discover that pc-relative displacements may not fit the selected
1653 CodeOffset pc;
1655 pc = lir->offset + 2 /* opcode + rel8 */;
1657 pc = lir->offset + 6 /* 2 byte opcode + rel32 */;
1660 delta = target - pc;
1685 CodeOffset pc = lir->offset + 6 /* 2 byte opcode + rel32 */;
1687 int delta = target - pc;
1701 CodeOffset pc;
1702 pc = lir->offset + 2; // opcode + rel8
1704 int delta = target - pc;
1713 CodeOffset pc;
1715 pc = lir->offset + 2 /* opcode + rel8 */;
1717 pc = lir->offset + 5 /* opcode + rel32 */;
1720 delta = target - pc;
1744 CodeOffset pc = lir->offset + 5 /* opcode + rel32 */;
1746 int delta = target - pc;
1784 * If one of the pc-relative instructions expanded we'll have
2024 LOG(WARNING) << "PC-relative addressing base promoted but unused in "