Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc42 REQUIRE_VSX(ctx);
65 REQUIRE_VSX(ctx);
84 REQUIRE_VSX(ctx);
118 REQUIRE_VSX(ctx);
137 REQUIRE_VSX(ctx);
189 REQUIRE_VSX(ctx);
212 REQUIRE_VSX(ctx);
230 REQUIRE_VSX(ctx);
295 REQUIRE_VSX(ctx);
316 REQUIRE_VSX(ctx);
[all …]
H A Dvmx-impl.c.inc815 REQUIRE_VSX(ctx);
868 REQUIRE_VSX(ctx);
/openbmc/qemu/target/ppc/
H A Dtranslate.c5615 #define REQUIRE_VSX(CTX) \ macro