Searched refs:op_mask (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-avr.c1042 unsigned int op_mask = 0; local
1067 op_mask = r_name[1] - '0';
1071 op_mask = (r_name[1] - '0') * 10 + r_name[2] - '0';
1075 op_mask = (r_name[0] - 'x') * 2 + (r_name[1] == 'h') + 26;
1079 op_mask = (r_name[0] - 'x') * 2 + 26;
1083 op_mask = avr_get_constant (old_str, 31);
1089 *pregno = op_mask;
1093 if (op_mask < 16 || op_mask > 31)
1099 else if (op_mask > 3
[all...]
H A Dtc-xgate.c1220 unsigned int op_mask = 0; local
1237 op_mask = operand.reg;
1242 op_mask <<= 2;
1243 op_mask |= pp_fix;
1252 op_mask = operand.reg;
1269 op_mask = operand.exp.X_add_number;
1272 op_mask &= 0x00FF;
1275 op_mask >>= 8;
1283 if (op_mask > max_size)
1284 as_bad (_(":operand value(%d) too big for constraint"), op_mask);
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-avr.c1052 unsigned int op_mask = 0; local
1077 op_mask = r_name[1] - '0';
1081 op_mask = (r_name[1] - '0') * 10 + r_name[2] - '0';
1085 op_mask = (r_name[0] - 'x') * 2 + (r_name[1] == 'h') + 26;
1089 op_mask = (r_name[0] - 'x') * 2 + 26;
1093 op_mask = avr_get_constant (old_str, 31);
1099 *pregno = op_mask;
1103 if (op_mask < 16 || op_mask > 31)
1109 else if (op_mask > 3
[all...]
H A Dtc-xgate.c1220 unsigned int op_mask = 0; local
1237 op_mask = operand.reg;
1242 op_mask <<= 2;
1243 op_mask |= pp_fix;
1252 op_mask = operand.reg;
1269 op_mask = operand.exp.X_add_number;
1272 op_mask &= 0x00FF;
1275 op_mask >>= 8;
1283 if (op_mask > max_size)
1284 as_bad (_(":operand value(%d) too big for constraint"), op_mask);
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-avr.c1052 unsigned int op_mask = 0; local
1077 op_mask = r_name[1] - '0';
1081 op_mask = (r_name[1] - '0') * 10 + r_name[2] - '0';
1085 op_mask = (r_name[0] - 'x') * 2 + (r_name[1] == 'h') + 26;
1089 op_mask = (r_name[0] - 'x') * 2 + 26;
1093 op_mask = avr_get_constant (old_str, 31);
1099 *pregno = op_mask;
1103 if (op_mask < 16 || op_mask > 31)
1109 else if (op_mask > 3
[all...]
H A Dtc-xgate.c1222 unsigned int op_mask = 0; local
1239 op_mask = operand.reg;
1244 op_mask <<= 2;
1245 op_mask |= pp_fix;
1254 op_mask = operand.reg;
1271 op_mask = operand.exp.X_add_number;
1274 op_mask &= 0x00FF;
1277 op_mask >>= 8;
1285 if (op_mask > max_size)
1286 as_bad (_(":operand value(%d) too big for constraint"), op_mask);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-if-conv.c2163 check_redundant_cond_expr (gimple *stmt, tree op_mask, tree op_cond, argument
2174 if ((use_cond == op_mask || operand_equal_p (use_cond, op_cond, 0))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-if-conv.cc2296 check_redundant_cond_expr (gimple *stmt, tree op_mask, tree op_cond, argument
2307 if ((use_cond == op_mask || operand_equal_p (use_cond, op_cond, 0))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c3419 insn_rr_info *info, unsigned int op_mask, int orig_side)
3432 for (i = 0, tmp_mask = op_mask; tmp_mask; i++)
3504 fprintf (dump_file, "reshuffle for insn %d, op_mask %x, "
3506 INSN_UID (insn), op_mask, orig_side, best_reg);
3400 try_rename_operands(rtx_insn *head, rtx_insn *tail, unit_req_table reqs, rtx insn, insn_rr_info *info, unsigned int op_mask, int orig_side) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc3421 insn_rr_info *info, unsigned int op_mask, int orig_side)
3434 for (i = 0, tmp_mask = op_mask; tmp_mask; i++)
3506 fprintf (dump_file, "reshuffle for insn %d, op_mask %x, "
3508 INSN_UID (insn), op_mask, orig_side, best_reg);
3402 try_rename_operands(rtx_insn *head, rtx_insn *tail, unit_req_table reqs, rtx insn, insn_rr_info *info, unsigned int op_mask, int orig_side) argument

Completed in 171 milliseconds