Searched refs:mxu_CR (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 610 static TCGv mxu_CR; variable 625 mxu_CR = tcg_global_mem_new(tcg_env, in mxu_translate_init() 660 tcg_gen_mov_tl(t, mxu_CR); in gen_load_mxu_cr() 666 tcg_gen_mov_tl(mxu_CR, t); in gen_store_mxu_cr() 1047 tcg_gen_andi_tl(rounding, mxu_CR, 0x2); in gen_mxu_d16mul() 1059 tcg_gen_andi_tl(bias, mxu_CR, 0x4); in gen_mxu_d16mul() 1172 tcg_gen_andi_tl(rounding, mxu_CR, 0x2); in gen_mxu_d16mac() 1184 tcg_gen_andi_tl(bias, mxu_CR, 0x4); in gen_mxu_d16mac()
|