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.inc56 if (unlikely(!ctx->vsx_enabled)) {
76 if (unlikely(!ctx->vsx_enabled)) {
113 if (unlikely(!ctx->vsx_enabled)) {
139 if (unlikely(!ctx->vsx_enabled)) {
196 if (unlikely(!ctx->vsx_enabled)) {
222 if (unlikely(!ctx->vsx_enabled)) {
297 if (unlikely(!ctx->vsx_enabled)) {
318 if (unlikely(!ctx->vsx_enabled)) {
353 if (unlikely(!ctx->vsx_enabled)) {
385 if (unlikely(!ctx->vsx_enabled)) {
[all …]
/openbmc/qemu/target/ppc/
H A Dtranslate.c187 bool vsx_enabled; member
6313 if (unlikely(!(CTX)->vsx_enabled)) { \
7348 ctx->vsx_enabled = (hflags >> HFLAGS_VSX) & 1; in ppc_tr_init_disas_context()