Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c18876 Bool allow_FX = False; in disInstr_PPC_WRK() local
18888 allow_FX = (0 != (hwcaps & VEX_HWCAPS_PPC64_FX)); in disInstr_PPC_WRK()
18896 allow_FX = (0 != (hwcaps & VEX_HWCAPS_PPC32_FX)); in disInstr_PPC_WRK()
19256 if (!allow_FX) goto decode_noFX; in disInstr_PPC_WRK()
19437 if (!allow_FX) goto decode_noFX; in disInstr_PPC_WRK()
19539 if ((allow_F && allow_V && allow_FX && allow_GX) && in disInstr_PPC_WRK()
20258 vassert(!allow_FX); in disInstr_PPC_WRK()