Searched refs:PREFIX_DS (Results 1 – 2 of 2) sorted by relevance
181 #define PREFIX_DS 0x20 macro12560 prefixes |= PREFIX_DS; in ckprefix()12562 active_seg_prefix = PREFIX_DS; in ckprefix()13549 if ((prefixes & (PREFIX_CS | PREFIX_SS | PREFIX_DS | PREFIX_ES in print_insn()14209 if ((prefixes & (PREFIX_CS | PREFIX_DS)) == PREFIX_CS in putop()14210 || (prefixes & (PREFIX_CS | PREFIX_DS)) == PREFIX_DS) in putop()14212 used_prefixes |= prefixes & (PREFIX_CS | PREFIX_DS); in putop()14215 if (prefixes & PREFIX_DS) in putop()14676 case PREFIX_DS: in append_seg()16368 active_seg_prefix = PREFIX_DS; in OP_DSreg()
664 (OP_DSreg): Set active_seg_prefix to PREFIX_DS if it is unset.