Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc512 if (unlikely(!ctx->vsx_enabled)) {
531 if (unlikely(!ctx->vsx_enabled)) {
558 if (unlikely(!ctx->vsx_enabled)) {
593 if (unlikely(!ctx->vsx_enabled)) { \
640 if (unlikely(!ctx->vsx_enabled)) { \
861 if (unlikely(!ctx->vsx_enabled)) { \
873 if (unlikely(!ctx->vsx_enabled)) { \
887 if (unlikely(!ctx->vsx_enabled)) { \
902 if (unlikely(!ctx->vsx_enabled)) { \
916 if (unlikely(!ctx->vsx_enabled)) { \
[all …]
/openbmc/qemu/target/ppc/
H A Dtranslate.c188 bool vsx_enabled; member
5617 if (unlikely(!(CTX)->vsx_enabled)) { \
6505 ctx->vsx_enabled = (hflags >> HFLAGS_VSX) & 1; in ppc_tr_init_disas_context()