Home
last modified time | relevance | path

Searched refs:fpu_enabled (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc106 if (unlikely(!ctx->fpu_enabled)) { \
284 if (unlikely(!ctx->fpu_enabled)) {
304 if (unlikely(!ctx->fpu_enabled)) {
325 if (unlikely(!ctx->fpu_enabled)) {
344 if (unlikely(!ctx->fpu_enabled)) {
362 if (unlikely(!ctx->fpu_enabled)) {
382 if (unlikely(!ctx->fpu_enabled)) {
403 if (unlikely(!ctx->fpu_enabled)) {
424 if (unlikely(!ctx->fpu_enabled)) {
443 if (unlikely(!ctx->fpu_enabled)) {
[all …]
H A Dvsx-impl.c.inc412 if (unlikely(!ctx->fpu_enabled)) {
432 if (unlikely(!ctx->fpu_enabled)) {
452 if (unlikely(!ctx->fpu_enabled)) {
474 if (unlikely(!ctx->fpu_enabled)) {
493 if (unlikely(!ctx->fpu_enabled)) {
/openbmc/qemu/target/ppc/
H A Dtranslate.c187 bool fpu_enabled; member
5650 if (unlikely(!(ctx)->fpu_enabled)) { \
6527 ctx->fpu_enabled = (hflags >> HFLAGS_FP) & 1; in ppc_tr_init_disas_context()
/openbmc/qemu/target/sparc/
H A Dtranslate.c177 bool fpu_enabled; member
1481 if (!dc->fpu_enabled) { in gen_trap_ifnofpu()
5693 dc->fpu_enabled = tb_fpu_enabled(dc->base.tb->flags); in TRANS()