Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dspe-impl.c.inc13 if (unlikely(!ctx->spe_enabled)) {
61 if (unlikely(!ctx->spe_enabled)) { \
85 if (unlikely(!ctx->spe_enabled)) { \
109 if (unlikely(!ctx->spe_enabled)) { \
141 if (unlikely(!ctx->spe_enabled)) { \
216 if (unlikely(!ctx->spe_enabled)) {
235 if (unlikely(!ctx->spe_enabled)) { \
256 if (unlikely(!ctx->spe_enabled)) { \
303 if (unlikely(!ctx->spe_enabled)) {
312 if (unlikely(!ctx->spe_enabled)) {
[all …]
/openbmc/qemu/target/ppc/
H A Dtranslate.c189 bool spe_enabled; member
6503 ctx->spe_enabled = (hflags >> HFLAGS_SPE) & 1; in ppc_tr_init_disas_context()