Searched refs:CRF_SO (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/tcg/ppc64/ |
H A D | bcdsub.c | 9 #define CRF_SO (1 << 0) macro 81 0x0, 0xc, (CRF_GT | CRF_SO)); in test_bcdsub_gt() 83 0x0, 0xf, (CRF_GT | CRF_SO)); in test_bcdsub_gt() 104 0x0, 0xd, (CRF_LT | CRF_SO)); in test_bcdsub_lt() 106 0x0, 0xd, (CRF_LT | CRF_SO)); in test_bcdsub_lt() 111 TEST(0x0, 0x1c, 0x0, 0xf00, 0, UNDEF, UNDEF, CRF_SO); in test_bcdsub_invalid() 112 TEST(0x0, 0x1c, 0x0, 0xf00, 1, UNDEF, UNDEF, CRF_SO); in test_bcdsub_invalid() 114 TEST(0x0, 0xf00, 0x0, 0x1c, 0, UNDEF, UNDEF, CRF_SO); in test_bcdsub_invalid() 115 TEST(0x0, 0xf00, 0x0, 0x1c, 1, UNDEF, UNDEF, CRF_SO); in test_bcdsub_invalid() 117 TEST(0x0, 0xbad, 0x0, 0xf00, 0, UNDEF, UNDEF, CRF_SO); in test_bcdsub_invalid() [all …]
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 2386 cr = CRF_SO; in helper_bcdadd() 2388 cr |= CRF_SO; in helper_bcdadd() 2440 cr = CRF_SO; in helper_bcdcfn() 2470 cr |= CRF_SO; in helper_bcdctn() 2474 cr = CRF_SO; in helper_bcdctn() 2518 cr = CRF_SO; in helper_bcdcfz() 2557 cr |= CRF_SO; in helper_bcdctz() 2561 cr = CRF_SO; in helper_bcdctz() 2619 cr |= CRF_SO; in helper_bcdcfsq() 2677 cr = CRF_SO; in helper_bcdctsq() [all …]
|
H A D | fpu_helper.c | 2182 cc = CRF_SO; in helper_xscmpexpdp() 2211 cc = CRF_SO; in helper_xscmpexpqp() 2248 cc = CRF_SO; in do_scalar_cmp() 2313 cc = CRF_SO; in do_scalar_cmpq()
|
H A D | cpu.h | 1704 #define CRF_SO (1 << CRF_SO_BIT) macro
|