Lines Matching refs:target

66   const llvm::Target *target =
70 * If we fail to get the target then we haven't registered it. The
78 if (!target) {
84 target = llvm::TargetRegistry::lookupTarget(triple.getTriple(), Status);
88 assert(target);
151 m_reg_info.reset(target->createMCRegInfo(triple.getTriple()));
154 m_insn_info.reset(target->createMCInstrInfo());
159 target->createMCAsmInfo(*m_reg_info, triple.getTriple(), MCOptions));
161 target->createMCSubtargetInfo(triple.getTriple(), cpu, features));
168 m_disasm.reset(target->createMCDisassembler(*m_subtype_info, *m_context));
887 {"J", &EmulateInstructionMIPS64::Emulate_J, "J target"},
888 {"JAL", &EmulateInstructionMIPS64::Emulate_JAL, "JAL target"},
889 {"JALX", &EmulateInstructionMIPS64::Emulate_JAL, "JALX target"},
890 {"JALR", &EmulateInstructionMIPS64::Emulate_JALR, "JALR target"},
891 {"JALR64", &EmulateInstructionMIPS64::Emulate_JALR, "JALR target"},
892 {"JALR_HB", &EmulateInstructionMIPS64::Emulate_JALR, "JALR.HB target"},
897 {"JR", &EmulateInstructionMIPS64::Emulate_JR, "JR target"},
898 {"JR64", &EmulateInstructionMIPS64::Emulate_JR, "JR target"},
899 {"JR_HB", &EmulateInstructionMIPS64::Emulate_JR, "JR.HB target"},
1345 int64_t offset, pc, rs_val, rt_val, target = 0;
1369 target = pc + offset;
1371 target = pc + 8;
1375 target = pc + offset;
1377 target = pc + 8;
1385 target);
1396 int64_t offset, pc, target = 0;
1414 target = pc + offset;
1416 target = pc + 8;
1420 target = pc + offset;
1422 target = pc + 8;
1428 target))
1440 int64_t offset, pc, target;
1454 target = pc + offset;
1459 target))
1471 int64_t offset, pc, target;
1485 target = pc + offset;
1490 target))
1507 int64_t offset, pc, rs_val, target = 0;
1524 target = pc + offset;
1526 target = pc + 4;
1529 target = pc + offset;
1531 target = pc + 4;
1534 target = pc + offset;
1536 target = pc + 4;
1539 target = pc + offset;
1541 target = pc + 4;
1544 target = pc + offset;
1546 target = pc + 4;
1549 target = pc + offset;
1551 target = pc + 4;
1557 target))
1575 int64_t offset, pc, rs_val, target = 0;
1593 target = pc + offset;
1595 target = pc + 8;
1599 target = pc + offset;
1601 target = pc + 8;
1605 target = pc + offset;
1607 target = pc + 8;
1611 target = pc + offset;
1613 target = pc + 8;
1621 target);
1626 int64_t offset, pc, target;
1639 target = pc + offset;
1644 target);
1660 int64_t offset, pc, rs_val, rt_val, target = 0;
1684 target = pc + offset;
1686 target = pc + 4;
1689 target = pc + offset;
1691 target = pc + 4;
1694 target = pc + offset;
1696 target = pc + 4;
1699 target = pc + offset;
1701 target = pc + 4;
1704 target = pc + offset;
1706 target = pc + 4;
1709 target = pc + offset;
1711 target = pc + 4;
1714 target = pc + offset;
1716 target = pc + 4;
1719 target = pc + offset;
1721 target = pc + 4;
1729 target);
1739 int64_t offset, pc, target = 0;
1758 target = pc + offset;
1760 target = pc + 4;
1763 target = pc + offset;
1765 target = pc + 4;
1768 target = pc + offset;
1770 target = pc + 4;
1773 target = pc + offset;
1775 target = pc + 4;
1778 target = pc + offset;
1780 target = pc + 4;
1783 target = pc + offset;
1785 target = pc + 4;
1793 target);
1822 uint64_t offset, target, pc;
1836 target = (pc & 0xFFFFFFFFF0000000ULL) | offset;
1841 target))
1889 int64_t target, offset, pc, rt_val;
1909 target = rt_val + offset;
1914 target))
1927 int64_t target, offset, rt_val;
1942 target = rt_val + offset;
1947 target);
1980 int64_t pc, offset, target = 0;
2007 target = pc + offset;
2009 target = pc + 8;
2012 target = pc + offset;
2014 target = pc + 8;
2020 target);
2027 int64_t target, pc, offset;
2049 target = pc + 4 + offset;
2051 target = pc + 8;
2056 target);
2063 int64_t target, pc, offset;
2085 target = pc + 4 + offset;
2087 target = pc + 8;
2092 target);
2105 int64_t pc, offset, target = 0;
2126 target = pc + offset;
2128 target = pc + 8;
2132 target = pc + offset;
2134 target = pc + 8;
2138 target = pc + offset;
2140 target = pc + 8;
2144 target = pc + offset;
2146 target = pc + 8;
2152 target);
2191 int64_t target = 0;
2236 target = pc + offset;
2238 target = pc + 8;
2244 target);
2258 int64_t target = 0;
2279 target = pc + offset;
2281 target = pc + 8;
2287 target);