Home
last modified time | relevance | path

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

/openbmc/qemu/target/alpha/
H A Dfpu_helper.c105 fp_exc_raise1(env, GETPC(), exc, regno, EXC_M_SWC); in helper_fp_exc_raise_s()
156 arith_excp(env, GETPC(), EXC_M_INV | EXC_M_SWC, 0); in helper_ieee_input_s()
H A Dcpu.h351 EXC_M_SWC = 1, /* Software completion */ enumerator