Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c18878 Bool allow_VX = False; // Equates to "supports Power ISA 2.06 in disInstr_PPC_WRK() local
18890 allow_VX = (0 != (hwcaps & VEX_HWCAPS_PPC64_VX)); in disInstr_PPC_WRK()
18898 allow_VX = (0 != (hwcaps & VEX_HWCAPS_PPC32_VX)); in disInstr_PPC_WRK()
19173 if (!allow_VX) in disInstr_PPC_WRK()
19196 if (!allow_VX) in disInstr_PPC_WRK()
19367 if (!allow_VX) goto decode_noVX; in disInstr_PPC_WRK()
19529 if (!allow_VX) goto decode_noVX; in disInstr_PPC_WRK()
19662 if (!allow_VX) goto decode_noVX; in disInstr_PPC_WRK()
19675 if (!allow_VX) goto decode_noVX; in disInstr_PPC_WRK()
20251 vassert(!allow_VX); in disInstr_PPC_WRK()