Home
last modified time | relevance | path

Searched refs:TB_FLAG_FSR_QNE (Results 1 – 3 of 3) sorted by relevance

/qemu/target/sparc/
H A Dcpu.h741 #define TB_FLAG_FSR_QNE (1 << 8) macro
H A Dcpu.c748 flags |= TB_FLAG_FSR_QNE; in sparc_get_tb_cpu_state()
H A Dtranslate.c5689 dc->fsr_qne = (dc->base.tb->flags & TB_FLAG_FSR_QNE) != 0; in TRANS()