HomeSort by relevance Sort by last modified time
    Searched defs:cc_dst (Results 1 - 2 of 2) 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...]

Completed in 221 milliseconds