Home
last modified time | relevance | path

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

/qemu/linux-user/microblaze/
H A Dcpu_loop.c78 case ESR_EC_DIVZERO: in cpu_loop()
/qemu/target/microblaze/
H A Dcpu.h94 #define ESR_EC_DIVZERO 5 macro
H A Dop_helper.c82 env->esr = ESR_EC_DIVZERO; in check_divz()