Searched refs:this_regno (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | regrename.c | 401 int this_regno = REGNO (x); local 402 int this_nregs = HARD_REGNO_NREGS (this_regno, mode); 443 int exact_match = (regno == this_regno && nregs == this_nregs); 445 if (regno + nregs <= this_regno 446 || this_regno + this_nregs <= regno)
|
/openbsd/gnu/gcc/gcc/ |
H A D | regrename.c | 396 int this_regno = REGNO (x); in scan_rtx_reg() local 397 int this_nregs = hard_regno_nregs[this_regno][mode]; in scan_rtx_reg() 437 int exact_match = (regno == this_regno && nregs == this_nregs); in scan_rtx_reg() 439 if (regno + nregs <= this_regno in scan_rtx_reg() 440 || this_regno + this_nregs <= regno) in scan_rtx_reg()
|
/openbsd/gnu/gcc/gcc/config/ia64/ |
H A D | ia64.c | 9411 unsigned int this_regno; in ia64_output_mi_thunk() local 9435 this_regno = IN_REG (this_parmno); in ia64_output_mi_thunk() 9437 reg_names[this_regno] = ia64_reg_numbers[this_parmno]; in ia64_output_mi_thunk() 9439 this = gen_rtx_REG (Pmode, this_regno); in ia64_output_mi_thunk() 9442 rtx tmp = gen_rtx_REG (ptr_mode, this_regno); in ia64_output_mi_thunk()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | arm.c | 11370 int this_regno = (aggregate_value_p (TREE_TYPE (TREE_TYPE (function))) local 11381 mi_op, this_regno, this_regno,
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 4922 int this_regno, intregs, intoffset; in rs6000_darwin64_record_arg_flush() local 4956 this_regno = cum->words + intoffset / BITS_PER_WORD; in rs6000_darwin64_record_arg_flush() 4958 if (intregs > 0 && intregs > GP_ARG_NUM_REG - this_regno) in rs6000_darwin64_record_arg_flush() 4961 intregs = MIN (intregs, GP_ARG_NUM_REG - this_regno); in rs6000_darwin64_record_arg_flush() 4968 regno = GP_ARG_MIN_REG + this_regno; in rs6000_darwin64_record_arg_flush() 4973 this_regno += 1; in rs6000_darwin64_record_arg_flush()
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | arm.c | 14776 int this_regno = (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function) in arm_output_mi_thunk() local 14812 mi_op, this_regno, this_regno, in arm_output_mi_thunk()
|