HomeSort by: relevance | last modified time | path
    Searched defs:dest_regno (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
fold-mem-offsets.cc 503 unsigned int dest_regno = REGNO (dest); local
504 if (fixed_regs[dest_regno]
505 || !TEST_HARD_REG_BIT (reg_class_contents[GENERAL_REGS], dest_regno))
loop-invariant.cc 1702 unsigned int dest_regno, defs_in_loop_count = 0; local
1722 dest_regno = REGNO (reg);
1723 for (use = DF_REG_USE_CHAIN (dest_regno); use; use = DF_REF_NEXT_REG (use))
1751 for (def = DF_REG_DEF_CHAIN (dest_regno); def; def = DF_REF_NEXT_REG (def))
reorg.cc 2970 int dest_regno = REGNO (SET_DEST (pat));
2975 if (dest_regno >= regno
2983 else if (dest_regno <= regno
2990 for (i = dest_regno; i < dest_endregno; i++)
2947 int dest_regno = REGNO (SET_DEST (pat)); local
sched-deps.cc 3436 int src_regno, dest_regno;
3468 dest_regno = REGNO (tmp);
3479 && dest_regno == STACK_POINTER_REGNUM)
3487 || dest_regno < FIRST_PSEUDO_REGISTER)
3427 int src_regno, dest_regno; local
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
falkor-tag-collision-avoidance.cc 262 unsigned dest_regno = head->regno; local
273 dest_regno, false);
277 if (new_regno != dest_regno && regrename_do_replace (head, new_regno))
281 INSN_UID (insn_info->insn), dest_regno, new_regno);
325 unsigned dest_regno = REGNO (insn_info->dest); local
327 if (unsafe_rename_p (dest_regno))
338 if (dest_op_info->heads[i]->regno != dest_regno)
cortex-a57-fma-steering.cc 941 unsigned dest_regno; local
951 dest_regno = REGNO (SET_DEST (PATTERN (insn)));
956 if (dest_op_info->heads[i]->regno != dest_regno)
aarch64-early-ra.cc 1253 auto dest_regno = (src_regno == copy.regnos[1] local
1263 auto &dest_reg = m_pseudo_regs[dest_regno];
1268 auto dest_preference = fpr_preference (dest_regno);
1273 stack.safe_push ({ dest_regno, dest_reg.first_copy });
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
falkor-tag-collision-avoidance.cc 262 unsigned dest_regno = head->regno; local
273 dest_regno, false);
277 if (new_regno != dest_regno && regrename_do_replace (head, new_regno))
281 INSN_UID (insn_info->insn), dest_regno, new_regno);
325 unsigned dest_regno = REGNO (insn_info->dest); local
327 if (unsafe_rename_p (dest_regno))
338 if (dest_op_info->heads[i]->regno != dest_regno)
cortex-a57-fma-steering.cc 941 unsigned dest_regno; local
951 dest_regno = REGNO (SET_DEST (PATTERN (insn)));
956 if (dest_op_info->heads[i]->regno != dest_regno)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
winnt.cc 1078 unsigned int dest_regno;
1095 dest_regno = REGNO (dest);
1097 if (dest_regno == STACK_POINTER_REGNUM)
1099 else if (dest_regno == HARD_FRAME_POINTER_REGNUM)
1075 unsigned int dest_regno; local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
winnt.cc 1078 unsigned int dest_regno;
1095 dest_regno = REGNO (dest);
1097 if (dest_regno == STACK_POINTER_REGNUM)
1099 else if (dest_regno == HARD_FRAME_POINTER_REGNUM)
1075 unsigned int dest_regno; local
  /src/external/gpl3/binutils/dist/opcodes/
mips-dis.c 1306 unsigned int dest_regno;
1353 state->dest_regno = regno;
1756 print_reg (info, opcode, state->last_reg_type, state->dest_regno);
1303 unsigned int dest_regno; member in struct:mips_print_arg_state
  /src/external/gpl3/binutils.old/dist/opcodes/
mips-dis.c 1306 unsigned int dest_regno;
1353 state->dest_regno = regno;
1756 print_reg (info, opcode, state->last_reg_type, state->dest_regno);
1303 unsigned int dest_regno; member in struct:mips_print_arg_state
  /src/external/gpl3/gcc.old/dist/gcc/
loop-invariant.cc 1702 unsigned int dest_regno, defs_in_loop_count = 0; local
1722 dest_regno = REGNO (reg);
1723 for (use = DF_REG_USE_CHAIN (dest_regno); use; use = DF_REF_NEXT_REG (use))
1751 for (def = DF_REG_DEF_CHAIN (dest_regno); def; def = DF_REF_NEXT_REG (def))
reorg.cc 2965 int dest_regno = REGNO (SET_DEST (pat));
2970 if (dest_regno >= regno
2978 else if (dest_regno <= regno
2985 for (i = dest_regno; i < dest_endregno; i++)
2942 int dest_regno = REGNO (SET_DEST (pat)); local
sched-deps.cc 3412 int src_regno, dest_regno;
3444 dest_regno = REGNO (tmp);
3455 && dest_regno == STACK_POINTER_REGNUM)
3463 || dest_regno < FIRST_PSEUDO_REGISTER)
3403 int src_regno, dest_regno; local
  /src/external/gpl3/gdb.old/dist/opcodes/
mips-dis.c 1279 unsigned int dest_regno;
1326 state->dest_regno = regno;
1729 print_reg (info, opcode, state->last_reg_type, state->dest_regno);
1276 unsigned int dest_regno; member in struct:mips_print_arg_state
  /src/external/gpl3/gdb/dist/opcodes/
mips-dis.c 1306 unsigned int dest_regno;
1353 state->dest_regno = regno;
1756 print_reg (info, opcode, state->last_reg_type, state->dest_regno);
1303 unsigned int dest_regno; member in struct:mips_print_arg_state
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 4215 int dest_regno = REGNO (dest);
4218 if (GPR_P (dest_regno))
4290 else if (FPR_P (dest_regno))
4333 else if (SPR_P (dest_regno))
4431 int dest_regno = REGNO (dest);
4433 if (GPR_P (dest_regno))
4445 if (((dest_regno - GPR_FIRST) & 1) == 0
4467 else if (FPR_P (dest_regno))
4476 if (((dest_regno - FPR_FIRST) & 1) == 0
4486 && ((dest_regno - FPR_FIRST) & 1) ==
4176 int dest_regno = REGNO (dest); local
4391 int dest_regno = REGNO (dest); local
4521 int dest_regno = REGNO (dest); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 4213 int dest_regno = REGNO (dest);
4216 if (GPR_P (dest_regno))
4288 else if (FPR_P (dest_regno))
4331 else if (SPR_P (dest_regno))
4429 int dest_regno = REGNO (dest);
4431 if (GPR_P (dest_regno))
4443 if (((dest_regno - GPR_FIRST) & 1) == 0
4465 else if (FPR_P (dest_regno))
4474 if (((dest_regno - FPR_FIRST) & 1) == 0
4484 && ((dest_regno - FPR_FIRST) & 1) ==
4174 int dest_regno = REGNO (dest); local
4389 int dest_regno = REGNO (dest); local
4519 int dest_regno = REGNO (dest); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 14053 int dest_regno = REGNO (SET_DEST (tmp_pat));
14058 && FP_REGNO_P (dest_regno))
14060 && GENERAL_REGNO_P (dest_regno))))
14063 gpr_regno = GENERAL_REGNO_P (src_regno) ? src_regno : dest_regno;
14064 fpr_regno = FP_REGNO_P (src_regno) ? src_regno : dest_regno;
14052 int dest_regno = REGNO (SET_DEST (tmp_pat)); local
  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 5238 unsigned int dest_regno;
5729 arg->dest_regno = regno;
6651 return match_tied_reg_operand (arg, arg->dest_regno);
8669 arg.dest_regno = ILLEGAL_REG;
8712 if (arg.dest_regno == arg.last_regno
8923 arg.dest_regno = ILLEGAL_REG;
5229 unsigned int dest_regno; member in struct:mips_arg_info
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 4929 unsigned int dest_regno;
5420 arg->dest_regno = regno;
6342 return match_tied_reg_operand (arg, arg->dest_regno);
8357 arg.dest_regno = ILLEGAL_REG;
8400 if (arg.dest_regno == arg.last_regno
8611 arg.dest_regno = ILLEGAL_REG;
4920 unsigned int dest_regno; member in struct:mips_arg_info
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 14585 int dest_regno = REGNO (SET_DEST (tmp_pat));
14590 && FP_REGNO_P (dest_regno))
14592 && GENERAL_REGNO_P (dest_regno))))
14595 gpr_regno = GENERAL_REGNO_P (src_regno) ? src_regno : dest_regno;
14596 fpr_regno = FP_REGNO_P (src_regno) ? src_regno : dest_regno;
14584 int dest_regno = REGNO (SET_DEST (tmp_pat)); local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 7918 unsigned int dest_regno = reg_or_subregno (dest);
7928 && INT_REGNO_P (dest_regno)
7932 rtx dest_si = gen_rtx_REG (SImode, dest_regno);
13755 int dest_regno;
13762 dest_regno = REGNO (dest);
13763 dest_gpr_p = INT_REGNO_P (dest_regno);
13764 dest_fp_p = FP_REGNO_P (dest_regno);
13765 dest_vmx_p = ALTIVEC_REGNO_P (dest_regno);
13770 dest_regno = -1;
13789 if (dest_regno >= 0 && src_regno >= 0
7906 unsigned int dest_regno = reg_or_subregno (dest); local
13735 int dest_regno; local
    [all...]

Completed in 120 milliseconds

1 2