Lines Matching refs:info

477   void CheckEmitPoolForInstruction(const ReferenceInfo* info,
480 int size = info->size;
489 if (info->pc_needs_aligning) from = AlignDown(from, 4);
490 int32_t min = from + info->min_offset;
491 int32_t max = from + info->max_offset;
493 info->size,
496 info->alignment);
500 info->size,
639 const ReferenceInfo* info;
640 bool can_encode = adr_info(cond, Best, rd, literal, &info);
642 CheckEmitPoolForInstruction(info, literal, &cond);
666 const ReferenceInfo* info;
667 bool can_encode = ldr_info(cond, Best, rt, literal, &info);
669 CheckEmitPoolForInstruction(info, literal, &cond);
691 const ReferenceInfo* info;
692 bool can_encode = ldrb_info(cond, rt, literal, &info);
694 CheckEmitPoolForInstruction(info, literal, &cond);
717 const ReferenceInfo* info;
718 bool can_encode = ldrd_info(cond, rt, rt2, literal, &info);
720 CheckEmitPoolForInstruction(info, literal, &cond);
744 const ReferenceInfo* info;
745 bool can_encode = ldrh_info(cond, rt, literal, &info);
747 CheckEmitPoolForInstruction(info, literal, &cond);
769 const ReferenceInfo* info;
770 bool can_encode = ldrsb_info(cond, rt, literal, &info);
772 CheckEmitPoolForInstruction(info, literal, &cond);
794 const ReferenceInfo* info;
795 bool can_encode = ldrsh_info(cond, rt, literal, &info);
797 CheckEmitPoolForInstruction(info, literal, &cond);
819 const ReferenceInfo* info;
820 bool can_encode = vldr_info(cond, dt, rd, literal, &info);
822 CheckEmitPoolForInstruction(info, literal, &cond);
852 const ReferenceInfo* info;
853 bool can_encode = vldr_info(cond, dt, rd, literal, &info);
855 CheckEmitPoolForInstruction(info, literal, &cond);
1472 const ReferenceInfo* info;
1473 bool can_encode = b_info(cond, size, label, &info);
1475 CheckEmitPoolForInstruction(info, label, &cond);
1622 const ReferenceInfo* info;
1623 bool can_encode = bl_info(cond, label, &info);
1625 CheckEmitPoolForInstruction(info, label, &cond);
1646 const ReferenceInfo* info;
1647 bool can_encode = blx_info(cond, label, &info);
1649 CheckEmitPoolForInstruction(info, label, &cond);
1719 const ReferenceInfo* info;
1720 bool can_encode = cbnz_info(rn, label, &info);
1722 CheckEmitPoolForInstruction(info, label);
1738 const ReferenceInfo* info;
1739 bool can_encode = cbz_info(rn, label, &info);
1741 CheckEmitPoolForInstruction(info, label);