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

  /external/tcpdump/
decnet.h 429 word cc_dst; /* destination link address */
428 word cc_dst; \/* destination link address *\/ member in struct:ccmsg
  /external/qemu/target-i386/
cpu.h 616 CC_OP_ADDB, /* modify all flags, CC_DST = res, CC_SRC = src1 */
621 CC_OP_ADCB, /* modify all flags, CC_DST = res, CC_SRC = src1 */
626 CC_OP_SUBB, /* modify all flags, CC_DST = res, CC_SRC = src1 */
631 CC_OP_SBBB, /* modify all flags, CC_DST = res, CC_SRC = src1 */
636 CC_OP_LOGICB, /* modify all flags, CC_DST = res */
641 CC_OP_INCB, /* modify all flags except, CC_DST = res, CC_SRC = C */
646 CC_OP_DECB, /* modify all flags except, CC_DST = res, CC_SRC = C */
651 CC_OP_SHLB, /* modify all flags, CC_DST = res, CC_SRC.msb = C */
656 CC_OP_SARB, /* modify all flags, CC_DST = res, CC_SRC.lsb = C */
746 target_ulong cc_dst; member in struct:CPUX86State
    [all...]
helper.c 785 env->cc_src, env->cc_dst,
791 (uint32_t)env->cc_src, (uint32_t)env->cc_dst,
    [all...]
translate.c 926 /* (DATA_TYPE)(CC_DST + CC_SRC) < (DATA_TYPE)CC_SRC */
936 /* (DATA_TYPE)CC_DST < (DATA_TYPE)CC_SRC */
946 /* (DATA_TYPE)(CC_DST + CC_SRC + 1) <= (DATA_TYPE)CC_SRC */
961 /* (DATA_TYPE)CC_DST <= (DATA_TYPE)CC_SRC */
    [all...]

Completed in 164 milliseconds