Searched refs:CRF_GT (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/tcg/ppc64/ |
H A D | bcdsub.c | 7 #define CRF_GT (1 << 2) macro 81 0x0, 0xc, (CRF_GT | CRF_SO)); in test_bcdsub_gt() 83 0x0, 0xf, (CRF_GT | CRF_SO)); in test_bcdsub_gt() 86 0x9999999999999999, 0x999999999999999c, CRF_GT); in test_bcdsub_gt() 88 0x9999999999999999, 0x999999999999999f, CRF_GT); in test_bcdsub_gt()
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 164 return hasvalue(rb, ra) ? CRF_GT : 0; in helper_CMPEQB() 2271 return (bcd_get_sgn(bcd) == 1) ? CRF_GT : CRF_LT; in bcd_cmp_zero() 2366 cr = (sgna > 0) ? CRF_GT : CRF_LT; in helper_bcdadd() 2372 cr = (sgna > 0) ? CRF_GT : CRF_LT; in helper_bcdadd() 2376 cr = (sgnb > 0) ? CRF_GT : CRF_LT; in helper_bcdadd() 2608 cr = CRF_GT; in helper_bcdcfsq() 2916 return ox_flag | CRF_GT; in helper_bcdutrunc()
|
H A D | fpu_helper.c | 2187 cc = CRF_GT; in helper_xscmpexpdp() 2216 cc = CRF_GT; in helper_xscmpexpqp() 2245 cc = CRF_GT; in do_scalar_cmp() 2310 cc = CRF_GT; in do_scalar_cmpq()
|
H A D | cpu.h | 1702 #define CRF_GT (1 << CRF_GT_BIT) macro
|
H A D | translate.c | 1598 tcg_gen_movi_tl(t1, CRF_GT); in gen_op_cmp()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 1345 tcg_gen_movi_i32(cpu_crf[a->bf], CRF_GT);
|