Home
last modified time | relevance | path

Searched refs:traps (Results 1 – 6 of 6) sorted by relevance

/qemu/libdecnumber/
H A DdecContext.c98 context->traps=DEC_Errors; /* all but informational */ in decContextDefault()
113 context->traps=0; /* no traps set */ in decContextDefault()
124 context->traps=0; /* no traps set */ in decContextDefault()
135 context->traps=0; /* no traps set */ in decContextDefault()
242 if (status & context->traps) raise(SIGFPE); in decContextSetStatus()
H A DdecNumber.c3347 workset.traps=0; /* no traps */ in decNumberToIntegralExact()
3359 workset.traps=0; /* no traps */ in decNumberToIntegralValue()
/qemu/tests/tcg/riscv64/
H A Dissue1060.S21 # When an instruction traps, compare it to the insn in memory.
/qemu/include/libdecnumber/
H A DdecContext.h86 uint32_t traps; /* trap-enabler flags */ member
/qemu/docs/devel/
H A Duefi-vars.rst33 configures the shared buffer location and size, and traps to the host
/qemu/target/sparc/
H A Dinsns.decode267 # was ignored and did not produce traps.