Searched refs:oper_mask (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-xgate.c | 1118 unsigned short oper_mask = 0; in xgate_scan_operands() local 1131 oper_mask <<= 1; in xgate_scan_operands() 1135 oper_mask <<= 1; in xgate_scan_operands() 1136 oper_mask += 1; in xgate_scan_operands() 1152 bin = xgate_apply_operand (operand, &oper_mask, bin, operand_bit_length); in xgate_scan_operands() 1155 bin = xgate_apply_operand (operand, &oper_mask, bin, in xgate_scan_operands() 1164 bin = xgate_apply_operand (operand, &oper_mask, bin, in xgate_scan_operands() 1172 bin = xgate_apply_operand (operand, &oper_mask, bin, in xgate_scan_operands() 1184 bin = xgate_apply_operand (operand, &oper_mask, bin, in xgate_scan_operands()
|