Home
last modified time | relevance | path

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

/qemu/linux-user/microblaze/
H A Dcpu_loop.c96 } else if (si_code & FSR_DZ) { in cpu_loop()
/qemu/target/microblaze/
H A Dcpu.h106 #define FSR_DZ (1<<3) /* Divide-by-zero */ macro
H A Dop_helper.c126 env->fsr |= FSR_DZ; in update_fpu_flags()