Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/pub/
Dlibvex.h100 #define VEX_HWCAPS_PPC32_ISA2_07 (1<<19) /* ISA 2.07 -- e.g., mtvsrd */ macro
/external/valgrind/main/VEX/priv/
Dmain_main.c1357 const UInt ISA2_07 = VEX_HWCAPS_PPC32_ISA2_07; in show_hwcaps_ppc32()
Dhost_ppc_isel.c5916 | VEX_HWCAPS_PPC32_DFP | VEX_HWCAPS_PPC32_ISA2_07; in iselSB_PPC()
Dguest_ppc_toIR.c18523 allow_isa_2_07 = (0 != (hwcaps & VEX_HWCAPS_PPC32_ISA2_07)); in disInstr_PPC_WRK()
19963 | VEX_HWCAPS_PPC32_DFP | VEX_HWCAPS_PPC32_ISA2_07; in disInstr_PPC()
/external/valgrind/main/coregrind/
Dm_machine.c1058 if (have_isa_2_07) vai.hwcaps |= VEX_HWCAPS_PPC32_ISA2_07; in VG_()