Searched defs:texcp (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 117 milliseconds