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.c19019 Bool allow_VX = False; // Equates to "supports Power ISA 2.06 in disInstr_PPC_WRK() local
19031 allow_VX = (0 != (hwcaps & VEX_HWCAPS_PPC64_VX)); in disInstr_PPC_WRK()
19039 allow_VX = (0 != (hwcaps & VEX_HWCAPS_PPC32_VX)); in disInstr_PPC_WRK()
19314 if (!allow_VX) in disInstr_PPC_WRK()
19338 if (!allow_VX) in disInstr_PPC_WRK()
19509 if (!allow_VX) goto decode_noVX; in disInstr_PPC_WRK()
19671 if (!allow_VX) goto decode_noVX; in disInstr_PPC_WRK()
19805 if (!allow_VX) goto decode_noVX; in disInstr_PPC_WRK()
19818 if (!allow_VX) goto decode_noVX; in disInstr_PPC_WRK()
20394 vassert(!allow_VX); in disInstr_PPC_WRK()