Home
last modified time | relevance | path

Searched refs:VEX_HWCAPS_PPC32_ISA2_07 (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex.h110 #define VEX_HWCAPS_PPC32_ISA2_07 (1<<19) /* ISA 2.07 -- e.g., mtvsrd */ macro
/external/valgrind/VEX/priv/
Dmain_main.c1599 { VEX_HWCAPS_PPC32_ISA2_07, "ISA2_07" }, in show_hwcaps_ppc32()
1905 if ((hwcaps & VEX_HWCAPS_PPC32_ISA2_07) != 0) { in check_hwcaps()
Dhost_ppc_isel.c6846 | VEX_HWCAPS_PPC32_DFP | VEX_HWCAPS_PPC32_ISA2_07; in iselSB_PPC()
Dguest_ppc_toIR.c27781 allow_isa_2_07 = (0 != (hwcaps & VEX_HWCAPS_PPC32_ISA2_07)); in disInstr_PPC_WRK()
29513 | VEX_HWCAPS_PPC32_DFP | VEX_HWCAPS_PPC32_ISA2_07; in disInstr_PPC()
/external/valgrind/coregrind/
Dm_machine.c1219 if (have_isa_2_07) vai.hwcaps |= VEX_HWCAPS_PPC32_ISA2_07; in VG_()