Home
last modified time | relevance | path

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

/openbmc/qemu/target/alpha/
H A Dfpu_helper.c62 hw_exc |= CONVERT_BIT(exc, FPCR_INV, EXC_M_INV); in fp_exc_raise1()
119 arith_excp(env, GETPC(), EXC_M_INV, 0); in helper_ieee_input()
124 arith_excp(env, GETPC(), EXC_M_INV, 0); in helper_ieee_input()
137 arith_excp(env, GETPC(), EXC_M_INV, 0); in helper_ieee_input_cmp()
142 arith_excp(env, GETPC(), EXC_M_INV, 0); in helper_ieee_input_cmp()
156 arith_excp(env, GETPC(), EXC_M_INV | EXC_M_SWC, 0); in helper_ieee_input_s()
H A Dcpu.h359 EXC_M_INV = 2, /* Invalid operation */ enumerator