Lines Matching refs:op_mask
1214 unsigned int op_mask = 0; in xgate_parse_operand() local
1231 op_mask = operand.reg; in xgate_parse_operand()
1236 op_mask <<= 2; in xgate_parse_operand()
1237 op_mask |= pp_fix; in xgate_parse_operand()
1246 op_mask = operand.reg; in xgate_parse_operand()
1263 op_mask = operand.exp.X_add_number; in xgate_parse_operand()
1266 op_mask &= 0x00FF; in xgate_parse_operand()
1269 op_mask >>= 8; in xgate_parse_operand()
1277 if (op_mask > max_size) in xgate_parse_operand()
1278 as_bad (_(":operand value(%d) too big for constraint"), op_mask); in xgate_parse_operand()
1349 return op_mask; in xgate_parse_operand()