Home
last modified time | relevance | path

Searched refs:VEX_PRID_COMP_CAVIUM (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex.h210 #define VEX_PRID_COMP_CAVIUM 0x000D0000 macro
/external/valgrind/VEX/priv/
Dmain_main.c1705 if (VEX_MIPS_COMP_ID(hwcaps) == VEX_PRID_COMP_CAVIUM) { in show_hwcaps_mips32()
Dguest_mips_toIR.c14452 if (VEX_MIPS_COMP_ID(archinfo->hwcaps) == VEX_PRID_COMP_CAVIUM) { in disInstr_MIPS_WRK()
15127 == VEX_PRID_COMP_CAVIUM)) { in disInstr_MIPS_WRK()
15294 if (VEX_MIPS_COMP_ID(archinfo->hwcaps) == VEX_PRID_COMP_CAVIUM) { in disInstr_MIPS_WRK()
17087 if (VEX_MIPS_COMP_ID(archinfo->hwcaps) == VEX_PRID_COMP_CAVIUM) { in disInstr_MIPS_WRK()
17106 if (VEX_MIPS_COMP_ID(archinfo->hwcaps) == VEX_PRID_COMP_CAVIUM) { in disInstr_MIPS_WRK()
17127 if (VEX_MIPS_COMP_ID(archinfo->hwcaps) == VEX_PRID_COMP_CAVIUM) { in disInstr_MIPS_WRK()
17146 if (VEX_MIPS_COMP_ID(archinfo->hwcaps) == VEX_PRID_COMP_CAVIUM) { in disInstr_MIPS_WRK()
/external/valgrind/coregrind/
Dm_machine.c755 return VEX_PRID_COMP_CAVIUM; in VG_()