HomeSort by relevance Sort by last modified time
    Searched full:cc_dst (Results 1 - 7 of 7) sorted by null

  /external/qemu/target-i386/
helper_template.h 60 src2 = CC_DST - CC_SRC;
61 cf = (DATA_TYPE)CC_DST < (DATA_TYPE)src1;
62 pf = parity_table[(uint8_t)CC_DST];
63 af = (CC_DST ^ src1 ^ src2) & 0x10;
64 zf = ((DATA_TYPE)CC_DST == 0) << 6;
65 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80;
66 of = lshift((src1 ^ src2 ^ -1) & (src1 ^ CC_DST), 12 - DATA_BITS) & CC_O;
75 cf = (DATA_TYPE)CC_DST < (DATA_TYPE)src1;
84 src2 = CC_DST - CC_SRC - 1;
85 cf = (DATA_TYPE)CC_DST <= (DATA_TYPE)src1
    [all...]
cpu.h 449 CC_OP_ADDB, /* modify all flags, CC_DST = res, CC_SRC = src1 */
454 CC_OP_ADCB, /* modify all flags, CC_DST = res, CC_SRC = src1 */
459 CC_OP_SUBB, /* modify all flags, CC_DST = res, CC_SRC = src1 */
464 CC_OP_SBBB, /* modify all flags, CC_DST = res, CC_SRC = src1 */
469 CC_OP_LOGICB, /* modify all flags, CC_DST = res */
474 CC_OP_INCB, /* modify all flags except, CC_DST = res, CC_SRC = C */
479 CC_OP_DECB, /* modify all flags except, CC_DST = res, CC_SRC = C */
484 CC_OP_SHLB, /* modify all flags, CC_DST = res, CC_SRC.msb = C */
489 CC_OP_SARB, /* modify all flags, CC_DST = res, CC_SRC.lsb = C */
576 target_ulong cc_dst; member in struct:CPUX86State
    [all...]
exec.h 49 #define CC_DST (env->cc_dst)
helper.c 784 env->cc_src, env->cc_dst,
790 (uint32_t)env->cc_src, (uint32_t)env->cc_dst,
    [all...]
op_helper.c     [all...]
translate.c     [all...]
  /external/tcpdump/
decnet.h 429 word cc_dst; /* destination link address */
428 word cc_dst; \/* destination link address *\/ member in struct:ccmsg

Completed in 92 milliseconds