Searched refs:PREFIX_DS (Results 1 – 2 of 2) sorted by relevance
180 #define PREFIX_DS 0x20 macro12138 prefixes |= PREFIX_DS; in ckprefix()12140 active_seg_prefix = PREFIX_DS; in ckprefix()13108 if ((prefixes & (PREFIX_CS | PREFIX_SS | PREFIX_DS | PREFIX_ES in print_insn()13761 if ((prefixes & (PREFIX_CS | PREFIX_DS)) == PREFIX_CS in putop()13762 || (prefixes & (PREFIX_CS | PREFIX_DS)) == PREFIX_DS) in putop()13764 used_prefixes |= prefixes & (PREFIX_CS | PREFIX_DS); in putop()13767 if (prefixes & PREFIX_DS) in putop()14163 case PREFIX_DS: in append_seg()15839 active_seg_prefix = PREFIX_DS; in OP_DSreg()
623 (OP_DSreg): Set active_seg_prefix to PREFIX_DS if it is unset.