Searched refs:VEX_MIPS_COMP_ID (Results 1 – 6 of 6) sorted by relevance
239 #define VEX_MIPS_COMP_ID(x) ((x) & 0x00FF0000) macro250 #define VEX_MIPS_PROC_DSP2(x) ((VEX_MIPS_COMP_ID(x) == VEX_PRID_COMP_MIPS) && \254 ((VEX_MIPS_COMP_ID(x) == VEX_PRID_COMP_MIPS) && \
1734 if (VEX_MIPS_COMP_ID(hwcaps) == VEX_PRID_COMP_MIPS) { in show_hwcaps_mips32()1747 if (VEX_MIPS_COMP_ID(hwcaps) == VEX_PRID_COMP_BROADCOM) { in show_hwcaps_mips32()1752 if (VEX_MIPS_COMP_ID(hwcaps) == VEX_PRID_COMP_NETLOGIC) { in show_hwcaps_mips32()1757 if (VEX_MIPS_COMP_ID(hwcaps) == VEX_PRID_COMP_CAVIUM) { in show_hwcaps_mips32()1762 if (VEX_MIPS_COMP_ID(hwcaps) == VEX_PRID_COMP_INGENIC_E1) { in show_hwcaps_mips32()1767 if ((VEX_MIPS_COMP_ID(hwcaps) == VEX_PRID_COMP_LEGACY) && in show_hwcaps_mips32()1778 if (VEX_MIPS_COMP_ID(hwcaps) == VEX_PRID_COMP_NETLOGIC) { in show_hwcaps_mips64()1783 if (VEX_MIPS_COMP_ID(hwcaps) == VEX_PRID_COMP_CAVIUM) { in show_hwcaps_mips64()1788 if ((VEX_MIPS_COMP_ID(hwcaps) == VEX_PRID_COMP_LEGACY) && in show_hwcaps_mips64()1794 if (VEX_MIPS_COMP_ID(hwcaps) == VEX_PRID_COMP_MIPS) { in show_hwcaps_mips64()[all …]
4182 vassert(VEX_PRID_COMP_MIPS == VEX_MIPS_COMP_ID(hwcaps_host) in iselSB_MIPS()4183 || VEX_PRID_COMP_CAVIUM == VEX_MIPS_COMP_ID(hwcaps_host) in iselSB_MIPS()4184 || VEX_PRID_COMP_BROADCOM == VEX_MIPS_COMP_ID(hwcaps_host) in iselSB_MIPS()4185 || VEX_PRID_COMP_NETLOGIC == VEX_MIPS_COMP_ID(hwcaps_host) in iselSB_MIPS()4186 || VEX_PRID_COMP_INGENIC_E1 == VEX_MIPS_COMP_ID(hwcaps_host) in iselSB_MIPS()4187 || VEX_PRID_COMP_LEGACY == VEX_MIPS_COMP_ID(hwcaps_host)); in iselSB_MIPS()
14427 if (VEX_MIPS_COMP_ID(archinfo->hwcaps) == VEX_PRID_COMP_CAVIUM) { in disInstr_MIPS_WRK()15097 (VEX_MIPS_COMP_ID(archinfo->hwcaps) == VEX_PRID_COMP_BROADCOM)) { in disInstr_MIPS_WRK()15102 && VEX_MIPS_COMP_ID(archinfo->hwcaps) in disInstr_MIPS_WRK()15259 if (VEX_MIPS_COMP_ID(archinfo->hwcaps) == VEX_PRID_COMP_CAVIUM) { in disInstr_MIPS_WRK()15462 (VEX_MIPS_COMP_ID(archinfo->hwcaps) == VEX_PRID_COMP_BROADCOM)) { in disInstr_MIPS_WRK()17094 if (VEX_MIPS_COMP_ID(archinfo->hwcaps) == VEX_PRID_COMP_CAVIUM) { in disInstr_MIPS_WRK()17113 if (VEX_MIPS_COMP_ID(archinfo->hwcaps) == VEX_PRID_COMP_CAVIUM) { in disInstr_MIPS_WRK()17134 if (VEX_MIPS_COMP_ID(archinfo->hwcaps) == VEX_PRID_COMP_CAVIUM) { in disInstr_MIPS_WRK()17153 if (VEX_MIPS_COMP_ID(archinfo->hwcaps) == VEX_PRID_COMP_CAVIUM) { in disInstr_MIPS_WRK()
737 if (VEX_MIPS_COMP_ID(vai.hwcaps) == VEX_PRID_COMP_CAVIUM) { in VG_()747 switch VEX_MIPS_COMP_ID(vai.hwcaps) { in VG_()1724 if (VEX_PRID_COMP_MIPS == VEX_MIPS_COMP_ID(vai.hwcaps)) { in VG_()
1699 if (VEX_MIPS_COMP_ID(vex_archinfo.hwcaps) == VEX_PRID_COMP_CAVIUM) { in VG_()