Lines Matching refs:op_mask
1216 unsigned int op_mask = 0; in xgate_parse_operand() local
1233 op_mask = operand.reg; in xgate_parse_operand()
1238 op_mask <<= 2; in xgate_parse_operand()
1239 op_mask |= pp_fix; in xgate_parse_operand()
1248 op_mask = operand.reg; in xgate_parse_operand()
1265 op_mask = operand.exp.X_add_number; in xgate_parse_operand()
1268 op_mask &= 0x00FF; in xgate_parse_operand()
1271 op_mask >>= 8; in xgate_parse_operand()
1279 if (op_mask > max_size) in xgate_parse_operand()
1280 as_bad (_(":operand value(%d) too big for constraint"), op_mask); in xgate_parse_operand()
1351 return op_mask; in xgate_parse_operand()