Home
last modified time | relevance | path

Searched refs:CRF_EQ (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/tcg/ppc64/
H A Dbcdsub.c8 #define CRF_EQ (1 << 1) macro
66 0, 0x0, 0xc, CRF_EQ); in test_bcdsub_eq()
69 1, 0x0, 0xf, CRF_EQ); in test_bcdsub_eq()
/openbmc/qemu/target/ppc/translate/
H A Dstorage-ctrl-impl.c.inc146 tcg_gen_ori_i32(cpu_crf[0], cpu_crf[0], CRF_EQ);
H A Dvmx-impl.c.inc1341 tcg_gen_movi_i32(cpu_crf[a->bf], CRF_EQ);
/openbmc/qemu/target/ppc/
H A Dint_helper.c2269 return CRF_EQ; in bcd_cmp_zero()
2379 cr = CRF_EQ; in helper_bcdadd()
2390 cr |= CRF_EQ; in helper_bcdadd()
2606 cr = CRF_EQ; in helper_bcdcfsq()
2913 return ox_flag | CRF_EQ; in helper_bcdutrunc()
H A Dfpu_helper.c2189 cc = CRF_EQ; in helper_xscmpexpdp()
2218 cc = CRF_EQ; in helper_xscmpexpqp()
2242 cc = CRF_EQ; in do_scalar_cmp()
2307 cc = CRF_EQ; in do_scalar_cmpq()
H A Dcpu.h1703 #define CRF_EQ (1 << CRF_EQ_BIT) macro
H A Dtranslate.c1594 tcg_gen_movi_tl(t0, CRF_EQ); in gen_op_cmp()