Home
last modified time | relevance | path

Searched refs:TT_TOVF (Results 1 – 5 of 5) sorted by relevance

/qemu/target/sparc/
H A Dhelper.c164 cpu_raise_exception_ra(env, TT_TOVF, GETPC()); in helper_taddcctv()
200 cpu_raise_exception_ra(env, TT_TOVF, GETPC()); in helper_tsubcctv()
H A Dint32_helper.c38 [TT_TOVF] = "Tag Overflow",
H A Dcpu.h65 #define TT_TOVF 0x0a macro
82 #define TT_TOVF 0x23 macro
H A Dint64_helper.c38 [TT_TOVF] = "Tag Overflow",
/qemu/linux-user/sparc/
H A Dcpu_loop.c324 case TT_TOVF: in cpu_loop()