Home
last modified time | relevance | path

Searched refs:CC_DST (Results 1 – 3 of 3) sorted by relevance

/external/qemu/target-i386/
Dhelper_template.h60 src2 = CC_DST - CC_SRC; in glue()
61 cf = (DATA_TYPE)CC_DST < (DATA_TYPE)src1; in glue()
62 pf = parity_table[(uint8_t)CC_DST]; in glue()
63 af = (CC_DST ^ src1 ^ src2) & 0x10; in glue()
64 zf = ((DATA_TYPE)CC_DST == 0) << 6; in glue()
65 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80; in glue()
66 of = lshift((src1 ^ src2 ^ -1) & (src1 ^ CC_DST), 12 - DATA_BITS) & CC_O; in glue()
75 cf = (DATA_TYPE)CC_DST < (DATA_TYPE)src1; in glue()
84 src2 = CC_DST - CC_SRC - 1; in glue()
85 cf = (DATA_TYPE)CC_DST <= (DATA_TYPE)src1; in glue()
[all …]
Dexec.h49 #define CC_DST (env->cc_dst) macro
Dop_helper.c1755 CC_DST = al; in helper_aam()
1765 CC_DST = al; in helper_aad()
4625 CC_DST = r0; in helper_mulq_EAX_T0()
4636 CC_DST = r0; in helper_imulq_EAX_T0()
4645 CC_DST = r0; in helper_imulq_T0_T1()