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.inc723 REQUIRE_VSX(ctx);
780 REQUIRE_VSX(ctx);
826 REQUIRE_VSX(ctx);
842 REQUIRE_VSX(ctx);
1130 REQUIRE_VSX(ctx);
1192 REQUIRE_VSX(ctx);
1207 REQUIRE_VSX(ctx);
1305 REQUIRE_VSX(ctx);
1320 REQUIRE_VSX(ctx);
1335 REQUIRE_VSX(ctx);
[all …]
H A Dvmx-impl.c.inc834 REQUIRE_VSX(ctx);
887 REQUIRE_VSX(ctx);
/openbmc/qemu/target/ppc/
H A Dtranslate.c6311 #define REQUIRE_VSX(CTX) \ macro