Searched refs:CRF_LT (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/tcg/ppc64/ |
H A D | bcdsub.c | 6 #define CRF_LT (1 << 3) macro 99 TEST(0x0, 0xc, 0x0, 0x1c, 0, 0x0, 0x1d, CRF_LT); in test_bcdsub_lt() 100 TEST(0x0, 0xc, 0x0, 0x1c, 1, 0x0, 0x1d, CRF_LT); in test_bcdsub_lt() 104 0x0, 0xd, (CRF_LT | CRF_SO)); in test_bcdsub_lt() 106 0x0, 0xd, (CRF_LT | CRF_SO)); in test_bcdsub_lt()
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 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() 2599 cr = CRF_LT; in helper_bcdcfsq()
|
H A D | fpu_helper.c | 2185 cc = CRF_LT; in helper_xscmpexpdp() 2214 cc = CRF_LT; in helper_xscmpexpqp() 2239 cc = CRF_LT; in do_scalar_cmp() 2304 cc = CRF_LT; in do_scalar_cmpq()
|
H A D | cpu.h | 1701 #define CRF_LT (1 << CRF_LT_BIT) macro
|
H A D | translate.c | 1595 tcg_gen_movi_tl(t1, CRF_LT); in gen_op_cmp()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 1349 tcg_gen_movi_i32(cpu_crf[a->bf], CRF_LT);
|