Searched defs:terr (Results 1 - 1 of 1) sorted by path

/external/qemu/target-mips/
H A Dtranslate.c798 TCGv_i32 terr = tcg_const_i32(err); local
800 gen_helper_raise_exception_err(cpu_env, texcp, terr);
801 tcg_temp_free_i32(terr);

Completed in 271 milliseconds