Searched refs:tb_fpu_enabled (Results 1 – 2 of 2) sorted by relevance
/qemu/target/sparc/ | ||
H A D | cpu.h | 744 static inline bool tb_fpu_enabled(int tb_flags) in tb_fpu_enabled() function |
H A D | translate.c | 5682 dc->fpu_enabled = tb_fpu_enabled(dc->base.tb->flags); in TRANS() |