Searched refs:CRF_EQ (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/tcg/ppc64/ |
H A D | bcdsub.c | 8 #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 D | storage-ctrl-impl.c.inc | 146 tcg_gen_ori_i32(cpu_crf[0], cpu_crf[0], CRF_EQ);
|
H A D | vmx-impl.c.inc | 1341 tcg_gen_movi_i32(cpu_crf[a->bf], CRF_EQ);
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 2269 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 D | fpu_helper.c | 2189 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 D | cpu.h | 1703 #define CRF_EQ (1 << CRF_EQ_BIT) macro
|
H A D | translate.c | 1594 tcg_gen_movi_tl(t0, CRF_EQ); in gen_op_cmp()
|