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);
475 tcg_gen_shri_tl(tmp, cpu_fpscr, shift);
479 tcg_gen_extu_tl_i64(tnew_fpscr, cpu_fpscr);
493 tcg_gen_extu_tl_i64(fpscr, cpu_fpscr);
637 tcg_gen_trunc_tl_i32(cpu_crf[1], cpu_fpscr);
657 tcg_gen_trunc_tl_i32(cpu_crf[1], cpu_fpscr);
693 tcg_gen_trunc_tl_i32(cpu_crf[1], cpu_fpscr);
722 tcg_gen_trunc_tl_i32(cpu_crf[1], cpu_fpscr);
/openbmc/qemu/target/sh4/
H A Dtranslate.c69 static TCGv cpu_pr, cpu_fpscr, cpu_fpul; variable
132 cpu_fpscr = tcg_global_mem_new_i32(tcg_env, in sh4_translate_init()
469 tcg_gen_xori_i32(cpu_fpscr, cpu_fpscr, FPSCR_FR); in _decode_opc()
474 tcg_gen_xori_i32(cpu_fpscr, cpu_fpscr, FPSCR_SZ); in _decode_opc()
479 tcg_gen_xori_i32(cpu_fpscr, cpu_fpscr, FPSCR_PR); in _decode_opc()
1466 tcg_gen_andi_i32(REG(B11_8), cpu_fpscr, 0x003fffff); in _decode_opc()
1473 tcg_gen_andi_i32(val, cpu_fpscr, 0x003fffff); in _decode_opc()
/openbmc/qemu/target/ppc/
H A Dtranslate.c80 static TCGv cpu_fpscr; variable
159 cpu_fpscr = tcg_global_mem_new(tcg_env, in ppc_translate_init()