Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h788 static inline bool tb_fpu_enabled(int tb_flags) in tb_fpu_enabled() function
H A Dtranslate.c5653 dc->fpu_enabled = tb_fpu_enabled(dc->base.tb->flags); in TRANS()