Searched refs:dupl (Results 1 – 1 of 1) sorted by relevance
5725 unsigned int dupl = i.operands; in process_operands() local5726 unsigned int dest = dupl - 1; in process_operands()5731 && MAX_OPERANDS > dupl in process_operands()5762 gas_assert ((MAX_OPERANDS - 1) > dupl in process_operands()5783 dupl++; in process_operands()5785 i.op[dupl] = i.op[dest]; in process_operands()5786 i.types[dupl] = i.types[dest]; in process_operands()5787 i.tm.operand_types[dupl] = i.tm.operand_types[dest]; in process_operands()5796 i.op[dupl] = i.op[dest]; in process_operands()5797 i.types[dupl] = i.types[dest]; in process_operands()[all …]