Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc22 tcg_gen_trunc_tl_i32(tmp, cpu_fpscr);
28 tcg_gen_shri_tl(cpu_crf[1], cpu_fpscr, 28);
535 tcg_gen_shri_tl(tmp, cpu_fpscr, shift);
539 tcg_gen_extu_tl_i64(tnew_fpscr, cpu_fpscr);
553 tcg_gen_extu_tl_i64(fpscr, cpu_fpscr);
697 tcg_gen_trunc_tl_i32(cpu_crf[1], cpu_fpscr);
717 tcg_gen_trunc_tl_i32(cpu_crf[1], cpu_fpscr);
753 tcg_gen_trunc_tl_i32(cpu_crf[1], cpu_fpscr);
782 tcg_gen_trunc_tl_i32(cpu_crf[1], cpu_fpscr);
/openbmc/qemu/target/sh4/
H A Dtranslate.c70 static TCGv cpu_pr, cpu_fpscr, cpu_fpul; variable
133 cpu_fpscr = tcg_global_mem_new_i32(tcg_env, in sh4_translate_init()
471 tcg_gen_xori_i32(cpu_fpscr, cpu_fpscr, FPSCR_FR); in _decode_opc()
476 tcg_gen_xori_i32(cpu_fpscr, cpu_fpscr, FPSCR_SZ); in _decode_opc()
481 tcg_gen_xori_i32(cpu_fpscr, cpu_fpscr, FPSCR_PR); in _decode_opc()
1457 tcg_gen_andi_i32(REG(B11_8), cpu_fpscr, 0x003fffff); in _decode_opc()
1464 tcg_gen_andi_i32(val, cpu_fpscr, 0x003fffff); in _decode_opc()
/openbmc/qemu/target/ppc/
H A Dtranslate.c81 static TCGv cpu_fpscr; variable
160 cpu_fpscr = tcg_global_mem_new(tcg_env, in ppc_translate_init()