Home
last modified time | relevance | path

Searched refs:CRF_GT (Results 1 – 6 of 6) sorted by relevance

/qemu/tests/tcg/ppc64/
H A Dbcdsub.c7 #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()
/qemu/target/ppc/
H A Dint_helper.c164 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 Dfpu_helper.c2284 cc = CRF_GT; in helper_xscmpexpdp()
2313 cc = CRF_GT; in helper_xscmpexpqp()
2342 cc = CRF_GT; in do_scalar_cmp()
2407 cc = CRF_GT; in do_scalar_cmpq()
H A Dcpu.h1681 #define CRF_GT (1 << CRF_GT_BIT) macro
H A Dtranslate.c1521 tcg_gen_movi_tl(t1, CRF_GT); in gen_op_cmp()
/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc1418 tcg_gen_movi_i32(cpu_crf[a->bf], CRF_GT);